{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/account_links", "title": "Account Links", "type": "object", "description": "Links related to an Account.", "properties": { "avatar": { "$ref": "#/components/schemas/link" } }, "additionalProperties": true }