records

records

Active filters Clear all

No active filters

Filters

Procurement contract register

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Contract Id
Internal contract ID used to reference this particular contract

No description available for this field.

Name (identifier)
contract_id
Type
text
Sample
                       
Contract Description
               

No description available for this field.

Name (identifier)
contract_description
Type
text
Sample
                       
Vendor
Vendor name

No description available for this field.

Name (identifier)
vendor
Type
text
Sample
                       
Product Category
               

No description available for this field.

Name (identifier)
product_category
Type
text
Sample
                       
Directorate
               

No description available for this field.

Name (identifier)
directorate
Type
text
Sample
                       
Validity Period Start
               

No description available for this field.

Name (identifier)
validity_start
Type
date
Sample
                       
Validity Period End
               

No description available for this field.

Name (identifier)
validity_end
Type
date
Sample
                       
Contract Status
               

No description available for this field.

Name (identifier)
contract_status
Type
text
Sample
                       
Original Contract Value
               

No description available for this field.

Name (identifier)
original_value
Type
decimal
Unit
£
Sample
                       
Extended Contract Value
               

No description available for this field.

Name (identifier)
extended_value
Type
decimal
Unit
£
Sample
                       

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

Similar datasets