Merge branch 'master' of ssh://apples.lambdacomplex.org/git/contractdashboard
[contractdashboard.git] / australian_federal_government_contract_spending.json
maxious 1 {
Maxious 2 "dataset": {
Alex Sadleir 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"
13 },
Maxious 14 "mapping": {
15 "category": {
16 "description": "Contract Goods/Services Category",
Alex Sadleir 17 "datatype": "string",
18 "label": "category",
19 "column": "cat1",
20 "type": "attribute",
21 "dimension": "category"
22 },
23 "sourceurl": {
maxious 24 "description": "Source Document URL",
Maxious 25 "datatype": "string",
26 "label": "sourceurl",
Alex Sadleir 27 "column": "sourceurl",
28 "type": "attribute",
29 "dimension": "sourceurl"
Maxious 30 },
31 "from": {
Alex Sadleir 32 "attributes": {
Maxious 33 "name": {
Alex Sadleir 34 "column": "agencyABN",
Maxious 35 "datatype": "id",
36 "type": "id",
Alex Sadleir 37 "description": null
Maxious 38 },
Alex Sadleir 39 "label": {
Maxious 40 "column": "agencyName",
41 "datatype": "string",
42 "type": "attribute",
Alex Sadleir 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,
Maxious 53 "datatype": "string",
54 "label": "description",
Alex Sadleir 55 "column": "description",
Maxious 56 "type": "attribute",
57 "dimension": "description"
Alex Sadleir 58 },
Maxious 59 "publishdate": {
60 "description": null,
61 "format": null,
62 "datatype": "date",
Alex Sadleir 63 "label": "publishDate",
Maxious 64 "column": "publishDate",
Alex Sadleir 65 "type": "date",
66 "dimension": "publishdate"
Maxious 67 },
68 "to": {
Alex Sadleir 69 "attributes": {
Maxious 70 "name": {
Alex Sadleir 71 "column": "supplierid",
Maxious 72 "datatype": "id",
73 "type": "id"
Alex Sadleir 74 },
Maxious 75 "label": {
Alex Sadleir 76 "column": "supplierName",
Maxious 77 "datatype": "string",
78 "type": "attribute"
79 }
Alex Sadleir 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",
Maxious 91 "type": "measure",
92 "dimension": "amount"
Alex Sadleir 93 },
94 "cnid": {
Maxious 95 "description": "Contract Notice ID",
Alex Sadleir 96 "datatype": "string",
Maxious 97 "label": "CNID",
98 "column": "CNID",
99 "key": true,
100 "type": "attribute",
Alex Sadleir 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"
Maxious 111 },
Alex Sadleir 112 "time": {
113 "description": "Start of the contract period (goods or services being received)",
Maxious 114 "format": null,
Alex Sadleir 115 "datatype": "date",
Maxious 116 "label": "contractStart",
117 "column": "contractStart",
118 "type": "date",
119 "dimension": "time"
120 }
121 },
Alex Sadleir 122 "views": [
123 {
Maxious 124 "name": "default",
Alex Sadleir 125 "label": "Breakdown by Category",
126 "cuts": {},
Maxious 127 "drilldown": "category",
128 "entity": "dataset",
129 "dimension": "dataset"
Alex Sadleir 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",
Maxious 149 "label": "Agency spending breakdown by supplier",
150 "cuts": {},
151 "drilldown": "to",
152 "entity": "dimension",
153 "dimension": "from"
154 },
155 {
156 "name": "default",
157 "label": "Supplier contracts breakdown by procuring agency",
158 "cuts": {},
159 "drilldown": "from",
160 "entity": "dimension",
161 "dimension": "to"
162 }
163 ]
Alex Sadleir 164 }