{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/aptos/json-schema/RoleType.json", "title": "RoleType", "type": "string", "enum": [ "validator", "full_node" ] }