action apidapp_get_blockchain_id { label: "get_blockchain_id" description: "Get information about blockchain woth given id" provider: apidapp method: GET path: "/blockchain/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }