{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/aliexpress/shipping.json","title":"aliexpress/shipping data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string","null"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"from":{"description":"Optional from supplied by this operation. Null means unknown.","type":["string","null"]},"notes":{"description":"Optional notes supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"to":{"description":"Optional to supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["from"],"properties":{"from":{"description":"Optional from supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["notes"],"properties":{"notes":{"description":"Optional notes supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["to"],"properties":{"to":{"description":"Optional to supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}},"product_id":{"description":"Optional product id supplied by this operation. Null means unknown.","type":["string","null"]},"region":{"description":"Optional region supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"count":0,"currency":"example","has_more":false,"items":[{"from":"example","notes":["example"],"to":"example"}],"product_id":"example","region":"example"}]}