Skip to content

Commit

Permalink
Make schema require full Jurisdiction metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Sep 26, 2024
1 parent eece465 commit 20c80d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ds_caselaw_utils/data/schema/courts.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
"code": {
"type": "string"
}
}
},
"required": ["prefix", "name", "code"],
"additionalProperties": false
}
}
},
Expand Down

0 comments on commit 20c80d8

Please sign in to comment.