{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://misskey.io/schemas/UserDetailedNotMe", "title": "UserDetailedNotMe", "type": "object", "allOf": [ { "type": "object", "$ref": "#/components/schemas/UserLite" }, { "type": "object", "$ref": "#/components/schemas/UserDetailedNotMeOnly" } ] }