{ "type": "object", "properties": { "mobilePhone": { "type": "string", "example": "example_value" }, "streetAddress": { "type": "string", "example": "example_value" }, "city": { "type": "string", "example": "example_value" }, "state": { "type": "string", "example": "example_value" }, "zip": { "type": "string", "example": "example_value" }, "privacyPolicy": { "type": "boolean", "example": true } }, "required": [ "mobilePhone", "streetAddress", "city", "state", "zip", "privacyPolicy" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Customdata" }