{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/ContactPhoneNumberPost", "title": "ContactPhoneNumberPost", "type": "object", "properties": { "regionCode": { "type": "string" }, "target": { "type": "string" }, "primary": { "type": "boolean", "description": "May only be enabled for a single phone number contact at a time" } } }