INPUT_OBJECT

RegulationsInput

Boolean map of possible regulations.

link GraphQL Schema definition

  • input RegulationsInput {
  • # As-Built Report
  • as_build_report: Boolean
  • # Asbestos Certificate
  • asbestos_certificate: Boolean
  • # Asbestos Certificate Reference
  • asbestos_certificate_reference: String
  • # Building Permit
  • building_permit: Boolean
  • # Expropriation Plan
  • expropriation_plan: Boolean
  • # Heritage List
  • heritage_list: Boolean
  • # Legal dispute or lawsuit that is currently in progress and has not yet been
  • # resolved by a final judgment or settlement
  • ongoing_litigation: Boolean
  • # Pending Legal Proceedings
  • pending_legal_proceedings: Boolean
  • # Priority Purchase Right
  • priority_purchase_right: Boolean
  • # Registered Building
  • registered_building: Boolean
  • # Requirement placed on a property owner to make certain improvements or
  • # renovations to a property
  • renovation_obligation: Boolean
  • # Site of Untapped Activity
  • site_untapped_activity: Boolean
  • # Subdivision Authorisation
  • subdivision_authorisation: Boolean
  • # Urban Planning Breach
  • urban_planning_breach: Boolean
  • # Urban Planning Certificate
  • urban_planning_certificate: Boolean
  • # The government has set a maximum allowable rent increase per year or limited the
  • # reasons for which a landlord can terminate a lease or evict a tenant
  • zone_subject_to_rent_control: Boolean
  • }