{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/team", "title": "team", "allOf": [ { "$ref": "#/components/schemas/account" }, { "type": "object", "title": "Team", "description": "A team object.", "properties": { "links": { "$ref": "#/components/schemas/team_links" } }, "additionalProperties": true } ] }