{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BigOven.Model.API.Reply", "properties": { "Comment": { "type": "string" }, "CreationDate": { "format": "date-time", "type": "string" }, "ID": { "type": "string" }, "LastModified": { "format": "date-time", "type": "string" }, "Poster": { "$ref": "#/components/schemas/BigOven.Model.API.UserInfoTiny" }, "ReviewID": { "type": "string" } }, "type": "object" }