INPUT_OBJECT
PropertyAttributesInput
Property attributes.
link GraphQL Schema definition
- input PropertyAttributesInput {
- # Details about the accessibility of the property.
- PropertyAccessibilityInput :
- # The list of amenities of the property. Each property type has a specific list of
- # possible amenities. See JSON schemas.
- Amenity!] : [
- # Building details.
- BuildingAttributesInput :
- # Conditions about the kitchen and the bathrooms.
- PropertyConditionsInput :
- # A title and description used for advertisement and communication.
- PropertyDescriptionInput :
- # A map of features of the property. Each property type has a specific list of
- # possible features. See JSON schemas.
- FeaturesAttributesInput :
- # The general condition of the property
- Condition :
- # Legal details and energy information.
- LegalAttributesInput :
- # The address and geolocation information.
- LocationAttributesInput :
- # The details about the current occupancy status.
- OccupancyAttributesInput :
- # Orientation details of the property.
- PropertyOrientationInput :
- # Details about the various permissions the property has.
- PropertyPermissionsInput :
- # Price details.
- PropertyPriceInput :
- # Details about the mandate, agency commissions and more.
- PropertySettingsInput :
- # Some property specify a shape. See JSON schemas.
- Shape :
- # The current status of the property.
- PropertyStatus :
- # Details about the composition and organization of the property. Each property
- # type is different. See JSON schemas.
- PropertyStructureInput :
- # The subtype of the property. Currently, this value must be provided as an array
- # of one item.
- PropertySubType!] : [
- # Information about the tenant contract.
- TenantContractInput :
- # A URL of a video resource.
- String :
- # A URL of a video resource.
- String :
- }