debian-mirror-gitlab/spec/fixtures/api/schemas/entities/accessibility_error.json
2020-05-24 23:13:21 +05:30

41 lines
609 B
JSON

{
"type": "object",
"required": [
"code",
"type",
"type_code",
"message",
"context",
"selector",
"runner",
"runner_extras"
],
"properties": {
"code": {
"type": "string"
},
"type": {
"type": "string"
},
"type_code": {
"type": "integer"
},
"message": {
"type": "string"
},
"context": {
"type": "string"
},
"selector": {
"type": "string"
},
"runner": {
"type": "string"
},
"runner_extras": {
"type": ["object", "null"]
}
},
"additionalProperties": false
}