records
Procurement contract register
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":"procurement-contract-register",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/procurement-contract-register"
}
] - "definitions":{
- "procurement-contract-register":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/procurement-contract-register_records"
}
}
} - "records":
} - "properties":
- "procurement-contract-register_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "contract_id":,{
- "type":"string",
- "title":"Contract Id",
- "description":"Internal contract ID used to reference this particular contract"
} - "contract_description":,{
- "type":"string",
- "title":"Contract Description",
- "description":""
} - "vendor":,{
- "type":"string",
- "title":"Vendor",
- "description":"Vendor name"
} - "product_category":,{
- "type":"string",
- "title":"Product Category ",
- "description":""
} - "directorate":,{
- "type":"string",
- "title":"Directorate",
- "description":""
} - "validity_start":,{
- "type":"string",
- "format":"date",
- "title":"Validity Period Start",
- "description":""
} - "validity_end":,{
- "type":"string",
- "format":"date",
- "title":"Validity Period End",
- "description":""
} - "contract_status":,{
- "type":"string",
- "title":"Contract Status ",
- "description":""
} - "original_value":,{
- "type":"number",
- "title":"Original Contract Value",
- "description":"",
- "unit":"£"
} - "extended_value":{
- "type":"number",
- "title":"Extended Contract Value",
- "description":"",
- "unit":"£"
}
} - "contract_id":
}
} - "fields":
} - "properties":
} - "procurement-contract-register":
}