action crucible_changes { label: "changes" description: "Represents a sorted list of changesets, newest first." provider: crucible method: GET path: "/rest-service/repositories-v1/changes/{repository}/{path}" encoding: json input: { type: "object" properties: { includeNewest: { type: "string" } includeOldest: { type: "string" } max: { type: "string" } newestCsid: { type: "string" } oldestCsid: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }