Skip to content

Commit

Permalink
Merge pull request #123 from TBD54566975/pd-v2-field-name
Browse files Browse the repository at this point in the history
add `name` property to `field` definition
nklomp authored Jul 10, 2023

Verified

This commit was signed with the committer’s verified signature.
sandhose Quentin Gliech
2 parents c6f66c0 + 6044810 commit 4828ce8
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
@@ -310,6 +310,9 @@
},
"filter": {
"$ref": "http://json-schema.org/schema#"
},
"name": {
"type": "string"
}
},
"required": [
@@ -343,6 +346,9 @@
"required",
"preferred"
]
},
"name": {
"type": "string"
}
},
"required": [

0 comments on commit 4828ce8

Please sign in to comment.