{
  "type": "object",
  "properties": {
    "sha": {
      "type": "string",
      "description": "The SHA1 value to set this reference to"
    },
    "force": {
      "type": "boolean",
      "description": "Indicates whether to force the update or to make sure the update is a fast-forward update. Leaving this out or setting it to `false` will make sure you're not overwriting work.",
      "default": false
    }
  },
  "required": [
    "sha"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}