{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/airbnb/stay-price.json","title":"airbnb/stay-price data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"_warnings":{"description":"Optional  warnings supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"breakdown":{"description":"Optional breakdown supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"amount":{"description":"Optional amount supplied by this operation. Null means unknown.","type":["number","null"]},"description":{"description":"Source description; null or absent means not supplied.","type":["string","null"]},"price_label":{"description":"Optional price label supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}},"cancellation_policies":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"checkin":{"description":"Optional checkin supplied by this operation. Null means unknown.","type":["string","null"]},"checkout":{"description":"Optional checkout supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"nights":{"description":"Optional nights supplied by this operation. Null means unknown.","type":["number","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["object","null"],"properties":{"amount":{"description":"Optional amount supplied by this operation. Null means unknown.","type":["number","null"]},"label":{"description":"Optional label supplied by this operation. Null means unknown.","type":["string","null"]},"qualifier":{"description":"Optional qualifier supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"type":{"description":"Optional type 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":["breakdown"],"properties":{"breakdown":{"description":"Optional breakdown supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"amount":{"description":"Optional amount supplied by this operation. Null means unknown.","type":["number","null"]},"description":{"description":"Source description; null or absent means not supplied.","type":["string","null"]},"price_label":{"description":"Optional price label supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}}},{"required":["cancellation_policies"],"properties":{"cancellation_policies":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["checkin"],"properties":{"checkin":{"description":"Optional checkin supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["checkout"],"properties":{"checkout":{"description":"Optional checkout 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":["nights"],"properties":{"nights":{"description":"Optional nights supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["price"],"properties":{"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["object"],"properties":{"amount":{"description":"Optional amount supplied by this operation. Null means unknown.","type":["number","null"]},"label":{"description":"Optional label supplied by this operation. Null means unknown.","type":["string","null"]},"qualifier":{"description":"Optional qualifier 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":[{"_warnings":["example"],"breakdown":[{"amount":0,"description":"example","price_label":"example"}],"cancellation_policies":[],"checkin":"example","checkout":"example","id":"example","nights":0,"platform":"example","price":{"amount":0,"label":"example","qualifier":"example"},"type":"example","url":"https://example.com/example"}]}