{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubFormFieldsPerDocumentSignature", "title": "SubFormFieldsPerDocumentSignature", "description": "_t__Sub::FormFieldsPerDocument::DESCRIPTION_EXTENDS", "allOf": [ { "$ref": "#/components/schemas/SubFormFieldsPerDocumentBase" }, { "required": [ "type" ], "properties": { "type": { "description": "_t__Sub::FormFieldsPerDocument::TYPE_SIGNATURE", "type": "string", "default": "signature" } }, "type": "object" }, { "$ref": "#/components/schemas/SubFormFieldsPerDocumentBase" } ] }