Skip to content

Instantly share code, notes, and snippets.

@jimbrig
Created September 20, 2024 23:25
Show Gist options
  • Save jimbrig/33db2788dda67520b2a18eb13c9142a5 to your computer and use it in GitHub Desktop.
Save jimbrig/33db2788dda67520b2a18eb13c9142a5 to your computer and use it in GitHub Desktop.
Entrata API Schemas
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "properties.getProperties.response",
"title": "getProperties response schema",
"description": "Schema for getProperties response",
"type": "object",
"required": [
"response"
],
"properties": {
"response": {
"type": "object",
"required": [
"requestId",
"code",
"result"
],
"properties": {
"requestId": {
"type": "string",
"description": "The request ID",
"example": "15",
"default": "15"
},
"code": {
"type": "integer",
"description": "The response code",
"example": 200,
"default": 200
},
"result": {
"type": "object",
"properties": {
"PhysicalProperty": {
"type": "object",
"properties": {
"Property": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
},
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"Phone": {
"type": "object",
"properties": {
"PhoneNumber": {
"type": "string"
},
"@attributes": {
"type": "object",
"properties": {
"PhoneType": {
"type": "string"
}
},
"required": [
"PhoneType"
]
},
"PhoneDescription": {
"type": "string"
}
},
"required": [
"PhoneNumber",
"@attributes",
"PhoneDescription"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"webSite",
"Address",
"Addresses",
"Phone",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"ParentPropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
},
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"ParentPropertyID",
"MarketingName",
"Type",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"ParentPropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
},
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
}
},
"required": [
"PropertyID",
"ParentPropertyID",
"MarketingName",
"Type",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"ParentPropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
},
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"ParentPropertyID",
"MarketingName",
"Type",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"Phone": {
"type": "object",
"properties": {
"PhoneNumber": {
"type": "string"
},
"@attributes": {
"type": "object",
"properties": {
"PhoneType": {
"type": "string"
}
},
"required": [
"PhoneType"
]
},
"PhoneDescription": {
"type": "string"
}
},
"required": [
"PhoneNumber",
"@attributes",
"PhoneDescription"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"Phone",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"Phone": {
"type": "object",
"properties": {
"PhoneNumber": {
"type": "string"
},
"@attributes": {
"type": "object",
"properties": {
"PhoneType": {
"type": "string"
}
},
"required": [
"PhoneType"
]
},
"PhoneDescription": {
"type": "string"
}
},
"required": [
"PhoneNumber",
"@attributes",
"PhoneDescription"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
}
]
}
},
"required": [
"LeaseTerm"
]
},
"CustomKeysData": {
"type": "object",
"properties": {
"CustomKeyData": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Key": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Key",
"Value"
]
}
]
}
},
"required": [
"CustomKeyData"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"webSite",
"Address",
"Addresses",
"Phone",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms",
"CustomKeysData"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"LongDescription": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
},
"PoolHours": {
"type": "object",
"properties": {
"PoolHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"PoolHour"
]
}
},
"required": [
"OfficeHours",
"PoolHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"LongDescription",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"Phone": {
"type": "object",
"properties": {
"PhoneNumber": {
"type": "string"
},
"@attributes": {
"type": "object",
"properties": {
"PhoneType": {
"type": "string"
}
},
"required": [
"PhoneType"
]
},
"PhoneDescription": {
"type": "string"
}
},
"required": [
"PhoneNumber",
"@attributes",
"PhoneDescription"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"Phone",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"Phone": {
"type": "object",
"properties": {
"PhoneNumber": {
"type": "string"
},
"@attributes": {
"type": "object",
"properties": {
"PhoneType": {
"type": "string"
}
},
"required": [
"PhoneType"
]
},
"PhoneDescription": {
"type": "string"
}
},
"required": [
"PhoneNumber",
"@attributes",
"PhoneDescription"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"Phone",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"ShortDescription": {
"type": "string"
},
"LongDescription": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"Phone": {
"type": "object",
"properties": {
"PhoneNumber": {
"type": "string"
},
"@attributes": {
"type": "object",
"properties": {
"PhoneType": {
"type": "string"
}
},
"required": [
"PhoneType"
]
},
"PhoneDescription": {
"type": "string"
}
},
"required": [
"PhoneNumber",
"@attributes",
"PhoneDescription"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
},
"PoolHours": {
"type": "object",
"properties": {
"PoolHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"PoolHour"
]
}
},
"required": [
"OfficeHours",
"PoolHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"ShortDescription",
"LongDescription",
"webSite",
"Address",
"Addresses",
"Phone",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"Phone": {
"type": "object",
"properties": {
"PhoneNumber": {
"type": "string"
},
"@attributes": {
"type": "object",
"properties": {
"PhoneType": {
"type": "string"
}
},
"required": [
"PhoneType"
]
},
"PhoneDescription": {
"type": "string"
}
},
"required": [
"PhoneNumber",
"@attributes",
"PhoneDescription"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"Phone",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"ShortDescription": {
"type": "string"
},
"LongDescription": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"ShortDescription",
"LongDescription",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
},
{
"type": "object",
"properties": {
"PropertyID": {
"type": "integer"
},
"MarketingName": {
"type": "string"
},
"Type": {
"type": "string"
},
"YearBuilt": {
"type": "string"
},
"ShortDescription": {
"type": "string"
},
"LongDescription": {
"type": "string"
},
"webSite": {
"type": "string"
},
"Address": {
"type": "object",
"properties": {
"@attributes": {
"type": "object",
"properties": {
"AddressType": {
"type": "string"
}
},
"required": [
"AddressType"
]
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"State": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
},
"Email": {
"type": "string"
}
},
"required": [
"@attributes",
"Address",
"City",
"State",
"PostalCode",
"Country",
"Email"
]
},
"Addresses": {
"type": "object",
"properties": {
"Address": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"AddressType": {
"type": "string"
},
"Address": {
"type": "string"
},
"City": {
"type": "string"
},
"StateCode": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"Country": {
"type": "string"
}
},
"required": [
"AddressType",
"Address",
"City",
"StateCode",
"PostalCode",
"Country"
]
}
]
}
},
"required": [
"Address"
]
},
"PostMonths": {
"type": "object",
"properties": {
"ArPostMonth": {
"type": "string"
},
"ApPostMonth": {
"type": "string"
},
"GlPostMonth": {
"type": "string"
}
},
"required": [
"ArPostMonth",
"ApPostMonth",
"GlPostMonth"
]
},
"PropertyHours": {
"type": "object",
"properties": {
"OfficeHours": {
"type": "object",
"properties": {
"OfficeHour": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
},
{
"type": "object",
"properties": {
"Day": {
"type": "string"
},
"AvailabilityType": {
"type": "string"
},
"OpenTime": {
"type": "string"
},
"CloseTime": {
"type": "string"
}
},
"required": [
"Day",
"AvailabilityType",
"OpenTime",
"CloseTime"
]
}
]
}
},
"required": [
"OfficeHour"
]
}
},
"required": [
"OfficeHours"
]
},
"IsDisabled": {
"type": "integer"
},
"IsFeaturedProperty": {
"type": "integer"
},
"SpaceOptions": {
"type": "object",
"properties": {
"SpaceOption": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"required": [
"Id",
"Name"
]
}
]
}
},
"required": [
"SpaceOption"
]
},
"LeaseTerms": {
"type": "object",
"properties": {
"LeaseTerm": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"TermMonths": {
"type": "integer"
},
"IsProspect": {
"type": "boolean"
},
"IsRenewal": {
"type": "boolean"
},
"LeaseStartWindows": {
"type": "object",
"properties": {
"LeaseStartWindow": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
},
{
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"WindowStartDate": {
"type": "string"
},
"WindowEndDate": {
"type": "string"
}
},
"required": [
"Id",
"WindowStartDate",
"WindowEndDate"
]
}
]
}
},
"required": [
"LeaseStartWindow"
]
}
},
"required": [
"Id",
"Name",
"TermMonths",
"IsProspect",
"IsRenewal",
"LeaseStartWindows"
]
}
]
}
},
"required": [
"LeaseTerm"
]
}
},
"required": [
"PropertyID",
"MarketingName",
"Type",
"YearBuilt",
"ShortDescription",
"LongDescription",
"webSite",
"Address",
"Addresses",
"PostMonths",
"PropertyHours",
"IsDisabled",
"IsFeaturedProperty",
"SpaceOptions",
"LeaseTerms"
]
}
]
}
},
"required": [
"Property"
]
}
},
"required": [
"PhysicalProperty"
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment