more tables for categories
[contractdashboard.git] / australian_federal_government_contract_spending.json
maxious 1 {
Maxious 2 "dataset": {
Alex Sadleir 3 "description": "Australian Federal Government Contract Spending\r\n\r\nCreative Commons - Attribution 3.0 Australia (CC BY 3.0) http://data.gov.au/dataset/austender-contract-notice-export/",
4 "default_time": "2010",
5 "html_url": "http://openspending.org/australian_federal_government_contract_spending",
6 "currency": "AUD",
7 "serp_title": null,
8 "schema_version": null,
9 "badges": [],
10 "category": "spending",
11 "name": "australian_federal_government_contract_spending",
12 "serp_teaser": null,
13 "label": "Australian Federal Government Contract Spending",
Maxious 14 "languages": [
15 "en"
16 ],
Alex Sadleir 17 "territories": [
18 "AU"
19 ],
20 "timestamps": {
21 "last_modified": "2013-09-27T10:10:35.125004",
22 "created": "2013-01-27T02:47:33.250045"
23 }
maxious 24 },
Maxious 25 "mapping": {
26 "category": {
Alex Sadleir 27 "description": null,
28 "label": "Category",
29 "facet": true,
Maxious 30 "attributes": {
31 "name": {
Alex Sadleir 32 "column": "category",
Maxious 33 "datatype": "id",
Alex Sadleir 34 "default_value": ""
Maxious 35 },
36 "label": {
Alex Sadleir 37 "column": "category",
Maxious 38 "datatype": "string",
Alex Sadleir 39 "default_value": ""
Maxious 40 }
41 },
42 "type": "compound",
Alex Sadleir 43 "dimension": "category"
44 },
45 "sourceurl": {
46 "default_value": "",
47 "description": null,
48 "datatype": "url",
49 "label": "Sourceurl",
50 "column": "sourceurl",
51 "type": "attribute",
52 "dimension": "sourceurl"
Maxious 53 },
54 "description": {
Alex Sadleir 55 "default_value": "",
Maxious 56 "description": null,
57 "datatype": "string",
Alex Sadleir 58 "label": "Description",
Maxious 59 "column": "description",
60 "type": "attribute",
61 "dimension": "description"
62 },
Alex Sadleir 63 "govagency": {
Maxious 64 "description": null,
Alex Sadleir 65 "label": "Government Agency",
66 "facet": true,
Maxious 67 "attributes": {
68 "name": {
Alex Sadleir 69 "column": "agencyABN",
Maxious 70 "datatype": "id",
Alex Sadleir 71 "default_value": ""
Maxious 72 },
73 "label": {
Alex Sadleir 74 "column": "agencyName",
Maxious 75 "datatype": "string",
Alex Sadleir 76 "default_value": ""
Maxious 77 }
78 },
79 "type": "compound",
Alex Sadleir 80 "dimension": "govagency"
81 },
82 "contractEnd": {
83 "default_value": "",
84 "description": null,
85 "format": null,
86 "column": "contractEnd",
87 "label": "ContractEnd",
88 "datatype": "date",
89 "type": "date",
90 "dimension": "contractEnd"
Maxious 91 },
92 "amount": {
Alex Sadleir 93 "default_value": "",
94 "description": null,
Maxious 95 "datatype": "float",
Alex Sadleir 96 "label": "Amount",
Maxious 97 "column": "value",
98 "type": "measure",
99 "dimension": "amount"
100 },
Alex Sadleir 101 "contractStart": {
102 "default_value": "",
103 "description": null,
104 "format": null,
105 "column": "contractStart",
106 "label": "ContractStart",
107 "datatype": "date",
108 "type": "date",
109 "dimension": "contractStart"
110 },
Maxious 111 "cnid": {
Alex Sadleir 112 "default_value": "",
113 "description": null,
Maxious 114 "datatype": "string",
Alex Sadleir 115 "label": "Contract Notice ID",
Maxious 116 "column": "CNID",
117 "key": true,
118 "type": "attribute",
119 "dimension": "cnid"
120 },
121 "time": {
Alex Sadleir 122 "default_value": "",
123 "description": null,
Maxious 124 "format": null,
Alex Sadleir 125 "column": "publishDate",
126 "label": "Time",
Maxious 127 "datatype": "date",
128 "type": "date",
129 "dimension": "time"
Alex Sadleir 130 },
131 "supplier": {
132 "description": null,
133 "label": "Supplier",
134 "facet": true,
135 "attributes": {
136 "name": {
137 "column": "supplierid",
138 "datatype": "id",
139 "default_value": ""
140 },
141 "label": {
142 "column": "supplierName",
143 "datatype": "string",
144 "default_value": ""
145 }
146 },
147 "type": "compound",
148 "dimension": "supplier"
Maxious 149 }
150 },
151 "views": [
152 {
153 "name": "default",
154 "label": "Breakdown by Category",
155 "cuts": {},
156 "drilldown": "category",
157 "entity": "dataset",
158 "dimension": "dataset"
159 },
160 {
161 "name": "by_supplier",
162 "label": "Breakdown by Supplier",
163 "cuts": {},
Alex Sadleir 164 "drilldown": "supplier",
Maxious 165 "entity": "dataset",
166 "dimension": "dataset"
167 },