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