Loading 103705/schema/response.schema.json +67 −0 Original line number Diff line number Diff line Loading @@ -13,8 +13,49 @@ }, "Signature": { "$ref": "#/$defs/Signature" }, "Signatures": { "$ref": "#/$defs/Signatures" } }, "oneOf": [ { "required": [ "Signatures" ], "not": { "required": [ "Signature" ] } }, { "required": [ "Signature" ], "not": { "required": [ "Signatures" ] } }, { "not": { "anyOf": [ { "required": [ "Signatures" ] }, { "required": [ "Signature" ] } ] } } ], "required": [ "recordSetDescription", "recordSet" Loading Loading @@ -128,6 +169,32 @@ "protected", "signature" ] }, "Signatures": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "hash_algorithm": { "type": "string" }, "algorithm": { "type": "string" }, "public_key": { "type": "string" }, "value": { "type": "string" } }, "required": [ "hash_algorithm", "algorithm", "value" ] } } } } Loading
103705/schema/response.schema.json +67 −0 Original line number Diff line number Diff line Loading @@ -13,8 +13,49 @@ }, "Signature": { "$ref": "#/$defs/Signature" }, "Signatures": { "$ref": "#/$defs/Signatures" } }, "oneOf": [ { "required": [ "Signatures" ], "not": { "required": [ "Signature" ] } }, { "required": [ "Signature" ], "not": { "required": [ "Signatures" ] } }, { "not": { "anyOf": [ { "required": [ "Signatures" ] }, { "required": [ "Signature" ] } ] } } ], "required": [ "recordSetDescription", "recordSet" Loading Loading @@ -128,6 +169,32 @@ "protected", "signature" ] }, "Signatures": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "hash_algorithm": { "type": "string" }, "algorithm": { "type": "string" }, "public_key": { "type": "string" }, "value": { "type": "string" } }, "required": [ "hash_algorithm", "algorithm", "value" ] } } } }