{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PhoneDetails", "type": "object", "properties": { "cc": { "type": "string", "description": "Country code" }, "subscriber": { "type": "string", "description": "Subscriber section of the number" } } }