{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntityReferenceInfoDTO", "title": "EntityReferenceInfoDTO", "type": "object", "properties": { "description": { "type": "string", "description": "Description about reference info.", "example": "list of referenced entities" }, "meta": { "$ref": "#/components/schemas/MetaDataReferencesPagingInfo" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/EntityInfo" } } } }