@takeshape/schema 11.59.2 → 11.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,7 +68,9 @@
68
68
  "description": "Time at which the character was created in the database."
69
69
  }
70
70
  },
71
- "required": ["episode"]
71
+ "required": [
72
+ "episode"
73
+ ]
72
74
  }
73
75
  },
74
76
  "Rick_Location": {
@@ -114,7 +116,9 @@
114
116
  "description": "Time at which the location was created in the database."
115
117
  }
116
118
  },
117
- "required": ["residents"]
119
+ "required": [
120
+ "residents"
121
+ ]
118
122
  }
119
123
  },
120
124
  "Rick_Episode": {
@@ -160,7 +164,9 @@
160
164
  "description": "Time at which the episode was created in the database."
161
165
  }
162
166
  },
163
- "required": ["characters"]
167
+ "required": [
168
+ "characters"
169
+ ]
164
170
  }
165
171
  },
166
172
  "Rick_FilterCharacter": {
@@ -355,7 +361,10 @@
355
361
  "id": "Rick_CacheControlScope",
356
362
  "description": "",
357
363
  "schema": {
358
- "enum": ["PUBLIC", "PRIVATE"]
364
+ "enum": [
365
+ "PUBLIC",
366
+ "PRIVATE"
367
+ ]
359
368
  }
360
369
  }
361
370
  },
@@ -374,7 +383,9 @@
374
383
  "@tag": "id"
375
384
  }
376
385
  },
377
- "required": ["id"]
386
+ "required": [
387
+ "id"
388
+ ]
378
389
  },
379
390
  "shape": "Rick_Character"
380
391
  },
@@ -414,7 +425,9 @@
414
425
  }
415
426
  }
416
427
  },
417
- "required": ["ids"]
428
+ "required": [
429
+ "ids"
430
+ ]
418
431
  },
419
432
  "shape": {
420
433
  "type": "array",
@@ -437,7 +450,9 @@
437
450
  "@tag": "id"
438
451
  }
439
452
  },
440
- "required": ["id"]
453
+ "required": [
454
+ "id"
455
+ ]
441
456
  },
442
457
  "shape": "Rick_Location"
443
458
  },
@@ -477,7 +492,9 @@
477
492
  }
478
493
  }
479
494
  },
480
- "required": ["ids"]
495
+ "required": [
496
+ "ids"
497
+ ]
481
498
  },
482
499
  "shape": {
483
500
  "type": "array",
@@ -500,7 +517,9 @@
500
517
  "@tag": "id"
501
518
  }
502
519
  },
503
- "required": ["id"]
520
+ "required": [
521
+ "id"
522
+ ]
504
523
  },
505
524
  "shape": "Rick_Episode"
506
525
  },
@@ -540,7 +559,9 @@
540
559
  }
541
560
  }
542
561
  },
543
- "required": ["ids"]
562
+ "required": [
563
+ "ids"
564
+ ]
544
565
  },
545
566
  "shape": {
546
567
  "type": "array",
@@ -552,4 +573,4 @@
552
573
  },
553
574
  "mutations": {},
554
575
  "schemaVersion": "3.52.0"
555
- }
576
+ }