{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "Agency", "type": "record", "fields": [ { "name": "contacts", "type": "array", "description": "List of contact information", "items": { "type": "object" } } ] }