diff --git a/ch07/openapi.yml b/ch07/openapi.yml index fc78442..bb97524 100644 --- a/ch07/openapi.yml +++ b/ch07/openapi.yml @@ -157,6 +157,12 @@ paths: uuid: type: string example: f7f680a8-d111-421f-b6b3-493ebf905078 + minLength: 36 + maxLength: 36 + pattern: '[a-zA-Z0-9-]+' + fullName: + type: string + example: Josh Ponelat /tokens: post: description: Create a new token diff --git a/ch08/01.yml b/ch08/01.yml index fc78442..bb97524 100644 --- a/ch08/01.yml +++ b/ch08/01.yml @@ -157,6 +157,12 @@ paths: uuid: type: string example: f7f680a8-d111-421f-b6b3-493ebf905078 + minLength: 36 + maxLength: 36 + pattern: '[a-zA-Z0-9-]+' + fullName: + type: string + example: Josh Ponelat /tokens: post: description: Create a new token diff --git a/ch08/02.yml b/ch08/02.yml index a282ffa..c76b6e5 100644 --- a/ch08/02.yml +++ b/ch08/02.yml @@ -207,6 +207,12 @@ paths: uuid: type: string example: f7f680a8-d111-421f-b6b3-493ebf905078 + minLength: 36 + maxLength: 36 + pattern: '[a-zA-Z0-9-]+' + fullName: + type: string + example: Josh Ponelat /tokens: post: description: Create a new token diff --git a/ch08/openapi.yml b/ch08/openapi.yml index 3e73c02..a601ec6 100644 --- a/ch08/openapi.yml +++ b/ch08/openapi.yml @@ -234,6 +234,12 @@ paths: uuid: type: string example: f7f680a8-d111-421f-b6b3-493ebf905078 + minLength: 36 + maxLength: 36 + pattern: '[a-zA-Z0-9-]+' + fullName: + type: string + example: Josh Ponelat /tokens: diff --git a/ch08/site/openapi.yml b/ch08/site/openapi.yml index 3e73c02..a601ec6 100644 --- a/ch08/site/openapi.yml +++ b/ch08/site/openapi.yml @@ -234,6 +234,12 @@ paths: uuid: type: string example: f7f680a8-d111-421f-b6b3-493ebf905078 + minLength: 36 + maxLength: 36 + pattern: '[a-zA-Z0-9-]+' + fullName: + type: string + example: Josh Ponelat /tokens: diff --git a/ch08/site/site.zip b/ch08/site/site.zip index 8701b47..cf7366e 100644 Binary files a/ch08/site/site.zip and b/ch08/site/site.zip differ