-
Notifications
You must be signed in to change notification settings - Fork 1
/
datapackage.json
1 lines (1 loc) · 3.8 KB
/
datapackage.json
1
{"name":"internal-audit-plan","title":"Internal Audit Plan","description":"Test - List of internal audits planned by year.","licenses":[{"url":"https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/","title":"Open Government Licence 3.0 (United Kingdom)"}],"publishers":[{"name":"Food Standards Agency","web":"https://www.food.gov.uk"}],"resources":[{"name":"Internal Audit Plan 2015-2016","mediatype":"text/csv","description":"List of internal audits planned between 01/04/2015 - 31/03/2016.","path":"data/internal-audit-plan-2015-2016.csv","schema":{"fields":[{"name":"OutlineScope","title":"Brief description of what the Audit covered","type":"string","format":"default","constraints":{"type":"http://www.w3.org/2001/XMLSchema#string","required":true}},{"name":"AuditTitle","title":"Subject matter for the Audit","type":"string","format":"default","constraints":{"type":"http://www.w3.org/2001/XMLSchema#string","required":true}},{"name":"Category","title":"Type of Audit undertaken","type":"string","format":"default","constraints":{"type":"http://www.w3.org/2001/XMLSchema#string","required":true}}],"name":"InternalAuditPlan","description":"Schema for Internal Audit Plan"}},{"name":"Internal Audit Plan 2016-2017","mediatype":"text/csv","description":"List of internal audits planned between 01/04/2016 - 31/03/2017.","path":"data/internal-audit-plan-2016-2017.csv","schema":{"fields":[{"name":"OutlineScope","title":"Brief description of what the Audit covered","type":"string","format":"default","constraints":{"type":"http://www.w3.org/2001/XMLSchema#string","required":true}},{"name":"AuditTitle","title":"Subject matter for the Audit","type":"string","format":"default","constraints":{"type":"http://www.w3.org/2001/XMLSchema#string","required":true}},{"name":"Category","title":"Type of Audit undertaken","type":"string","format":"default","constraints":{"type":"http://www.w3.org/2001/XMLSchema#string","required":true}}],"name":"InternalAuditPlan","description":"Schema for Internal Audit Plan"}},{"name":"Expenditure over 25K Test","mediatype":"text/csv","description":"Test","path":"data/expenditure-over-25k-test.csv","schema":{"fields":[{"name":"Department Family","title":"Name of the Government Department","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}},{"name":"Entity","title":"Name of the Government Department","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}},{"name":"Date","title":"Date of payment","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#date","datePattern":"%Y-%m-%d"}},{"name":"Expense Type","title":"Description of payment made","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}},{"name":"Expense Area","title":"Area within the Food Standards Agency which has made the payment","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}},{"name":"Supplier","title":"Supplier who's been paid","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}},{"name":"Payment Number","title":"Unique payment reference number","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}},{"name":"Invoice Distribution Amount","title":"Amount paid","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#float"}},{"name":"Invoice Line Description","title":"Description of the payment","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}},{"name":"Supplier Post Code","title":"Supplier Post Code","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}},{"name":"Transaction Type","title":"Classification of spend","constraints":{"required":true,"type":"http://www.w3.org/2001/XMLSchema#string"}}],"name":"ExpenditureOver25K","description":"Schema for expenditure over 25k elements"}}]}