{ "type": "object", "properties": { "profileId": { "type": "string" }, "countryCode": { "type": "string" }, "currencyCode": { "type": "string" }, "accountInfo": { "type": "object", "properties": { "marketplaceStringId": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string", "enum": [ "seller", "vendor" ] } } } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "Profile", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-profile-structure.json", "description": "Profile schema from Amazon Advertising API" }