{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/aptos/json-schema/PublicKey_Secp256r1Ecdsa.json", "title": "PublicKey_Secp256r1Ecdsa", "allOf": [ { "type": "object", "required": [ "type" ], "properties": { "type": { "type": "string", "enum": [ "secp256r1_ecdsa" ], "example": "secp256r1_ecdsa" } } }, { "$ref": "#/components/schemas/Secp256r1Ecdsa" } ] }