{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "site_list_assignment_collection_full", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/site_list_assignment_full" } }, "meta": { "$ref": "#/components/schemas/list_metadata" } } }