Client-side URL elicitation flow and schema updates

This commit is contained in:
canvrno-oai
2026-02-21 12:46:12 -08:00
parent 17c5230dd3
commit 219837b030
9 changed files with 251 additions and 17 deletions

View File

@@ -1779,6 +1779,12 @@
"string",
"null"
]
},
"elicitation_id": {
"type": [
"string",
"null"
]
}
},
"required": [
@@ -7031,6 +7037,12 @@
"string",
"null"
]
},
"elicitation_id": {
"type": [
"string",
"null"
]
}
},
"required": [
@@ -8433,4 +8445,4 @@
}
],
"title": "EventMsg"
}
}