{ "type": "object", "name": "Fields", "properties": { "type": { "type": "string" }, "items": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] } }, "required": [ "type", "items" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }