{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Analytics", "type": "object", "properties": { "flights": { "$ref": "#/definitions/Flights" }, "travelers": { "$ref": "#/definitions/Travelers" } } }