Json Schema
Json Schema resource type schema.
| 1 | { |
| 2 | "type": "object", |
| 3 | "order": [ |
| 4 | "schema" |
| 5 | ], |
| 6 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
| 7 | "required": [], |
| 8 | "properties": { |
| 9 | "schema": { |
| 10 | "type": "object", |
| 11 | "format": "json-schema", |
| 12 | "description": "" |
| 13 | } |
| 14 | } |
| 15 | } |