Communication Indicators

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Item
               

No description available for this field.

Name (identifier)
item
Type
text
Sample
                       
Quantity
               

No description available for this field.

Name (identifier)
quantity
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets