Skip to content

Commit

Permalink
Added deiVersion field
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Marshall committed Sep 26, 2023
1 parent b991d98 commit a883609
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/360-giving-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
"project"
],
"properties": {
"deiVersion": {
"type": "string",
"title": "DEI Data Standard Version",
"description": "The version of the DEI Data Standard that this data uses e.g. 1.1",
"pattern": "^[1-9]+\\.[1-9]\\d*$"
},
"purposes": {
"type": "string",
"title": "Purposes",
Expand Down

0 comments on commit a883609

Please sign in to comment.