{"openapi":"3.0.4","info":{"title":"Person","version":"0.0.1"},"paths":{},"components":{"schemas":{"Person":{"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the Person","nullable":true},"description":{"type":"string","description":"The description of the Person","nullable":true},"href":{"type":"string","description":"The specifc Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.","format":"uri","nullable":true},"lusidPersonId":{"type":"string","description":"The unique LUSID Person Identifier of the Person.","nullable":true},"identifiers":{"type":"object","additionalProperties":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Property"},"description":"Unique client-defined identifiers of the Person.","nullable":true},"properties":{"type":"object","additionalProperties":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Property"},"description":"A set of properties associated to the Person. There can be multiple properties associated with a property key.","nullable":true},"relationships":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Relationship"},"description":"A set of relationships associated to the Person.","nullable":true},"version":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Version"},"links":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Link"},"nullable":true}},"additionalProperties":false,"title":"Person"}}}}