chore: generate
This commit is contained in:
+21
-11
@@ -4518,7 +4518,8 @@
|
|||||||
"$ref": "#/components/schemas/PermissionRuleset"
|
"$ref": "#/components/schemas/PermissionRuleset"
|
||||||
},
|
},
|
||||||
"workspaceID": {
|
"workspaceID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
@@ -8504,7 +8505,8 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -8612,7 +8614,8 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"workspaceID": {
|
"workspaceID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -8648,7 +8651,7 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^wrk.*"
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
@@ -8756,7 +8759,8 @@
|
|||||||
"id": {
|
"id": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "null"
|
"type": "null"
|
||||||
@@ -10969,7 +10973,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"workspaceID": {
|
"workspaceID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
"directory": {
|
"directory": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -12802,7 +12807,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"workspaceID": {
|
"workspaceID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
"directory": {
|
"directory": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -13908,7 +13914,8 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -14265,7 +14272,8 @@
|
|||||||
"workspaceID": {
|
"workspaceID": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "null"
|
"type": "null"
|
||||||
@@ -16488,7 +16496,8 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"workspaceID": {
|
"workspaceID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -18020,7 +18029,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"workspaceID": {
|
"workspaceID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^wrk"
|
||||||
},
|
},
|
||||||
"path": {
|
"path": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|||||||
Reference in New Issue
Block a user