You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-schema.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@
37
37
],
38
38
"properties": {
39
39
"id": {
40
-
"title": "Tariff identifier",
40
+
"title": "Identifier",
41
41
"description": "A local identifier for this specific tariff. This field is used to keep track of revisions of a tariff across multiple OCDS releases.",
42
42
"type": "string",
43
43
"minLength": 1
44
44
},
45
45
"title": {
46
-
"title": "Tariff title",
46
+
"title": "Title",
47
47
"description": "The title of this tariff.",
48
48
"type": [
49
49
"string",
@@ -67,17 +67,17 @@
67
67
]
68
68
},
69
69
"period": {
70
-
"title": "Tariff period",
70
+
"title": "Period",
71
71
"description": "The period to which this tariff applies.",
72
72
"$ref": "#/definitions/Period"
73
73
},
74
74
"value": {
75
-
"title": "Tariff value",
75
+
"title": "Value",
76
76
"description": "The price per unit of this tariff.",
77
77
"$ref": "#/definitions/Value"
78
78
},
79
79
"unit": {
80
-
"title": "Tariff unit",
80
+
"title": "Unit",
81
81
"description": "The unit against which this tariff is charged.",
82
82
"type": "object",
83
83
"properties": {
@@ -123,7 +123,7 @@
123
123
"minProperties": 1
124
124
},
125
125
"dimensions": {
126
-
"title": "Tariff dimensions",
126
+
"title": "Dimensions",
127
127
"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
128
"type": "object",
129
129
"patternProperties": {
@@ -138,7 +138,7 @@
138
138
"minProperties": 1
139
139
},
140
140
"notes": {
141
-
"title": "Tariff notes",
141
+
"title": "Notes",
142
142
"description": "Any notes on this tariff line item. This may include clarifying information.",
0 commit comments