Skip to content

Commit

Permalink
(pdv2 json schema) add name property to field definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe committed Jul 7, 2023
1 parent 32e30c9 commit 6044810
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/presentation_definition_v2.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@
},
"filter": {
"$ref": "http://json-schema.org/schema#"
},
"name": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -343,6 +346,9 @@
"required",
"preferred"
]
},
"name": {
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit 6044810

Please sign in to comment.