{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.bim.comment.schema.json",
  "title": "rig.bim.comment",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "topic": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    },
    "body": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "author": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "createdAt": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "viewpoint": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    }
  },
  "required": [
    "topic",
    "body"
  ]
}
