{ "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string", "example": "example_value" } }, "required": [ "type" ] }, "Name": { "type": "string", "example": "Example Title" }, "BillingCity": { "type": "string", "example": "example_value" }, "LastName": { "type": "string", "example": "example_value" }, "FirstName": { "type": "string", "example": "example_value" } }, "required": [ "attributes" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Record5" }