Skip to content

Commit d5e1a85

Browse files
committed
test: update snapshot
1 parent 30cd501 commit d5e1a85

File tree

1 file changed

+0
-74
lines changed

1 file changed

+0
-74
lines changed

packages/xl-ai/src/api/schema/__snapshots__/schemaToJSONSchema.test.ts.snap

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,6 @@ exports[`creates json schema 1`] = `
55
"$defs": {
66
"block": {
77
"anyOf": [
8-
{
9-
"additionalProperties": false,
10-
"properties": {
11-
"content": undefined,
12-
"props": {
13-
"additionalProperties": false,
14-
"properties": {
15-
"caption": {
16-
"enum": undefined,
17-
"type": "string",
18-
},
19-
"name": {
20-
"enum": undefined,
21-
"type": "string",
22-
},
23-
"showPreview": {
24-
"enum": undefined,
25-
"type": "boolean",
26-
},
27-
"url": {
28-
"enum": undefined,
29-
"type": "string",
30-
},
31-
},
32-
"type": "object",
33-
},
34-
"type": {
35-
"enum": [
36-
"audio",
37-
"image",
38-
"video",
39-
],
40-
"type": "string",
41-
},
42-
},
43-
"required": [
44-
"type",
45-
],
46-
"type": "object",
47-
},
488
{
499
"additionalProperties": false,
5010
"properties": {
@@ -149,40 +109,6 @@ exports[`creates json schema 1`] = `
149109
],
150110
"type": "object",
151111
},
152-
{
153-
"additionalProperties": false,
154-
"properties": {
155-
"content": undefined,
156-
"props": {
157-
"additionalProperties": false,
158-
"properties": {
159-
"caption": {
160-
"enum": undefined,
161-
"type": "string",
162-
},
163-
"name": {
164-
"enum": undefined,
165-
"type": "string",
166-
},
167-
"url": {
168-
"enum": undefined,
169-
"type": "string",
170-
},
171-
},
172-
"type": "object",
173-
},
174-
"type": {
175-
"enum": [
176-
"file",
177-
],
178-
"type": "string",
179-
},
180-
},
181-
"required": [
182-
"type",
183-
],
184-
"type": "object",
185-
},
186112
{
187113
"additionalProperties": false,
188114
"properties": {

0 commit comments

Comments
 (0)