Skip to content

Commit

Permalink
release-schema: Restore some clarity to budget.projectID
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 28, 2024
1 parent 4780b12 commit fc4d4d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
},
"project": {
"title": "Project",
"description": "Information about the infrastructure or public-private partnership project to which the planning process is related.",
"description": "Information about the infrastructure or public-private partnership (PPP) project to which the planning process is related.",
"$ref": "#/definitions/Project"
},
"finalStatus": {
Expand Down Expand Up @@ -1292,7 +1292,7 @@
},
"projectID": {
"title": "Project identifier",
"description": "The identifier of the programme of work in a budget, of which the future contract(s) will be part or through which it/they will be funded. Although an integer is allowed, it is recommended to use a string.",
"description": "The identifier of the programme of work as it appears in a budget (for example, a national or state budget), of which the future contract(s) will be part or through which it/they will be funded. Although an integer is allowed, it is recommended to use a string.",
"type": [
"string",
"integer",
Expand Down Expand Up @@ -1909,7 +1909,7 @@
},
"uri": {
"title": "URI",
"description": "A URI for the location.",
"description": "The URI of a resource about the location.",
"type": [
"string",
"null"
Expand Down Expand Up @@ -2885,7 +2885,7 @@
"minProperties": 1
},
"Project": {
"title": "Project information",
"title": "Project",
"description": "Information about the infrastructure or public-private partnership (PPP) project to which a planning process is related.",
"type": "object",
"properties": {
Expand Down Expand Up @@ -2923,7 +2923,7 @@
},
"uri": {
"title": "URI",
"description": "The URI of a resource with additional information about the project.",
"description": "The URI of a resource about the project.",
"type": [
"string",
"null"
Expand All @@ -2948,7 +2948,7 @@
},
"locations": {
"title": "Locations",
"description": "Information about the locations where the project is taking place.",
"description": "Information about the locations where the project takes place.",
"type": "array",
"items": {
"$ref": "#/definitions/Location"
Expand Down

0 comments on commit fc4d4d8

Please sign in to comment.