action slicebox_get_metadata_studies_id { label: "get_metadata_studies_id" description: "Return the study with the supplied ID" provider: slicebox method: GET path: "/metadata/studies/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }