{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://orbit.love/schemas/member_and_identity.json", "title": "Member And Identity", "description": "Orbit member_and_identity schema", "type": "object", "properties": { "member": { "$ref": "#/components/schemas/member" }, "identity": { "$ref": "#/components/schemas/identity" } } }