action openchannel_get_ownership_ownership_id { label: "Returns an ownership record" description: " - Results are returned for the market provided within the basic authentication credentials " provider: openchannel method: GET path: "/ownership/{ownershipId}" encoding: json input: { type: "object" properties: { ownershipId: { type: "string" } } required: ["ownershipId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }