{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "service_binary": {
      "type": "string"
    },
    "revision": {
      "type": "string"
    },
    "configuration": {
      "type": "string"
    }
  },
  "type": "object",
  "required": [
    "service_binary",
    "revision",
    "configuration"
  ],
  "title": "Executable",
  "description": "Executable is what the service runs a release with, filled at bootstrap and part of the release's identity: the running service binary, its revision, and the canonical configuration the tool was prepared under."
}
