{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateVerifiableCredentialTemplateRequestContent", "title": "UpdateVerifiableCredentialTemplateRequestContent", "type": "object", "additionalProperties": false, "properties": { "name": { "type": [ "string", "null" ], "minLength": 1, "maxLength": 255 }, "type": { "type": [ "string", "null" ], "minLength": 1, "maxLength": 255 }, "dialect": { "type": [ "string", "null" ], "maxLength": 255, "pattern": "^simplified/1.0$" }, "presentation": { "$ref": "#/components/schemas/MdlPresentationRequest" }, "well_known_trusted_issuers": { "type": [ "string", "null" ], "minLength": 1, "maxLength": 255, "pattern": "^aamva$" }, "version": { "type": [ "number", "null" ] } } }