Update openapi.json
This commit is contained in:
parent
fb0301c1db
commit
3ac8724329
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user