{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "leads", "type": "array", "items": { "$ref": "#/components/schemas/lead" } }