{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Set Remote Reference",
  "description": "Link an instance's resource field to a resource from another project or an imported resource. The instance must not be in a provisioned or failed state.",
  "type": "object",
  "required": ["field"],
  "properties": {
    "field": {
      "type": "string",
      "title": "Resource Field",
      "description": "The resource field to assign the reference to",
      "examples": ["username", "network", "database"]
    }
  }
}
