action bungie_content_get_content_type { label: "Content.GetContentType" description: "Gets an object describing a particular variant of content." provider: bungie method: GET path: "/Content/GetContentType/{type}/" encoding: json input: { type: "object" properties: { type: { type: "string" } } required: ["type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }