From 6044810539281565b6e2b5a91139bf727a6a7961 Mon Sep 17 00:00:00 2001 From: Moe Jangda Date: Fri, 7 Jul 2023 00:35:26 -0500 Subject: [PATCH] (pdv2 json schema) add name property to field definition --- resources/presentation_definition_v2.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/presentation_definition_v2.schema.json b/resources/presentation_definition_v2.schema.json index 1d564eeb..fd22f5a1 100644 --- a/resources/presentation_definition_v2.schema.json +++ b/resources/presentation_definition_v2.schema.json @@ -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": [