aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/ec_signature_parameter_schema.json
blob: 0c08ec24032430b94e1af4b4aecb79164ac7b122 (plain) (blame)
1
2
3
4
5
{
    "id": "/ecSignatureParameterSchema",
    "type": "string",
    "pattern": "^0[xX][0-9A-Fa-f]{64}$"
}