DemoGraphic schema from Docupilot accounts API
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DemoGraphic", "description": "DemoGraphic schema from Docupilot accounts API", "type": "object", "properties": { "user_demographic": { "allOf": [ { "$ref": "#/components/schemas/UserDemographic" } ], "nullable": true }, "organization_demographic": { "allOf": [ { "$ref": "#/components/schemas/OrganizationDemographic" } ], "nullable": true } } }