UNPKG

@xevolab/jades

Version:

JAdES Digital Signatures compatible with the ETSI TS 119 182-1 Standard

16 lines (14 loc) 330 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions":{ "jwsUnprotectedHeader": { "type":"object", "properties":{ "etsiU": {"$ref": "19182-jsonSchema.json#/definitions/etsiU"} }, "required": ["etsiU"], "additionalProperties": false } }, "$ref": "#/definitions/jwsUnprotectedHeader" }