Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jen Harris <[email protected]>
  • Loading branch information
duncandewhurst and odscjen authored Dec 9, 2024
1 parent e6154fc commit 83c5e0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions schema/meta-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
},
"deprecated": {
"title": "Deprecated",
"description": "Information about the deprecation of this field.",
"description": "Information about the deprecation of the field.",
"type": "object",
"additionalProperties": false,
"required": [
Expand All @@ -232,24 +232,24 @@
"properties": {
"deprecatedVersion": {
"title": "Deprecated version",
"description": "The OCDS version in which this field was first deprecated.",
"description": "The OCDS version in which the field was first deprecated.",
"type": "string"
},
"description": {
"title": "Description",
"description": "A description of the reason for this field's deprecation.",
"description": "A description of the reason for the field's deprecation.",
"type": "string"
}
}
},
"codelist": {
"title": "Codelist",
"description": "The CSV file that defines the codes in the codelist that this field refers to.",
"description": "The CSV file that defines the codes in the codelist that the field refers to.",
"type": "string"
},
"openCodelist": {
"title": "Open codelist",
"description": "Whether the codelist that this field refers to is an open codelist.",
"description": "Whether the codelist that the field refers to is an open codelist.",
"type": "boolean",
"default": false
},
Expand Down
10 changes: 5 additions & 5 deletions schema/metaschema/meta-schema-patch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"deprecated": {
"title": "Deprecated",
"description": "Information about the deprecation of this field.",
"description": "Information about the deprecation of the field.",
"type": "object",
"additionalProperties": false,
"required": [
Expand All @@ -24,24 +24,24 @@
"properties": {
"deprecatedVersion": {
"title": "Deprecated version",
"description": "The OCDS version in which this field was first deprecated.",
"description": "The OCDS version in which the field was first deprecated.",
"type": "string"
},
"description": {
"title": "Description",
"description": "A description of the reason for this field's deprecation.",
"description": "A description of the reason for the field's deprecation.",
"type": "string"
}
}
},
"codelist": {
"title": "Codelist",
"description": "The CSV file that defines the codes in the codelist that this field refers to.",
"description": "The CSV file that defines the codes in the codelist that the field refers to.",
"type": "string"
},
"openCodelist": {
"title": "Open codelist",
"description": "Whether the codelist that this field refers to is an open codelist.",
"description": "Whether the codelist that the field refers to is an open codelist.",
"type": "boolean",
"default": false
},
Expand Down

0 comments on commit 83c5e0c

Please sign in to comment.