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