regenerate schemas

This commit is contained in:
jif-oai
2026-03-20 14:23:42 +00:00
parent 2cad2f570a
commit aa2b1d17db
15 changed files with 176 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"AgentPath": {
"type": "string"
},
"ByteRange": {
"properties": {
"end": {
@@ -658,6 +661,17 @@
"null"
]
},
"agent_path": {
"anyOf": [
{
"$ref": "#/definitions/AgentPath"
},
{
"type": "null"
}
],
"default": null
},
"agent_role": {
"default": null,
"type": [