aboutsummaryrefslogblamecommitdiffstats
path: root/packages/json-schemas/schemas/ec_signature_schema.json
blob: 52ccfe7bb4ad52eaa94da05d1b1102c68ff25a21 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
                               











                                                       
{
    "id": "/ecSignatureSchema",
    "properties": {
        "v": {
            "type": "number",
            "minimum": 27,
            "maximum": 28
        },
        "r": { "$ref": "/ecSignatureParameterSchema" },
        "s": { "$ref": "/ecSignatureParameterSchema" }
    },
    "required": ["v", "r", "s"],
    "type": "object"
}