Refinery Production by Group

المرفقات

انقر للتوسيع انقر للطي

مخطط مجموعة البيانات

انقر للتوسيع انقر للطي
Year
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
year
نوع
تاريخ
عينة
                       
Production
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
production
نوع
double
عينة
                       
Group
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
group
نوع
نص
عينة
                       

مخطط JSON

إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.

{
  • "title":"refinery-production-by-group",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/refinery-production-by-group"
      }
    ]
    ,
  • "definitions":
    {
    • "refinery-production-by-group":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/refinery-production-by-group_records"
            }
          }
        }
      }
      ,
    • "refinery-production-by-group_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "production":
              {
              • "type":"number",
              • "title":"Production",
              • "description":""
              }
              ,
            • "group":
              {
              • "type":"string",
              • "title":"Group",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets