Skip to content

Commit 4e092df

Browse files
committed
release-schema: Remove object name prefix from field names
1 parent 5c69de3 commit 4e092df

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
@@ -37,13 +37,13 @@
3737
],
3838
"properties": {
3939
"id": {
40-
"title": "Tariff identifier",
40+
"title": "Identifier",
4141
"description": "A local identifier for this specific tariff. This field is used to keep track of revisions of a tariff across multiple OCDS releases.",
4242
"type": "string",
4343
"minLength": 1
4444
},
4545
"title": {
46-
"title": "Tariff title",
46+
"title": "Title",
4747
"description": "The title of this tariff.",
4848
"type": [
4949
"string",
@@ -67,17 +67,17 @@
6767
]
6868
},
6969
"period": {
70-
"title": "Tariff period",
70+
"title": "Period",
7171
"description": "The period to which this tariff applies.",
7272
"$ref": "#/definitions/Period"
7373
},
7474
"value": {
75-
"title": "Tariff value",
75+
"title": "Value",
7676
"description": "The price per unit of this tariff.",
7777
"$ref": "#/definitions/Value"
7878
},
7979
"unit": {
80-
"title": "Tariff unit",
80+
"title": "Unit",
8181
"description": "The unit against which this tariff is charged.",
8282
"type": "object",
8383
"properties": {
@@ -123,7 +123,7 @@
123123
"minProperties": 1
124124
},
125125
"dimensions": {
126-
"title": "Tariff dimensions",
126+
"title": "Dimensions",
127127
"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.",
128128
"type": "object",
129129
"patternProperties": {
@@ -138,7 +138,7 @@
138138
"minProperties": 1
139139
},
140140
"notes": {
141-
"title": "Tariff notes",
141+
"title": "Notes",
142142
"description": "Any notes on this tariff line item. This may include clarifying information.",
143143
"type": [
144144
"string",

0 commit comments

Comments
 (0)