Skip to content

Commit d52e0d2

Browse files
committed
release-schema(nit): Re-order type JSON Schema keyword property
1 parent 49d29d1 commit d52e0d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

release-schema.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"Implementation": {
44
"properties": {
55
"tariffs": {
6-
"type": "array",
76
"title": "Tariffs",
87
"description": "The tariffs as they apply during the life of the project. Also known as tolls or user charges. These may be initially copied from the contract section, and then updated with any revisions over the lifetime of the implementation phase. ",
8+
"type": "array",
99
"items": {
1010
"$ref": "#/definitions/Tariff"
1111
},
@@ -17,9 +17,9 @@
1717
"Contract": {
1818
"properties": {
1919
"tariffs": {
20-
"type": "array",
2120
"title": "Tariffs",
2221
"description": "The tariffs as set out in the contract schedules. Also known as tolls or user charges. Updates to tariffs over the operation of the contract can be provided in the implementation section.",
22+
"type": "array",
2323
"items": {
2424
"$ref": "#/definitions/Tariff"
2525
},
@@ -29,9 +29,9 @@
2929
}
3030
},
3131
"Tariff": {
32-
"type": "object",
3332
"title": "Tariff",
3433
"description": "An item in a tariff table, setting out a breakdown of the user or government fees payable in relation to each unit of a particular good or services.",
34+
"type": "object",
3535
"required": [
3636
"id"
3737
],
@@ -77,17 +77,17 @@
7777
"$ref": "#/definitions/Value"
7878
},
7979
"unit": {
80-
"type": "object",
8180
"title": "Tariff unit",
8281
"description": "The unit against which this tariff is charged.",
82+
"type": "object",
8383
"properties": {
8484
"name": {
85+
"title": "Unit name",
86+
"description": "The name of the unit that the tariff is charged against. E.g. tonnes,",
8587
"type": [
8688
"string",
8789
"null"
8890
],
89-
"title": "Unit name",
90-
"description": "The name of the unit that the tariff is charged against. E.g. tonnes,",
9191
"minLength": 1
9292
},
9393
"scheme": {
@@ -123,9 +123,9 @@
123123
"minProperties": 1
124124
},
125125
"dimensions": {
126-
"type": "object",
127126
"title": "Tariff dimensions",
128127
"description": "Used to capture the different breakdowns in tariff charges. Any number of dimensions can be recorded within this object. Dimensions names should follow the camelCase conventions of OCDS.",
128+
"type": "object",
129129
"patternProperties": {
130130
"^.*": {
131131
"type": [

0 commit comments

Comments
 (0)