{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/veradial/main/json-schema/veradial-get-samples-response-schema.json", "title": "GetSamplesResponse", "x-generated": "2026-09-23", "x-method": "derived", "x-generator": "derive-json-schema.py", "x-source": "openapi/_ae-authored/veradial-openapi-generated.yml#/components/schemas/GetSamplesResponse", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "version": { "type": "integer" }, "kind": { "type": "string" }, "source": { "type": "string" }, "occurredAt": { "type": "string" }, "account": { "type": "object" }, "line": { "type": "object" }, "data": { "type": "object" } } }