records
conservation-area-document
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":"conservation-area-document",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/conservation-area-document"
}
] - "definitions":{
- "conservation-area-document":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/conservation-area-document_records"
}
}
} - "records":
} - "properties":
- "conservation-area-document_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "reference":,{
- "type":"string",
- "title":"reference",
- "description":""
} - "conservation_area":,{
- "type":"string",
- "title":"conservation-area",
- "description":""
} - "name":,{
- "type":"string",
- "title":"name",
- "description":""
} - "documentation_url":,{
- "type":"string",
- "title":"documentation-url",
- "description":""
} - "document_url":,{
- "type":"string",
- "title":"document-url",
- "description":""
} - "document_type":,{
- "type":"string",
- "title":"document-type",
- "description":""
} - "notes":,{
- "type":"string",
- "title":"notes",
- "description":""
} - "organisation":,{
- "type":"string",
- "title":"organisation",
- "description":""
} - "entry_date":,{
- "type":"string",
- "title":"entry-date",
- "description":""
} - "start_date":,{
- "type":"string",
- "title":"start-date",
- "description":""
} - "end_date":{
- "type":"string",
- "title":"end-date",
- "description":""
}
} - "reference":
}
} - "fields":
} - "properties":
} - "conservation-area-document":
}