type: object allOf: - $ref: './PointShortPublic.yaml' - $ref: './PointExtraFields.yaml' - type: object properties: lastUpdate: type: string format: date example: '2022-01-01' comments: type: array items: $ref: './Comment.yaml' maxItems: 2 description: Comments preview (2 most new items with ParentComment == 0) moderators: type: array items: allOf: - $ref: './UserBase.yaml' - type: object properties: email: type: string format: email example: ivan@ivanov.ru description: Moderators whose Area of Responsibility overlaps with the Point