{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/amazon/seller.json","title":"amazon/seller data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"marketplace":{"description":"Optional marketplace supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"domain":{"description":"Optional domain supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["country"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["marketplace"],"properties":{"marketplace":{"description":"Optional marketplace supplied by this operation. Null means unknown.","type":["object"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"domain":{"description":"Optional domain supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"country":"example","id":"example","marketplace":{"country":"example","domain":"example"},"platform":"example","url":"https://example.com/example"}]}