15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"external_url",
|
|
"errors"
|
|
],
|
|
"properties": {
|
|
"external_url": { "type": ["string", "null"] },
|
|
"errors": {
|
|
"type": "array",
|
|
"items": { "$ref": "error.json" }
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|