records
Available License Type
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":"available-license-type",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/available-license-type"
}
] - "definitions":{
- "available-license-type":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/available-license-type_records"
}
}
} - "records":
} - "properties":
- "available-license-type_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "id":,{
- "type":"string",
- "title":"id",
- "description":"This ID is used to uniquely identify each row in the table and is crucial for data integrity and efficient data retrieval. "
} - "namear":,{
- "type":"string",
- "title":"NameAR",
- "description":"refers to a field that stores names in Arabic language"
} - "nameen":{
- "type":"string",
- "title":"NameEN",
- "description":"refers to a field that stores names in english language"
}
} - "id":
}
} - "fields":
} - "properties":
} - "available-license-type":
}