diff --git a/json/PayoutService-v30.json b/json/PayoutService-v30.json index 7033f628..522d1958 100644 --- a/json/PayoutService-v30.json +++ b/json/PayoutService-v30.json @@ -974,10 +974,12 @@ "properties" : { "firstName" : { "description" : "The first name.", + "maxLength" : 80, "type" : "string" }, "lastName" : { "description" : "The last name.", + "maxLength" : 80, "type" : "string" } }, diff --git a/json/PayoutService-v40.json b/json/PayoutService-v40.json index 35015d24..af225e2d 100644 --- a/json/PayoutService-v40.json +++ b/json/PayoutService-v40.json @@ -974,10 +974,12 @@ "properties" : { "firstName" : { "description" : "The first name.", + "maxLength" : 80, "type" : "string" }, "lastName" : { "description" : "The last name.", + "maxLength" : 80, "type" : "string" } }, diff --git a/json/PayoutService-v50.json b/json/PayoutService-v50.json index 137d9683..058efe3f 100644 --- a/json/PayoutService-v50.json +++ b/json/PayoutService-v50.json @@ -974,10 +974,12 @@ "properties" : { "firstName" : { "description" : "The first name.", + "maxLength" : 80, "type" : "string" }, "lastName" : { "description" : "The last name.", + "maxLength" : 80, "type" : "string" } }, diff --git a/json/PayoutService-v51.json b/json/PayoutService-v51.json index c6f77ce6..6f38b975 100644 --- a/json/PayoutService-v51.json +++ b/json/PayoutService-v51.json @@ -974,10 +974,12 @@ "properties" : { "firstName" : { "description" : "The first name.", + "maxLength" : 80, "type" : "string" }, "lastName" : { "description" : "The last name.", + "maxLength" : 80, "type" : "string" } }, diff --git a/json/PayoutService-v52.json b/json/PayoutService-v52.json index 59a20899..03a14ee5 100644 --- a/json/PayoutService-v52.json +++ b/json/PayoutService-v52.json @@ -974,10 +974,12 @@ "properties" : { "firstName" : { "description" : "The first name.", + "maxLength" : 80, "type" : "string" }, "lastName" : { "description" : "The last name.", + "maxLength" : 80, "type" : "string" } }, diff --git a/json/PayoutService-v64.json b/json/PayoutService-v64.json index 6a568543..7aff213e 100644 --- a/json/PayoutService-v64.json +++ b/json/PayoutService-v64.json @@ -974,10 +974,12 @@ "properties" : { "firstName" : { "description" : "The first name.", + "maxLength" : 80, "type" : "string" }, "lastName" : { "description" : "The last name.", + "maxLength" : 80, "type" : "string" } }, diff --git a/json/PayoutService-v67.json b/json/PayoutService-v67.json index 7b9edabc..3d1e224d 100644 --- a/json/PayoutService-v67.json +++ b/json/PayoutService-v67.json @@ -974,10 +974,12 @@ "properties" : { "firstName" : { "description" : "The first name.", + "maxLength" : 80, "type" : "string" }, "lastName" : { "description" : "The last name.", + "maxLength" : 80, "type" : "string" } }, diff --git a/json/PayoutService-v68.json b/json/PayoutService-v68.json index 9e25073e..90af872d 100644 --- a/json/PayoutService-v68.json +++ b/json/PayoutService-v68.json @@ -974,10 +974,12 @@ "properties" : { "firstName" : { "description" : "The first name.", + "maxLength" : 80, "type" : "string" }, "lastName" : { "description" : "The last name.", + "maxLength" : 80, "type" : "string" } }, diff --git a/yaml/PayoutService-v30.yaml b/yaml/PayoutService-v30.yaml index f95d3704..5b3bc4e3 100644 --- a/yaml/PayoutService-v30.yaml +++ b/yaml/PayoutService-v30.yaml @@ -721,9 +721,11 @@ components: properties: firstName: description: The first name. + maxLength: 80 type: string lastName: description: The last name. + maxLength: 80 type: string required: - firstName diff --git a/yaml/PayoutService-v40.yaml b/yaml/PayoutService-v40.yaml index ca714bfc..d1166282 100644 --- a/yaml/PayoutService-v40.yaml +++ b/yaml/PayoutService-v40.yaml @@ -721,9 +721,11 @@ components: properties: firstName: description: The first name. + maxLength: 80 type: string lastName: description: The last name. + maxLength: 80 type: string required: - firstName diff --git a/yaml/PayoutService-v50.yaml b/yaml/PayoutService-v50.yaml index 2b107c01..9f42eeb6 100644 --- a/yaml/PayoutService-v50.yaml +++ b/yaml/PayoutService-v50.yaml @@ -721,9 +721,11 @@ components: properties: firstName: description: The first name. + maxLength: 80 type: string lastName: description: The last name. + maxLength: 80 type: string required: - firstName diff --git a/yaml/PayoutService-v51.yaml b/yaml/PayoutService-v51.yaml index 8890e5d2..3b956021 100644 --- a/yaml/PayoutService-v51.yaml +++ b/yaml/PayoutService-v51.yaml @@ -721,9 +721,11 @@ components: properties: firstName: description: The first name. + maxLength: 80 type: string lastName: description: The last name. + maxLength: 80 type: string required: - firstName diff --git a/yaml/PayoutService-v52.yaml b/yaml/PayoutService-v52.yaml index 1baa5247..c497fb33 100644 --- a/yaml/PayoutService-v52.yaml +++ b/yaml/PayoutService-v52.yaml @@ -721,9 +721,11 @@ components: properties: firstName: description: The first name. + maxLength: 80 type: string lastName: description: The last name. + maxLength: 80 type: string required: - firstName diff --git a/yaml/PayoutService-v64.yaml b/yaml/PayoutService-v64.yaml index 67fe034e..919fc03f 100644 --- a/yaml/PayoutService-v64.yaml +++ b/yaml/PayoutService-v64.yaml @@ -721,9 +721,11 @@ components: properties: firstName: description: The first name. + maxLength: 80 type: string lastName: description: The last name. + maxLength: 80 type: string required: - firstName diff --git a/yaml/PayoutService-v67.yaml b/yaml/PayoutService-v67.yaml index 8178f10e..37a6b623 100644 --- a/yaml/PayoutService-v67.yaml +++ b/yaml/PayoutService-v67.yaml @@ -721,9 +721,11 @@ components: properties: firstName: description: The first name. + maxLength: 80 type: string lastName: description: The last name. + maxLength: 80 type: string required: - firstName diff --git a/yaml/PayoutService-v68.yaml b/yaml/PayoutService-v68.yaml index c90cc8d1..dcf97fac 100644 --- a/yaml/PayoutService-v68.yaml +++ b/yaml/PayoutService-v68.yaml @@ -721,9 +721,11 @@ components: properties: firstName: description: The first name. + maxLength: 80 type: string lastName: description: The last name. + maxLength: 80 type: string required: - firstName