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