action keyserv_keys_api_custom { label: "KeysApi_Custom" provider: keyserv method: GET path: "/v1/KeysApi/Custom/{serial}" encoding: json input: { type: "object" properties: { serial: { type: "string" format: "guid" } } required: ["serial"] additionalProperties: false } output: { type: "object" additionalProperties: true } }