{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/dss-2-0-0-json/latest.json",
  "x-lintel": {
    "source": "https://www.schemastore.org/dss-2.0.0.json",
    "sourceSha256": "605d9c3c349cd3cf7c533a61b1152b423fce05fbbe4403bdba355b8efa21a92d"
  },
  "type": "object",
  "properties": {
    "signReq": {
      "$ref": "#/$defs/dss2-SignRequestType"
    },
    "signResp": {
      "$ref": "#/$defs/dss2-SignResponseType"
    },
    "verifyReq": {
      "$ref": "#/$defs/dss2-VerifyRequestType"
    },
    "verifyResp": {
      "$ref": "#/$defs/dss2-VerifyResponseType"
    },
    "pendingReq": {
      "$ref": "#/$defs/dss2-PendingRequestType"
    },
    "genericResp": {
      "$ref": "#/$defs/dsb-ResponseBaseType"
    }
  },
  "id": "https://json.schemastore.org/dss-2.0.0.json",
  "$defs": {
    "dss2-SignRequestType": {
      "$xsd-full-type": "dss2:SignRequestType",
      "$xsd-type": "SignRequestType",
      "type": "object",
      "properties": {
        "profile": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "reqID": {
          "type": "string"
        },
        "inDocs": {
          "$ref": "#/$defs/dss2-InputDocumentsType"
        },
        "optInp": {
          "$ref": "#/$defs/dss2-OptionalInputsSignType"
        }
      }
    },
    "dss2-InputDocumentsType": {
      "$xsd-full-type": "dss2:InputDocumentsType",
      "$xsd-type": "InputDocumentsType",
      "type": "object",
      "properties": {
        "doc": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DocumentType"
          }
        },
        "transformed": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-TransformedDataType"
          }
        },
        "docHash": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DocumentHashType"
          }
        }
      }
    },
    "dss2-DocumentType": {
      "$xsd-full-type": "dss2:DocumentType",
      "$xsd-type": "DocumentType",
      "type": "object",
      "properties": {
        "ID": {
          "type": "string"
        },
        "refURI": {
          "type": "string"
        },
        "refType": {
          "type": "string"
        },
        "schemaRefs": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DocumentType"
          }
        },
        "b64Data": {
          "$ref": "#/$defs/dsb-Base64DataType"
        }
      },
      "required": [
        "b64Data"
      ]
    },
    "dsb-Base64DataType": {
      "$xsd-full-type": "dsb:Base64DataType",
      "$xsd-type": "Base64DataType",
      "type": "object",
      "properties": {
        "ID": {
          "type": "string"
        },
        "val": {
          "type": "string"
        },
        "attRef": {
          "$ref": "#/$defs/dsb-AttachmentReferenceType"
        },
        "mimeType": {
          "type": "string"
        },
        "idRef": {
          "type": "string"
        }
      },
      "minProperties": 0
    },
    "dsb-AttachmentReferenceType": {
      "$xsd-full-type": "dsb:AttachmentReferenceType",
      "$xsd-type": "AttachmentReferenceType",
      "type": "object",
      "properties": {
        "di": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-DigestInfoType"
          }
        },
        "attURI": {
          "type": "string"
        }
      },
      "required": [
        "attURI"
      ]
    },
    "dsb-DigestInfoType": {
      "$xsd-full-type": "dsb:DigestInfoType",
      "$xsd-type": "DigestInfoType",
      "type": "object",
      "properties": {
        "alg": {
          "type": "string"
        },
        "val": {
          "type": "string"
        }
      },
      "required": [
        "alg",
        "val"
      ]
    },
    "dss2-TransformedDataType": {
      "$xsd-full-type": "dss2:TransformedDataType",
      "$xsd-type": "TransformedDataType",
      "type": "object",
      "properties": {
        "ID": {
          "type": "string"
        },
        "refURI": {
          "type": "string"
        },
        "refType": {
          "type": "string"
        },
        "schemaRefs": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DocumentType"
          }
        },
        "transforms": {
          "$ref": "#/$defs/dsigrw-TransformsType"
        },
        "b64Data": {
          "$ref": "#/$defs/dsb-Base64DataType"
        },
        "whichRef": {
          "type": "integer"
        }
      },
      "required": [
        "b64Data"
      ]
    },
    "dsigrw-TransformsType": {
      "$xsd-full-type": "ds-rw:TransformsType",
      "$xsd-type": "TransformsType",
      "type": "object",
      "properties": {
        "transform": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsigrw-TransformType"
          }
        }
      },
      "required": [
        "transform"
      ]
    },
    "dsigrw-TransformType": {
      "$xsd-full-type": "ds-rw:TransformType",
      "$xsd-type": "TransformType",
      "type": "object",
      "properties": {
        "xpath": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "val": {
          "type": "string"
        },
        "b64Content": {
          "type": "string"
        },
        "xPath": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "nsDecl": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-NsPrefixMappingType"
          }
        },
        "alg": {
          "type": "string"
        }
      },
      "required": [
        "alg"
      ]
    },
    "dsb-NsPrefixMappingType": {
      "$xsd-full-type": "dsb:NsPrefixMappingType",
      "$xsd-type": "NsPrefixMappingType",
      "type": "object",
      "properties": {
        "uri": {
          "type": "string"
        },
        "pre": {
          "type": "string"
        }
      },
      "required": [
        "uri",
        "pre"
      ]
    },
    "dss2-DocumentHashType": {
      "$xsd-full-type": "dss2:DocumentHashType",
      "$xsd-type": "DocumentHashType",
      "type": "object",
      "properties": {
        "ID": {
          "type": "string"
        },
        "refURI": {
          "type": "string"
        },
        "refType": {
          "type": "string"
        },
        "schemaRefs": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DocumentType"
          }
        },
        "transforms": {
          "$ref": "#/$defs/dsigrw-TransformsType"
        },
        "dis": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-DigestInfoType"
          }
        },
        "whichRef": {
          "type": "integer"
        }
      },
      "required": [
        "dis"
      ]
    },
    "dss2-OptionalInputsSignType": {
      "$xsd-full-type": "dss2:OptionalInputsSignType",
      "$xsd-type": "OptionalInputsSignType",
      "type": "object",
      "properties": {
        "policy": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "lang": {
          "type": "string"
        },
        "other": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-AnyType"
          }
        },
        "claimedIdentity": {
          "$ref": "#/$defs/dss2-ClaimedIdentityType"
        },
        "schemas": {
          "$ref": "#/$defs/dss2-SchemasType"
        },
        "addTimestamp": {
          "$ref": "#/$defs/dss2-AugmentSignatureInstructionType"
        },
        "sigType": {
          "type": "string"
        },
        "aud": {
          "$ref": "#/$defs/dss2-IntendedAudienceType"
        },
        "keySel": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-KeySelectorType"
          }
        },
        "props": {
          "$ref": "#/$defs/dss2-PropertiesHolderType"
        },
        "incObj": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-IncludeObjectType"
          }
        },
        "incContent": {
          "type": "boolean",
          "default": "false"
        },
        "sigPlacement": {
          "$ref": "#/$defs/dss2-SignaturePlacementType"
        },
        "signedRefs": {
          "$ref": "#/$defs/dss2-SignedReferencesType"
        },
        "nonce": {
          "type": "integer"
        },
        "sigAlgo": {
          "type": "string"
        },
        "quality": {
          "type": "string"
        }
      }
    },
    "dsb-AnyType": {
      "$xsd-full-type": "dsb:AnyType",
      "$xsd-type": "AnyType",
      "type": "object",
      "properties": {
        "ID": {
          "type": "string"
        },
        "val": {
          "type": "string"
        },
        "attRef": {
          "$ref": "#/$defs/dsb-AttachmentReferenceType"
        },
        "mimeType": {
          "type": "string"
        },
        "idRef": {
          "type": "string"
        }
      }
    },
    "dss2-ClaimedIdentityType": {
      "$xsd-full-type": "dss2:ClaimedIdentityType",
      "$xsd-type": "ClaimedIdentityType",
      "type": "object",
      "properties": {
        "name": {
          "$ref": "#/$defs/saml2rw-NameIDType"
        },
        "suppInfo": {
          "$ref": "#/$defs/dsb-AnyType"
        }
      },
      "required": [
        "name"
      ]
    },
    "saml2rw-NameIDType": {
      "$xsd-full-type": "saml2-rw:NameIDType",
      "$xsd-type": "NameIDType",
      "type": "object",
      "properties": {
        "spprovidedID": {
          "type": "string"
        },
        "spnameQualifier": {
          "type": "string"
        },
        "value": {
          "type": "string"
        },
        "format": {
          "type": "string"
        },
        "provId": {
          "type": "string"
        },
        "nameQual": {
          "type": "string"
        },
        "spNameQual": {
          "type": "string"
        }
      }
    },
    "dss2-SchemasType": {
      "$xsd-full-type": "dss2:SchemasType",
      "$xsd-type": "SchemasType",
      "type": "object",
      "properties": {
        "schema": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DocumentType"
          }
        }
      },
      "required": [
        "schema"
      ]
    },
    "dss2-AugmentSignatureInstructionType": {
      "$xsd-full-type": "dss2:AugmentSignatureInstructionType",
      "$xsd-type": "AugmentSignatureInstructionType",
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "dss2-IntendedAudienceType": {
      "$xsd-full-type": "dss2:IntendedAudienceType",
      "$xsd-type": "IntendedAudienceType",
      "type": "object",
      "properties": {
        "recipient": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/saml2rw-NameIDType"
          }
        }
      },
      "required": [
        "recipient"
      ]
    },
    "dss2-KeySelectorType": {
      "$xsd-full-type": "dss2:KeySelectorType",
      "$xsd-type": "KeySelectorType",
      "type": "object",
      "properties": {
        "x509Digest": {
          "$ref": "#/$defs/dss2-X509DigestType"
        },
        "sub": {
          "type": "string"
        },
        "ski": {
          "type": "string"
        },
        "cert": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "minProperties": 1,
      "maxProperties": 1
    },
    "dss2-X509DigestType": {
      "$xsd-full-type": "dss2:X509DigestType",
      "$xsd-type": "X509DigestType",
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        },
        "alg": {
          "type": "string"
        }
      },
      "required": [
        "alg"
      ]
    },
    "dss2-PropertiesHolderType": {
      "$xsd-full-type": "dss2:PropertiesHolderType",
      "$xsd-type": "PropertiesHolderType",
      "type": "object",
      "properties": {
        "signedProps": {
          "$ref": "#/$defs/dss2-PropertiesType"
        },
        "unsignedProps": {
          "$ref": "#/$defs/dss2-PropertiesType"
        }
      }
    },
    "dss2-PropertiesType": {
      "$xsd-full-type": "dss2:PropertiesType",
      "$xsd-type": "PropertiesType",
      "type": "object",
      "properties": {
        "prop": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-PropertyType"
          }
        }
      },
      "required": [
        "prop"
      ]
    },
    "dss2-PropertyType": {
      "$xsd-full-type": "dss2:PropertyType",
      "$xsd-type": "PropertyType",
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "val": {
          "$ref": "#/$defs/dsb-AnyType"
        }
      },
      "required": [
        "id"
      ]
    },
    "dss2-IncludeObjectType": {
      "$xsd-full-type": "dss2:IncludeObjectType",
      "$xsd-type": "IncludeObjectType",
      "type": "object",
      "properties": {
        "whichDoc": {
          "$ref": "#/$defs/dss2-DocumentBaseType"
        },
        "hasObjectTagsAndAttributesSet": {
          "type": "boolean",
          "default": "false"
        },
        "objId": {
          "type": "string"
        },
        "createRef": {
          "type": "boolean",
          "default": "true"
        }
      }
    },
    "dss2-DocumentBaseType": {
      "$xsd-full-type": "dss2:DocumentBaseType",
      "$xsd-type": "DocumentBaseType",
      "type": "object",
      "properties": {
        "ID": {
          "type": "string"
        },
        "refURI": {
          "type": "string"
        },
        "refType": {
          "type": "string"
        },
        "schemaRefs": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DocumentType"
          }
        }
      }
    },
    "dss2-SignaturePlacementType": {
      "$xsd-full-type": "dss2:SignaturePlacementType",
      "$xsd-type": "SignaturePlacementType",
      "type": "object",
      "properties": {
        "xpathAfter": {
          "type": "string"
        },
        "xpathFirstChildOf": {
          "type": "string"
        },
        "xPathAfter": {
          "type": "string"
        },
        "xPathFirstChildOf": {
          "type": "string"
        },
        "nsDecl": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-NsPrefixMappingType"
          }
        },
        "whichDoc": {
          "$ref": "#/$defs/dss2-DocumentBaseType"
        },
        "createEnvelopedSignature": {
          "type": "boolean",
          "default": "true"
        }
      }
    },
    "dss2-SignedReferencesType": {
      "$xsd-full-type": "dss2:SignedReferencesType",
      "$xsd-type": "SignedReferencesType",
      "type": "object",
      "properties": {
        "signedRef": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-SignedReferenceType"
          }
        }
      },
      "required": [
        "signedRef"
      ]
    },
    "dss2-SignedReferenceType": {
      "$xsd-full-type": "dss2:SignedReferenceType",
      "$xsd-type": "SignedReferenceType",
      "type": "object",
      "properties": {
        "transforms": {
          "$ref": "#/$defs/dsigrw-TransformsType"
        },
        "whichDoc": {
          "$ref": "#/$defs/dss2-DocumentBaseType"
        },
        "refURI": {
          "type": "string"
        },
        "refId": {
          "type": "string"
        }
      },
      "required": [
        "whichDoc"
      ]
    },
    "dss2-SignResponseType": {
      "$xsd-full-type": "dss2:SignResponseType",
      "$xsd-type": "SignResponseType",
      "type": "object",
      "properties": {
        "result": {
          "$ref": "#/$defs/dsb-ResultType"
        },
        "profile": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "reqID": {
          "type": "string"
        },
        "respID": {
          "type": "string"
        },
        "optOutp": {
          "$ref": "#/$defs/dss2-OptionalOutputsSignType"
        },
        "sigObj": {
          "$ref": "#/$defs/dss2-SignatureObjectType"
        }
      }
    },
    "dsb-ResultType": {
      "$xsd-full-type": "dsb:ResultType",
      "$xsd-type": "ResultType",
      "type": "object",
      "properties": {
        "maj": {
          "type": "string",
          "enum": [
            "urn:oasis:names:tc:dss:1.0:resultmajor:Success",
            "urn:oasis:names:tc:dss:1.0:resultmajor:RequesterError",
            "urn:oasis:names:tc:dss:1.0:resultmajor:ResponderError",
            "urn:oasis:names:tc:dss:1.0:resultmajor:InsufficientInformation",
            "urn:oasis:names:tc:dss:1.0:profiles:asynchronousprocessing:resultmajor:Pending"
          ]
        },
        "min": {
          "type": "string"
        },
        "msg": {
          "$ref": "#/$defs/dsb-InternationalStringType"
        },
        "pRef": {
          "type": "string"
        }
      },
      "required": [
        "maj"
      ]
    },
    "dsb-InternationalStringType": {
      "$xsd-full-type": "dsb:InternationalStringType",
      "$xsd-type": "InternationalStringType",
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        },
        "lang": {
          "type": "string"
        }
      },
      "required": [
        "lang"
      ]
    },
    "dss2-OptionalOutputsSignType": {
      "$xsd-full-type": "dss2:OptionalOutputsSignType",
      "$xsd-type": "OptionalOutputsSignType",
      "type": "object",
      "properties": {
        "policy": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "other": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-AnyType"
          }
        },
        "transformed": {
          "$ref": "#/$defs/dss2-TransformedDocumentType"
        },
        "schemas": {
          "$ref": "#/$defs/dss2-SchemasType"
        },
        "docWithSignature": {
          "$ref": "#/$defs/dss2-DocumentWithSignatureType"
        }
      }
    },
    "dss2-TransformedDocumentType": {
      "$xsd-full-type": "dss2:TransformedDocumentType",
      "$xsd-type": "TransformedDocumentType",
      "type": "object",
      "properties": {
        "doc": {
          "$ref": "#/$defs/dss2-DocumentType"
        },
        "whichRef": {
          "type": "integer"
        }
      },
      "required": [
        "doc",
        "whichRef"
      ]
    },
    "dss2-DocumentWithSignatureType": {
      "$xsd-full-type": "dss2:DocumentWithSignatureType",
      "$xsd-type": "DocumentWithSignatureType",
      "type": "object",
      "properties": {
        "doc": {
          "$ref": "#/$defs/dss2-DocumentType"
        }
      },
      "required": [
        "doc"
      ]
    },
    "dss2-SignatureObjectType": {
      "$xsd-full-type": "dss2:SignatureObjectType",
      "$xsd-type": "SignatureObjectType",
      "type": "object",
      "properties": {
        "b64Sig": {
          "$ref": "#/$defs/dsb-Base64DataType"
        },
        "sigPtr": {
          "$ref": "#/$defs/dss2-SignaturePtrType"
        },
        "schemaRefs": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DocumentBaseType"
          }
        }
      },
      "minProperties": 1
    },
    "dss2-SignaturePtrType": {
      "$xsd-full-type": "dss2:SignaturePtrType",
      "$xsd-type": "SignaturePtrType",
      "type": "object",
      "properties": {
        "xpath": {
          "type": "string"
        },
        "nsDecl": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-NsPrefixMappingType"
          }
        },
        "whichDoc": {
          "$ref": "#/$defs/dss2-DocumentBaseType"
        },
        "xPath": {
          "type": "string"
        }
      },
      "required": [
        "whichDoc"
      ]
    },
    "dss2-VerifyRequestType": {
      "$xsd-full-type": "dss2:VerifyRequestType",
      "$xsd-type": "VerifyRequestType",
      "type": "object",
      "properties": {
        "profile": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "reqID": {
          "type": "string"
        },
        "inDocs": {
          "$ref": "#/$defs/dss2-InputDocumentsType"
        },
        "optInp": {
          "$ref": "#/$defs/dss2-OptionalInputsVerifyType"
        },
        "sigObj": {
          "$ref": "#/$defs/dss2-SignatureObjectType"
        }
      }
    },
    "dss2-OptionalInputsVerifyType": {
      "$xsd-full-type": "dss2:OptionalInputsVerifyType",
      "$xsd-type": "OptionalInputsVerifyType",
      "type": "object",
      "properties": {
        "policy": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "lang": {
          "type": "string"
        },
        "other": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-AnyType"
          }
        },
        "claimedIdentity": {
          "$ref": "#/$defs/dss2-ClaimedIdentityType"
        },
        "schemas": {
          "$ref": "#/$defs/dss2-SchemasType"
        },
        "addTimestamp": {
          "$ref": "#/$defs/dss2-AugmentSignatureInstructionType"
        },
        "useVerificationTime": {
          "$ref": "#/$defs/dss2-UseVerificationTimeType"
        },
        "returnVerificationTime": {
          "type": "boolean",
          "default": "false"
        },
        "addKeyInfo": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-AdditionalKeyInfoType"
          }
        },
        "returnProcDetails": {
          "type": "boolean",
          "default": "false"
        },
        "returnSigningTime": {
          "type": "boolean",
          "default": "false"
        },
        "returnSigner": {
          "type": "boolean",
          "default": "false"
        },
        "returnAugmented": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-AugmentSignatureInstructionType"
          }
        },
        "returnTransformed": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-ReturnTransformedDocumentType"
          }
        },
        "returnTimestamped": {
          "$ref": "#/$defs/dss2-AugmentSignatureInstructionType"
        },
        "verifyManifests": {
          "type": "boolean",
          "default": "false"
        }
      }
    },
    "dss2-UseVerificationTimeType": {
      "$xsd-full-type": "dss2:UseVerificationTimeType",
      "$xsd-type": "UseVerificationTimeType",
      "type": "object",
      "properties": {
        "currTime": {
          "type": "boolean",
          "default": "false"
        },
        "specTime": {
          "type": "integer",
          "format": "utc-millisec"
        },
        "b64Content": {
          "type": "string"
        }
      },
      "minProperties": 1,
      "maxProperties": 1
    },
    "dss2-AdditionalKeyInfoType": {
      "$xsd-full-type": "dss2:AdditionalKeyInfoType",
      "$xsd-type": "AdditionalKeyInfoType",
      "type": "object",
      "properties": {
        "ocspresponse": {
          "$ref": "#/$defs/dsb-Base64DataType"
        },
        "x509Digest": {
          "$ref": "#/$defs/dss2-X509DigestType"
        },
        "sub": {
          "type": "string"
        },
        "ski": {
          "type": "string"
        },
        "cert": {
          "$ref": "#/$defs/dsb-Base64DataType"
        },
        "name": {
          "type": "string"
        },
        "crl": {
          "$ref": "#/$defs/dsb-Base64DataType"
        },
        "ocsp": {
          "$ref": "#/$defs/dsb-Base64DataType"
        },
        "poe": {
          "$ref": "#/$defs/dsb-Base64DataType"
        }
      },
      "minProperties": 1,
      "maxProperties": 1
    },
    "dss2-ReturnTransformedDocumentType": {
      "$xsd-full-type": "dss2:ReturnTransformedDocumentType",
      "$xsd-type": "ReturnTransformedDocumentType",
      "type": "object",
      "properties": {
        "whichRef": {
          "type": "integer"
        }
      },
      "required": [
        "whichRef"
      ]
    },
    "dss2-VerifyResponseType": {
      "$xsd-full-type": "dss2:VerifyResponseType",
      "$xsd-type": "VerifyResponseType",
      "type": "object",
      "properties": {
        "result": {
          "$ref": "#/$defs/dsb-ResultType"
        },
        "profile": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "reqID": {
          "type": "string"
        },
        "respID": {
          "type": "string"
        },
        "optOutp": {
          "$ref": "#/$defs/dss2-OptionalOutputsVerifyType"
        }
      }
    },
    "dss2-OptionalOutputsVerifyType": {
      "$xsd-full-type": "dss2:OptionalOutputsVerifyType",
      "$xsd-type": "OptionalOutputsVerifyType",
      "type": "object",
      "properties": {
        "policy": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "other": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-AnyType"
          }
        },
        "transformed": {
          "$ref": "#/$defs/dss2-TransformedDocumentType"
        },
        "schemas": {
          "$ref": "#/$defs/dss2-SchemasType"
        },
        "docWithSignature": {
          "$ref": "#/$defs/dss2-DocumentWithSignatureType"
        },
        "result": {
          "$ref": "#/$defs/dss2-VerifyManifestResultsType"
        },
        "signingTimeInfo": {
          "$ref": "#/$defs/dss2-SigningTimeInfoType"
        },
        "verificationTimeInfo": {
          "$ref": "#/$defs/dss2-VerificationTimeInfoType"
        },
        "procDetails": {
          "$ref": "#/$defs/dss2-ProcessingDetailsType"
        },
        "signerIdentity": {
          "$ref": "#/$defs/saml2rw-NameIDType"
        },
        "augSig": {
          "$ref": "#/$defs/dss2-AugmentedSignatureType"
        },
        "timestampedSig": {
          "$ref": "#/$defs/dss2-AugmentedSignatureType"
        }
      }
    },
    "dss2-VerifyManifestResultsType": {
      "$xsd-full-type": "dss2:VerifyManifestResultsType",
      "$xsd-type": "VerifyManifestResultsType",
      "type": "object",
      "properties": {
        "result": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-ManifestResultType"
          }
        }
      },
      "required": [
        "result"
      ]
    },
    "dss2-ManifestResultType": {
      "$xsd-full-type": "dss2:ManifestResultType",
      "$xsd-type": "ManifestResultType",
      "type": "object",
      "properties": {
        "xPath": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "enum": [
            "urn:oasis:names:tc:dss:1.0:manifeststatus:Valid",
            "urn:oasis:names:tc:dss:1.0:manifeststatus:Invalid"
          ]
        },
        "nsDecl": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dsb-NsPrefixMappingType"
          }
        }
      },
      "required": [
        "xPath",
        "status"
      ]
    },
    "dss2-SigningTimeInfoType": {
      "$xsd-full-type": "dss2:SigningTimeInfoType",
      "$xsd-type": "SigningTimeInfoType",
      "type": "object",
      "properties": {
        "signingTime": {
          "type": "integer",
          "format": "utc-millisec"
        },
        "signingTimeBounds": {
          "$ref": "#/$defs/dss2-SigningTimeInfoType%3ASigningTimeBoundaries"
        }
      },
      "required": [
        "signingTime"
      ]
    },
    "dss2-SigningTimeInfoType:SigningTimeBoundaries": {
      "$xsd-full-type": "",
      "$xsd-type": "",
      "type": "object",
      "properties": {
        "lowerBound": {
          "type": "integer",
          "format": "utc-millisec"
        },
        "upperBound": {
          "type": "integer",
          "format": "utc-millisec"
        }
      }
    },
    "dss2-VerificationTimeInfoType": {
      "$xsd-full-type": "dss2:VerificationTimeInfoType",
      "$xsd-type": "VerificationTimeInfoType",
      "type": "object",
      "properties": {
        "verificationTime": {
          "type": "integer",
          "format": "utc-millisec"
        },
        "additionalTimeInfo": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-AdditionalTimeInfoType"
          }
        }
      },
      "required": [
        "verificationTime"
      ]
    },
    "dss2-AdditionalTimeInfoType": {
      "$xsd-full-type": "dss2:AdditionalTimeInfoType",
      "$xsd-type": "AdditionalTimeInfoType",
      "type": "object",
      "properties": {
        "value": {
          "type": "integer",
          "format": "utc-millisec"
        },
        "type": {
          "type": "string",
          "format": "uri"
        },
        "ref": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ]
    },
    "dss2-ProcessingDetailsType": {
      "$xsd-full-type": "dss2:ProcessingDetailsType",
      "$xsd-type": "ProcessingDetailsType",
      "type": "object",
      "properties": {
        "valid": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DetailType"
          }
        },
        "indeterminate": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DetailType"
          }
        },
        "invalid": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/dss2-DetailType"
          }
        }
      }
    },
    "dss2-DetailType": {
      "$xsd-full-type": "dss2:DetailType",
      "$xsd-type": "DetailType",
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "msg": {
          "$ref": "#/$defs/dsb-InternationalStringType"
        },
        "b64Content": {
          "type": "string"
        },
        "type": {
          "type": "string",
          "format": "uri"
        }
      },
      "required": [
        "type"
      ]
    },
    "dss2-AugmentedSignatureType": {
      "$xsd-full-type": "dss2:AugmentedSignatureType",
      "$xsd-type": "AugmentedSignatureType",
      "type": "object",
      "properties": {
        "sigObj": {
          "$ref": "#/$defs/dss2-SignatureObjectType"
        },
        "type": {
          "type": "string",
          "format": "uri"
        }
      },
      "required": [
        "sigObj"
      ]
    },
    "dss2-PendingRequestType": {
      "$xsd-full-type": "dss2:PendingRequestType",
      "$xsd-type": "PendingRequestType",
      "type": "object",
      "properties": {
        "profile": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "reqID": {
          "type": "string"
        },
        "claimedIdentity": {
          "$ref": "#/$defs/dss2-ClaimedIdentityType"
        }
      }
    },
    "dsb-ResponseBaseType": {
      "$xsd-full-type": "dsb:ResponseBaseType",
      "$xsd-type": "ResponseBaseType",
      "type": "object",
      "properties": {
        "result": {
          "$ref": "#/$defs/dsb-ResultType"
        },
        "profile": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "reqID": {
          "type": "string"
        },
        "respID": {
          "type": "string"
        }
      },
      "required": [
        "result"
      ]
    }
  }
}
