action orthanc_server_get_instances_id_frames_frame { label: "List operations" description: "List the available operations under URI `/instances/{id}/frames/{frame}/`" provider: orthanc_server method: GET path: "/instances/{id}/frames/{frame}" encoding: json input: { type: "object" properties: { frame: { type: "string" } id: { type: "string" } } required: ["frame", "id"] additionalProperties: false } output: { description: "List of the available operations" type: "object" } }