diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 9048a8d5..0d2d227c 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -61182,7 +61182,10 @@ }, "status": { "description": "The networking status of the reader.", - "maxLength": 5000, + "enum": [ + "offline", + "online" + ], "nullable": true, "type": "string" } diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 0bc3e8ba..6c35222d 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -55376,7 +55376,9 @@ components: type: string status: description: The networking status of the reader. - maxLength: 5000 + enum: + - offline + - online nullable: true type: string required: diff --git a/openapi/spec3.json b/openapi/spec3.json index 66799a46..a89345a7 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -42020,7 +42020,10 @@ }, "status": { "description": "The networking status of the reader.", - "maxLength": 5000, + "enum": [ + "offline", + "online" + ], "nullable": true, "type": "string" } diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index e163d6f9..e7d24323 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -51270,7 +51270,10 @@ }, "status": { "description": "The networking status of the reader.", - "maxLength": 5000, + "enum": [ + "offline", + "online" + ], "nullable": true, "type": "string" } diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 6c242de5..3de651da 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -46738,7 +46738,9 @@ components: type: string status: description: The networking status of the reader. - maxLength: 5000 + enum: + - offline + - online nullable: true type: string required: diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 3ba73f5a..18f8678b 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -39478,7 +39478,9 @@ components: type: string status: description: The networking status of the reader. - maxLength: 5000 + enum: + - offline + - online nullable: true type: string required: