action crucible_get_general_comments { label: "getGeneralComments" provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/comments/general" encoding: json input: { type: "object" properties: { render: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }