Skip to content

Commit

Permalink
include schema build too
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Nov 6, 2023
1 parent 9e3fea4 commit 3178ae2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Prior Approval - Specific Acts of Parliament or Local Orders",
"type": "string"
},
"value": {
"const": "pa.part18.classA",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down

0 comments on commit 3178ae2

Please sign in to comment.