diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 9048a8d5..0d2d227c 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/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/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 66799a46..a89345a7 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -42020,7 +42020,10 @@ }, "status": { "description": "The networking status of the reader.", - "maxLength": 5000, + "enum": [ + "offline", + "online" + ], "nullable": true, "type": "string" }