{
  "$schema": "https://raw.githubusercontent.com/pulumi/pulumi/master/pkg/codegen/schema/pulumi.json",
  "name": "remoteref",
  "version": "1.0.0",
  "//": [
    "Simple schema with a remote reference to another schemas type"
  ],
  "resources": {
    "remoteref:index:Root": {
      "properties": {
        "ec2": {
          "$ref": "/aws/v5.16.2/schema.json#/resources/aws:ec2/instance:Instance"
        }
      },
      "required": ["ec2"],
      "type": "object"
    }
  }
}