{ "type": "object", "properties": { "phone": { "type": "object", "properties": { "zi_c_country": { "type": "string", "example": "US" }, "zi_c_phone": { "type": "string", "example": "+1-555-555-1234" } }, "required": [ "zi_c_country", "zi_c_phone" ] } }, "required": [ "phone" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Input10" }