remove some file
[contractdashboard.git] / australian_federal_government_contract_spending.json
maxious 1 {
Maxious 2 "dataset": {
3 "languages": [
4 "en"
5 ],
6 "currency": "AUD",
7 "name": "australian_federal_government_contract_spending",
8 "territories": [],
9 "default_time": null,
10 "description": "Spending by Australian Federal Government agencies on goods and services from 2007 onwards.",
11 "schema_version": "2011-12-07",
12 "label": "Australian Federal Government Contract Spending"
maxious 13 },
Maxious 14 "mapping": {
15 "category": {
16 "description": "Contract Goods/Services Category",
17 "datatype": "string",
18 "label": "category",
19 "column": "cat1",
20 "type": "attribute",
21 "dimension": "category"
22 },
23 "sourceurl": {
24 "description": "Source Document URL",
25 "datatype": "string",
26 "label": "sourceurl",
27 "column": "sourceurl",
28 "type": "attribute",
29 "dimension": "sourceurl"
30 },
31 "from": {
32 "attributes": {
33 "name": {
34 "column": "agencyABN",
35 "datatype": "id",
36 "type": "id",
37 "description": null
38 },
39 "label": {
40 "column": "agencyName",
41 "datatype": "string",
42 "type": "attribute",
43 "description": null
44 }
45 },
46 "label": "Government Agency",
47 "type": "compound",
48 "dimension": "from",
49 "description": "Government Agency"
50 },
51 "description": {
52 "description": null,
53 "datatype": "string",
54 "label": "description",
55 "column": "description",
56 "type": "attribute",
57 "dimension": "description"
58 },
59 "publishdate": {
60 "description": null,
61 "format": null,
62 "datatype": "date",
63 "label": "publishDate",
64 "column": "publishDate",
65 "type": "date",
66 "dimension": "publishdate"
67 },
68 "to": {
69 "attributes": {
70 "name": {
71 "column": "supplierid",
72 "datatype": "id",
73 "type": "id"
74 },
75 "label": {
76 "column": "supplierName",
77 "datatype": "string",
78 "type": "attribute"
79 }
80 },
81 "label": "Supplier Name",
82 "type": "compound",
83 "dimension": "to",
84 "description": "Government Supplier"
85 },
86 "amount": {
87 "description": "The total value of the contract including all variations/amendments/extensions",
88 "datatype": "float",
89 "label": "value",
90 "column": "value",
91 "type": "measure",
92 "dimension": "amount"
93 },
94 "cnid": {
95 "description": "Contract Notice ID",
96 "datatype": "string",
97 "label": "CNID",
98 "column": "CNID",
99 "key": true,
100 "type": "attribute",
101 "dimension": "cnid"
102 },
103 "contractend": {
104 "description": "End of the contract period (goods or services being received)",
105 "format": null,
106 "datatype": "date",
107 "label": "contractEnd",
108 "column": "contractEnd",
109 "type": "date",
110 "dimension": "contractend"
111 },
112 "time": {
113 "description": "Start of the contract period (goods or services being received)",
114 "format": null,
115 "datatype": "date",
116 "label": "contractStart",
117 "column": "contractStart",
118 "type": "date",
119 "dimension": "time"
120 }
121 },
122 "views": [
123 {
124 "name": "default",
125 "label": "Breakdown by Category",
126 "cuts": {},
127 "drilldown": "category",
128 "entity": "dataset",
129 "dimension": "dataset"
130 },
131 {
132 "name": "by_supplier",
133 "label": "Breakdown by Supplier",
134 "cuts": {},
135 "drilldown": "to",
136 "entity": "dataset",
137 "dimension": "dataset"
138 },
139 {
140 "name": "by_agency",
141 "label": "Breakdown by Agency",
142 "cuts": {},
143 "drilldown": "from",
144 "entity": "dataset",
145 "dimension": "dataset"
146 },
147 {
148 "name": "default",
149 "label": "Agency spending breakdown by supplier",
150 "cuts": {},
151 "drilldown": "to",
152 "entity": "dimension",
153 "dimension": "from"
154 },
maxious 155 {
Maxious 156 "name": "default",
157 "label": "Supplier contracts breakdown by procuring agency",
158 "cuts": {},
159 "drilldown": "from",
160 "entity": "dimension",
161 "dimension": "to"
162 }
163 ]
164 }