Validate ASN.1 Instance
validate_asn1_instanceValidate a JSON instance against a specified ASN.1 type using a definition or schema model, ensuring correctness for PKI workflows.
Instructions
Validate JSON instance input against a selected type in a supported ASN.1 definition subset or Schema Model JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| definition | No | Supported ASN.1 definition subset text. Provide this or schema. | |
| schema | No | ASN.1 Instance Builder Schema Model JSON. Provide this or definition. | |
| typeName | Yes | Defined ASN.1 type name to validate or build. | |
| input | Yes | JSON instance input for the selected type. |