{"openapi":"3.0.4","info":{"title":"PortfolioGroup","version":"0.0.1"},"paths":{},"components":{"schemas":{"PortfolioGroup":{"required":["displayName","id"],"type":"object","properties":{"href":{"type":"string","description":"The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.","format":"uri","nullable":true},"id":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/ResourceId"},"displayName":{"minLength":1,"type":"string","description":"The name of the portfolio group."},"description":{"type":"string","description":"The long form description of the portfolio group.","nullable":true},"created":{"type":"string","description":"The effective datetime at which the portfolio group was created. No portfolios or sub groups can be added to the group before this date.","format":"date-time"},"portfolios":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/ResourceId"},"description":"The collection of resource identifiers for the portfolios contained in the portfolio group.","nullable":true},"subGroups":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/ResourceId"},"description":"The collection of resource identifiers for the portfolio groups contained in the portfolio group as sub groups.","nullable":true},"properties":{"type":"object","additionalProperties":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Property"},"description":"A collection of properties from the 'PortfolioGroup' domain decorating the portfolio group. Returned only when the request specifies propertyKeys.","nullable":true},"relationships":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Relationship"},"description":"A set of relationships associated to the portfolio group.","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":"PortfolioGroup"}}}}