Skip to content

Commit

Permalink
dereferenced-release-schema: Run pre-commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Oct 9, 2023
1 parent d38ceb8 commit be3bd1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions schema/dereferenced-release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13412,7 +13412,7 @@
"relatedProcesses": {
"uniqueItems": true,
"items": {
"description": "A reference to a related contracting (or planning) process: generally one preceding or following on from the current process.",
"description": "A reference to a related contracting (or planning) process preceding the current process.",
"type": "object",
"title": "Related Process",
"properties": {
Expand Down Expand Up @@ -14306,7 +14306,7 @@
"relatedProcesses": {
"uniqueItems": true,
"items": {
"description": "A reference to a related contracting (or planning) process: generally one preceding or following on from the current process.",
"description": "A reference to a related contracting (or planning) process preceding the current process.",
"type": "object",
"title": "Related Process",
"properties": {
Expand Down Expand Up @@ -14365,7 +14365,7 @@
}
}
},
"description": "The details of related processes: for example, if this process follows on from one or more other processes, represented under a separate ocid. This is commonly used to relate mini-competitions to their parent frameworks or individual tenders to a broader planning process.",
"description": "The details of related processes: for example, if this process follows on from one or more other processes, represented under a separate ocid. This field is commonly used to connect contracting and planning processes and to connect different stages of a multi-stage procedure, like a framework agreement procedure.",
"title": "Related processes",
"type": "array"
},
Expand Down Expand Up @@ -26616,7 +26616,7 @@
"relatedProcesses": {
"uniqueItems": true,
"items": {
"description": "A reference to a related contracting (or planning) process: generally one preceding or following on from the current process.",
"description": "A reference to a related contracting (or planning) process preceding the current process.",
"type": "object",
"title": "Related Process",
"properties": {
Expand Down Expand Up @@ -35703,7 +35703,7 @@
}
},
"RelatedProcess": {
"description": "A reference to a related contracting (or planning) process: generally one preceding or following on from the current process.",
"description": "A reference to a related contracting (or planning) process preceding the current process.",
"type": "object",
"title": "Related Process",
"properties": {
Expand Down

0 comments on commit be3bd1d

Please sign in to comment.