🐛 Deprecate blockId field in items
This commit is contained in:
@ -414,7 +414,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"blockId": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Deprecated"
|
||||
},
|
||||
"outgoingEdgeId": {
|
||||
"type": "string"
|
||||
@ -495,7 +496,6 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"blockId",
|
||||
"type"
|
||||
],
|
||||
"additionalProperties": false
|
||||
@ -1176,7 +1176,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"blockId": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Deprecated"
|
||||
},
|
||||
"outgoingEdgeId": {
|
||||
"type": "string"
|
||||
@ -1263,7 +1264,6 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"blockId",
|
||||
"type"
|
||||
],
|
||||
"additionalProperties": false
|
||||
@ -1394,7 +1394,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"blockId": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Deprecated"
|
||||
},
|
||||
"outgoingEdgeId": {
|
||||
"type": "string"
|
||||
@ -1463,7 +1464,6 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"blockId",
|
||||
"type",
|
||||
"content"
|
||||
],
|
||||
@ -1740,7 +1740,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"blockId": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Deprecated"
|
||||
},
|
||||
"outgoingEdgeId": {
|
||||
"type": "string"
|
||||
@ -1760,7 +1761,6 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"blockId",
|
||||
"type",
|
||||
"path"
|
||||
],
|
||||
@ -1773,7 +1773,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"blockId": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Deprecated"
|
||||
},
|
||||
"outgoingEdgeId": {
|
||||
"type": "string"
|
||||
@ -1793,7 +1794,6 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"blockId",
|
||||
"type",
|
||||
"path"
|
||||
],
|
||||
@ -4172,7 +4172,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"blockId": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Deprecated"
|
||||
},
|
||||
"outgoingEdgeId": {
|
||||
"type": "string"
|
||||
@ -4253,7 +4254,6 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"blockId",
|
||||
"type"
|
||||
],
|
||||
"additionalProperties": false
|
||||
@ -4934,7 +4934,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"blockId": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Deprecated"
|
||||
},
|
||||
"outgoingEdgeId": {
|
||||
"type": "string"
|
||||
@ -5021,7 +5022,6 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"blockId",
|
||||
"type"
|
||||
],
|
||||
"additionalProperties": false
|
||||
|
Reference in New Issue
Block a user