action cloud_elements_get_objects_object_name_docs { label: "Get swagger docs for an object." provider: cloud_elements method: GET path: "/objects/{objectName}/docs" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } basic: { type: "string" } discovery: { type: "string" } objectName: { type: "string" } resolveReferences: { type: "string" } version: { type: "string" } } required: ["Authorization", "objectName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }