records
Total License Per Area
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"total-license-per-area",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-license-per-area"
}
] - "definitions":{
- "total-license-per-area":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-license-per-area_records"
}
}
} - "records":
} - "properties":
- "total-license-per-area_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "count":,{
- "type":"number",
- "title":"COUNT",
- "description":""
} - "areaar":,{
- "type":"string",
- "title":"AreaAR",
- "description":""
} - "areaen":,{
- "type":"string",
- "title":"AreaEN",
- "description":""
} - "namear":,{
- "type":"string",
- "title":"NameAR",
- "description":""
} - "nameen":{
- "type":"string",
- "title":"NameEN",
- "description":""
}
} - "count":
}
} - "fields":
} - "properties":
} - "total-license-per-area":
}