action wowza_show_player { label: "Fetch a player" description: "This operation shows details of a specific player." provider: wowza method: GET path: "/players/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }