0

Update openapi.json

This commit is contained in:
Nicolas 2024-04-25 13:28:07 -07:00
parent fb0301c1db
commit 3ac8724329

View File

@ -373,33 +373,36 @@
"type": "boolean" "type": "boolean"
}, },
"data": { "data": {
"type": "object", "type": "array",
"properties": { "items": {
"url": { "type": "object",
"type": "string" "properties": {
}, "url": {
"markdown": { "type": "string"
"type": "string" },
}, "markdown": {
"content": { "type": "string"
"type": "string" },
}, "content": {
"metadata": { "type": "string"
"type": "object", },
"properties": { "metadata": {
"title": { "type": "object",
"type": "string" "properties": {
}, "title": {
"description": { "type": "string"
"type": "string" },
}, "description": {
"language": { "type": "string"
"type": "string", },
"nullable": true "language": {
}, "type": "string",
"sourceURL": { "nullable": true
"type": "string", },
"format": "uri" "sourceURL": {
"type": "string",
"format": "uri"
}
} }
} }
} }