action slicebox_get_metadata_flatseries_id { label: "get_metadata_flatseries_id" description: "Return the flat series with the supplied ID" provider: slicebox method: GET path: "/metadata/flatseries/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }