{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Auth", "type": "object", "properties": { "user": { "$ref": "#/components/schemas/User" }, "team": { "$ref": "#/components/schemas/Team" } } }