{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "title": "Resource Event Entity",
  "description": "TruU event entity resource specific structure",
  "$comment": "That will typically represents resource entity as target of action which initiated this event (see types in main entity)",
  "extends": {
    "$comment": "Extends common event entity structure",
    "$ref": "event.json#/$defs/event-entity"
  },
  "properties": {
    "name": {
      "title": "Name",
      "description": "Resource name",
      "type": "string"
    },
    "version": {
      "title": "Version",
      "description": "Resource version",
      "type": "string"
    }
  }
}
