Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,517 changes: 1,517 additions & 0 deletions .circleci/validation_results/validation-20190715T133114Z.txt

Large diffs are not rendered by default.

1,514 changes: 1,514 additions & 0 deletions .circleci/validation_results/validation-20190715T133349Z.txt

Large diffs are not rendered by default.

1,065 changes: 1,065 additions & 0 deletions .circleci/validation_results/validation-20190715T133908Z.txt

Large diffs are not rendered by default.

1,065 changes: 1,065 additions & 0 deletions .circleci/validation_results/validation-20190715T134236Z.txt

Large diffs are not rendered by default.

1,065 changes: 1,065 additions & 0 deletions .circleci/validation_results/validation-20190715T135001Z.txt

Large diffs are not rendered by default.

1,091 changes: 1,091 additions & 0 deletions .circleci/validation_results/validation-20191101T065310Z.txt

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions Common/Address.schema.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Address.schema.json",
"title": "Address",
"definitions": {
"Address": {
"$id": "#Address",
"description": "Structured textual way of describing how to find a Property in an urban area (country properties are often\ndefined differently).\nNote : Address corresponds to SID UrbanPropertyAddress",
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "City that the address is in"
},
"country": {
"type": "string",
"description": "Country that the address is in"
},
"locality": {
"type": "string",
"description": "\"An area of defined or undefined boundaries within a local authority or other legislatively defined area, usually rural or semi rural in nature.\" [ANZLIC-STREET], or a suburb \"a bounded locality within a city, town or shire principally of urban character \" [ANZLICSTREET]"
},
"postcode": {
"type": "string",
"description": "descriptor for a postal delivery area, used to speed and simplify the delivery of mail (also know as zipcode)"
},
"stateOrProvince": {
"type": "string",
"description": "the State or Province that the address is in"
},
"streetName": {
"type": "string",
"description": "Name of the street or other street type"
},
"streetNr": {
"type": "string",
"description": "Number identifying a specific property on a public street. It may be combined with streetNrLast for ranged addresses"
},
"streetNrLast": {
"type": "string",
"description": "Last number in a range of street numbers allocated to a property"
},
"streetNrLastSuffix": {
"type": "string",
"description": "Last street number suffix for a ranged address"
},
"streetNrSuffix": {
"type": "string",
"description": "the first street number suffix"
},
"streetSuffix": {
"type": "string",
"description": "A modifier denoting a relative direction"
},
"streetType": {
"type": "string",
"description": "alley, avenue, boulevard, brae, crescent, drive, highway, lane, terrace, parade, place, tarn, way, wharf "
},
"subAddress": {
"$ref": "SubAddress.schema.json#SubAddress",
"description": "Within a property in an urban area, may refer to a building, building cluster, or a floor of a multistory building"
}
},
"allOf": [
{
"$ref": "Entity.schema.json#Entity"
}
]
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Address.schema.json",
"title": "Address",
"definitions": {
"Address": {
"$id": "#Address",
"description": "Structured textual way of describing how to find a Property in an urban area (country properties are often\ndefined differently).\nNote : Address corresponds to SID UrbanPropertyAddress",
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "City that the address is in"
},
"country": {
"type": "string",
"description": "Country that the address is in"
},
"locality": {
"type": "string",
"description": "\"An area of defined or undefined boundaries within a local authority or other legislatively defined area, usually rural or semi rural in nature.\" [ANZLIC-STREET], or a suburb \"a bounded locality within a city, town or shire principally of urban character \" [ANZLICSTREET]"
},
"postcode": {
"type": "string",
"description": "descriptor for a postal delivery area, used to speed and simplify the delivery of mail (also know as zipcode)"
},
"stateOrProvince": {
"type": "string",
"description": "the State or Province that the address is in"
},
"streetName": {
"type": "string",
"description": "Name of the street or other street type"
},
"streetNr": {
"type": "string",
"description": "Number identifying a specific property on a public street. It may be combined with streetNrLast for ranged addresses"
},
"streetNrLast": {
"type": "string",
"description": "Last number in a range of street numbers allocated to a property"
},
"streetNrLastSuffix": {
"type": "string",
"description": "Last street number suffix for a ranged address"
},
"streetNrSuffix": {
"type": "string",
"description": "the first street number suffix"
},
"streetSuffix": {
"type": "string",
"description": "A modifier denoting a relative direction"
},
"streetType": {
"type": "string",
"description": "alley, avenue, boulevard, brae, crescent, drive, highway, lane, terrace, parade, place, tarn, way, wharf "
},
"subAddress": {
"$ref": "../Common/SubAddress.schema.json#SubAddress",
"description": "Within a property in an urban area, may refer to a building, building cluster, or a floor of a multistory building"
}
},
"allOf": [
{
"$ref": "../Common/Entity.schema.json#Entity"
}
]
}
}
}
24 changes: 12 additions & 12 deletions Common/AddressRef.schema.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "AddressRef.schema.json",
"title": "AddressRef",
"definitions": {
"AddressRef": {
"$id": "#AddressRef",
"type": "object",
"allOf": [
{
"$ref": "Entity.schema.json#EntityRef"
}
]
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "AddressRef.schema.json",
"title": "AddressRef",
"definitions": {
"AddressRef": {
"$id": "#AddressRef",
"type": "object",
"allOf": [
{
"$ref": "../Common/EntityRef.schema.json#EntityRef"
}
]
}
}
}
174 changes: 87 additions & 87 deletions Common/AlternateGeographicAddress.schema.json
Original file line number Diff line number Diff line change
@@ -1,91 +1,91 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "AlternateGeographicAddress.schema.json",
"title": "AlternateGeographicAddress",
"definitions": {
"AlternateGeographicAddress": {
"$id": "#AlternateGeographicAddress",
"type": "object",
"properties": {
"href": {
"type": "string",
"description": "An URI used to access to the address resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the address"
},
"name": {
"type": "string",
"description": "A user-friendly name for the place, such as [Paris Store], [London Store], [Main Home]"
},
"role": {
"type": "string",
"description": "Role of the place, such as: [home delivery], [shop retrieval])"
},
"city": {
"type": "string",
"description": "City that the address is in"
},
"country": {
"type": "string",
"description": "Country that the address is in"
},
"locality": {
"type": "string",
"description": "An area of defined or undefined boundaries within a local authority or other legislatively defined area, usually rural or semi rural in nature. [ANZLIC-STREET], or a suburb, a bounded locality within a city, town or shire principally of urban character [ANZLICSTREET]"
},
"postcode": {
"type": "string",
"description": "descriptor for a postal delivery area, used to speed and simplify the delivery of mail (also know as zipcode)"
},
"stateOrProvince": {
"type": "string",
"description": "the State or Province that the address is in"
},
"streetName": {
"type": "string",
"description": "Name of the street or other street type"
},
"streetNr": {
"type": "string",
"description": "Number identifying a specific property on a public street. It may be combined with streetNrLast for ranged addresses"
},
"streetNrLast": {
"type": "string",
"description": "Last number in a range of street numbers allocated to a property"
},
"streetNrLastSuffix": {
"type": "string",
"description": "Last street number suffix for a ranged address"
},
"streetNrSuffix": {
"type": "string",
"description": "the first street number suffix"
},
"streetSuffix": {
"type": "string",
"description": "A modifier denoting a relative direction"
},
"streetType": {
"type": "string",
"description": "alley, avenue, boulevard, brae, crescent, drive, highway, lane, terrace, parade, place, tarn, way, wharf "
},
"geographicLocation": {
"$ref": "GeographicLocation.schema.json#GeographicLocation"
},
"geographicSubAddress": {
"type": "array",
"items": {
"$ref": "GeographicSubAddress.schema.json#GeographicSubAddress"
}
}
},
"allOf": [
{
"$ref": "Entity.schema.json#Entity"
}
]
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "AlternateGeographicAddress.schema.json",
"title": "AlternateGeographicAddress",
"definitions": {
"AlternateGeographicAddress": {
"$id": "#AlternateGeographicAddress",
"type": "object",
"properties": {
"href": {
"type": "string",
"description": "An URI used to access to the address resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the address"
},
"name": {
"type": "string",
"description": "A user-friendly name for the place, such as [Paris Store], [London Store], [Main Home]"
},
"role": {
"type": "string",
"description": "Role of the place, such as: [home delivery], [shop retrieval])"
},
"city": {
"type": "string",
"description": "City that the address is in"
},
"country": {
"type": "string",
"description": "Country that the address is in"
},
"locality": {
"type": "string",
"description": "An area of defined or undefined boundaries within a local authority or other legislatively defined area, usually rural or semi rural in nature. [ANZLIC-STREET], or a suburb, a bounded locality within a city, town or shire principally of urban character [ANZLICSTREET]"
},
"postcode": {
"type": "string",
"description": "descriptor for a postal delivery area, used to speed and simplify the delivery of mail (also know as zipcode)"
},
"stateOrProvince": {
"type": "string",
"description": "the State or Province that the address is in"
},
"streetName": {
"type": "string",
"description": "Name of the street or other street type"
},
"streetNr": {
"type": "string",
"description": "Number identifying a specific property on a public street. It may be combined with streetNrLast for ranged addresses"
},
"streetNrLast": {
"type": "string",
"description": "Last number in a range of street numbers allocated to a property"
},
"streetNrLastSuffix": {
"type": "string",
"description": "Last street number suffix for a ranged address"
},
"streetNrSuffix": {
"type": "string",
"description": "the first street number suffix"
},
"streetSuffix": {
"type": "string",
"description": "A modifier denoting a relative direction"
},
"streetType": {
"type": "string",
"description": "alley, avenue, boulevard, brae, crescent, drive, highway, lane, terrace, parade, place, tarn, way, wharf "
},
"geographicLocation": {
"$ref": "../Common/GeographicLocation.schema.json#GeographicLocation"
},
"geographicSubAddress": {
"type": "array",
"items": {
"$ref": "../Common/GeographicSubAddress.schema.json#GeographicSubAddress"
}
}
},
"allOf": [
{
"$ref": "../Common/Entity.schema.json#Entity"
}
]
}
}
}
17 changes: 9 additions & 8 deletions Common/Any.schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Any.schema.json",
"title": "Any",
"definitions": {
"Any": {
}
}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Any.schema.json",
"title": "Any",
"definitions": {
"Any": {
"$id": "#Any"
}
}
}
Loading