{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/fastdol/refs/heads/main/json-structure/fastdol-create-key-request-structure.json", "name": "CreateKeyRequest", "type": "object", "description": "CreateKeyRequest structure from FastDOL API", "properties": { "label": { "type": "string" }, "scopes": { "type": "array" } } }