{ "lexicon": 1, "id": "app.rocksky.apikey.createApikey", "defs": { "main": { "type": "procedure", "description": "Create a new API key for the authenticated user", "input": { "encoding": "application/json", "schema": { "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "The name of the API key." }, "description": { "type": "string", "description": "A description for the API key." } } } }, "output": { "encoding": "application/json", "schema": { "type": "ref", "ref": "app.rocksky.apikey.defs#apiKey" } } } } }