{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "appointedTo",
"properties": {
"company_name": {
"description": "The name of the company the officer is acting for.",
"type": "string"
},
"company_number": {
"description": "The number of the company the officer is acting for.",
"type": "string"
},
"company_status": {
"description": "The status of the company the officer is acting for.",
"type": "string"
}
},
"required": [
"company_number"
]
}