type: object properties: comment: type: string nullable: true description: Comment content. example: This is a comment. created: type: string format: 'date-time' description: Date and time comment was created. example: '2017-07-11T18:45:37.098Z' author: type: object readOnly: true description: Author of the comment properties: type: type: string enum: - IDENTITY example: IDENTITY description: The type of object id: type: string description: The unique ID of the object example: 2c9180847e25f377017e2ae8cae4650b name: type: string description: The display name of the object example: john.doe