{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/SubaccountStatusRequest.json", "title": "SubaccountStatusRequest", "properties": { "subaccountAddress": { "type": "string" }, "account": { "type": "string" } }, "required": [ "subaccountAddress", "account" ], "type": "object" }