From 27ec1244486b6dd34df8251ea260051b0406e5ba Mon Sep 17 00:00:00 2001 From: frbattid Date: Thu, 7 Nov 2024 11:22:51 +0100 Subject: [PATCH] Minor fix --- samples/extensions/Fabric_User_Consents/v1.0.0/extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/extensions/Fabric_User_Consents/v1.0.0/extensions.json b/samples/extensions/Fabric_User_Consents/v1.0.0/extensions.json index c5dc1df..5b18592 100644 --- a/samples/extensions/Fabric_User_Consents/v1.0.0/extensions.json +++ b/samples/extensions/Fabric_User_Consents/v1.0.0/extensions.json @@ -20,7 +20,7 @@ { "name": "APP_LEGAL_ENTITY_ID", "type": { "type": "string", "arg.properties": { "options": [ "telefonica", "movistar", "o2" ] }}, "doc": "Application legal entity identifier" }, - { "name": "STATUS", "type": { "type": "enum", "name": "STATUS", "symbols": ["Active", "Revoked"], "arg.properties": { + { "name": "STATUS", "type": { "type": "enum", "name": "STATUS", "symbols": ["Active", "Latched", "Expired", "Revoked", "Prompted", "Removed"], "arg.properties": { "options": [ "Active", "Revoked" ] }}, "doc": "Consent status" }, { "name": "EXPIRATION_DATE", "type": [