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