{
"type": "array",
"items": {
"type": "object",
"properties": {
"[Registration Number]": {
"type": "number"
},
"[Company Name]": {
"type": ["string", "null"]
},
"[Registration Year]": {
"type": ["integer", "null"]
},
"[Company Status]": {
"type": ["string", "null"]
},
"[Company Address]": {
"type": ["string", "null"]
},
"[Registered Address]": {
"type": ["string", "null"]
}
},
"required": [
"[Registration Number]"
]
}
}