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