{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Remove Remote Reference",
  "description": "Remove a remote reference from an instance. The reference can only be removed if no provisioned instances are connected through it.",
  "type": "object",
  "required": ["field"],
  "properties": {
    "field": {
      "type": "string",
      "title": "Resource Field",
      "description": "The resource field to remove the reference from",
      "examples": ["username", "network", "database"]
    }
  }
}
