Updated json specs

This commit is contained in:
aleksei
2021-07-07 19:04:04 +02:00
parent ac74290fb7
commit 86fd2d9489
37 changed files with 1153 additions and 474 deletions

View File

@@ -286,7 +286,7 @@
"Address" : {
"properties" : {
"city" : {
"description" : "The name of the city.",
"description" : "The name of the city. Maximum length: 3000 characters.",
"type" : "string"
},
"country" : {
@@ -294,7 +294,7 @@
"type" : "string"
},
"houseNumberOrName" : {
"description" : "The number or name of the house.",
"description" : "The number or name of the house. Maximum length: 3000 characters.",
"type" : "string"
},
"postalCode" : {
@@ -306,7 +306,7 @@
"type" : "string"
},
"street" : {
"description" : "The name of the street.\n> The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.",
"description" : "The name of the street. Maximum length: 3000 characters.\n> The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.",
"type" : "string"
}
},
@@ -476,10 +476,6 @@
"description" : "The first name.",
"type" : "string"
},
"infix" : {
"description" : "The name's infix, if applicable.\n>A maximum length of twenty (20) characters is imposed.",
"type" : "string"
},
"lastName" : {
"description" : "The last name.",
"type" : "string"