OwnershipType schema from Amazon Marketplace API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-schema/amazon-marketplace-ownership-type-schema.json", "title": "OwnershipType", "description": "OwnershipType schema from Amazon Marketplace API", "type": "string", "enum": [ "SELF", "SHARED" ] }