{
  "type": "object",
  "properties": {
    "ref": {
      "type": "string",
      "description": "The name of the fully qualified reference (ie: `refs/heads/master`). If it doesn't start with 'refs' and have at least two slashes, it will be rejected."
    },
    "sha": {
      "type": "string",
      "description": "The SHA1 value for this reference."
    }
  },
  "required": [
    "ref",
    "sha"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}