Communication Indicators
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"communication-indicators",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/communication-indicators"
}
] - "definitions":{
- "communication-indicators":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/communication-indicators_records"
}
}
} - "records":
} - "properties":
- "communication-indicators_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "item":,{
- "type":"string",
- "title":"Item",
- "description":""
} - "quantity":{
- "type":"string",
- "title":"Quantity",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "communication-indicators":