{
  "additionalProperties": false,
  "properties": {
    "name": {
      "title": "Name",
      "type": "string"
    },
    "ref": {
      "title": "Ref",
      "type": "string"
    }
  },
  "required": [
    "name",
    "ref"
  ],
  "title": "SecretBinding",
  "type": "object"
}
