{
  "type": "object",
  "properties": {
    "specversion": {
      "type": "string"
    },
    "machine:id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "subject": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "source": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "time": {
      "type": "integer"
    },
    "ComponentSerialNumber": {
      "type": "integer"
    },
    "ComponentType": {
      "type": "string"
    },
    "ComponentVariant": {
      "type": "string"
    },
    "ComponentSeamName": {
      "type": "string"
    },
    "Location": {
      "type": "string"
    }
  },
  "required": [
    "specversion",
    "machine:id",
    "type",
    "subject",
    "source",
    "service",
    "id",
    "time",
    "ComponentSerialNumber",
    "ComponentType",
    "ComponentVariant",
    "ComponentSeamName",
    "Location"
  ]
}