Skip to content

Commit

Permalink
fixing srm schema to allow strings and nulls for the "recordGenerated…
Browse files Browse the repository at this point in the history
…By" field
  • Loading branch information
Michael7371 committed Sep 13, 2024
1 parent 7eb3c3d commit f9b5bde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jpo-ode-core/src/main/resources/schemas/schema-srm.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@
"type": "string"
},
"recordGeneratedBy": {
"type": "null"
"type": [
"string",
"null"
]
},
"sanitized": {
"type": "boolean"
Expand Down

0 comments on commit f9b5bde

Please sign in to comment.