{ "type": "object", "properties": { "date": { "type": "string", "example": "2025-03-15T14:30:00Z" }, "type": { "type": "string", "example": "standard" }, "amount": { "type": "integer", "example": 100 } }, "required": [ "date", "type", "amount" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CompanyFunding" }