Amazon Marketplace · Schema

OwnershipType

OwnershipType schema from Amazon Marketplace API

CommerceISVMarketplaceSoftware Catalog
View JSON Schema on GitHub

JSON Schema

amazon-marketplace-ownership-type-schema.json Raw ↑
{
  "$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"
  ]
}