Update openapi.json

This commit is contained in:
Nicolas 2024-06-26 21:25:38 -03:00
parent 1ec0bf8adf
commit 9e7298945c

View File

@ -544,6 +544,15 @@
}, },
"<any other metadata> ": { "<any other metadata> ": {
"type": "string" "type": "string"
},
"pageStatusCode": {
"type": "integer",
"description": "The status code of the page"
},
"pageError": {
"type": "string",
"nullable": true,
"description": "The error message of the page"
} }
} }
@ -596,6 +605,18 @@
"sourceURL": { "sourceURL": {
"type": "string", "type": "string",
"format": "uri" "format": "uri"
},
"<any other metadata> ": {
"type": "string"
},
"pageStatusCode": {
"type": "integer",
"description": "The status code of the page"
},
"pageError": {
"type": "string",
"nullable": true,
"description": "The error message of the page"
} }
} }
} }