This schema represents the Advert object used within the IFP systems. Currently it only supports Sale Adverts.
Please use the latest version of these schemas when sending us sale adverts:
Public Sale Advert JSON Schema Changelog
-
Public Sale Advert JSON v1.* list of enums available - see this for the full list of the enums in the schema that can be used for the lookup values in their respective keys.
-
Public Sale Advert JSON v1.1.0 notes (only notes the changes/additions to v1.0.0)
This document provides notes about the use for each field. There are two top-level objects:
- advert: Information about the advert, i.e. the advertising details.
- property: Information about the actual property being advertised.
There is some logic to the required fields of the property.geo.user_data, which must be followed in order ensure the advert is validated. It is necessary to supply one of the following combinations as a minimum:
- post_code
- commune_name + department_name
- commune_name + department_code
- Tutorials
- JSON Validator - paste our public schema into the left box, then paste your JSON document into the right to validate that it adheres to the schema.
Internal Sale Advert JSON Schema Changelog