{
  "json_schema": "https://api.dataplatform.ibm.com/schemas/common-pipeline/datarecord-metadata/datarecord-metadata-v2-schema.json",
  "id": "123.456.789",
  "fields": [
    {
      "name": "Age",
      "type": "integer",
      "metadata": {
        "description": "",
        "measure": "range",
        "modeling_role": "input"
      }
    },
    {
      "name": "Sex",
      "type": "string",
      "metadata": {
        "description": "",
        "measure": "discrete",
        "modeling_role": "input"
      }
    },
    {
      "name": "BP",
      "type": "string",
      "metadata": {
        "description": "",
        "measure": "discrete",
        "modeling_role": "input"
      }
    },
    {
      "name": "Cholesterol",
      "type": "string",
      "metadata": {
        "description": "",
        "measure": "discrete",
        "modeling_role": "input"
      }
    },
    {
      "name": "Na",
      "type": "double",
      "metadata": {
        "description": "",
        "measure": "range",
        "modeling_role": "input"
      }
    },
    {
      "name": "K",
      "type": "double",
      "metadata": {
        "description": "",
        "measure": "range",
        "modeling_role": "input"
      }
    },
    {
      "name": "Drug",
      "type": "string",
      "metadata": {
        "description": "",
        "measure": "discrete",
        "modeling_role": "input"
      }
    },
    {
      "name": "Cp",
      "type": "double",
      "metadata": {
        "description": "",
        "measure": "range",
        "modeling_role": "input"
      }
    },
    {
      "name": "Returns",
      "type": "integer",
      "metadata": {
        "description": "",
        "measure": "range",
        "modeling_role": "input"
      }
    },
    {
      "name": "Tag",
      "type": "string",
      "metadata": {
        "description": "",
        "measure": "discrete",
        "modeling_role": "input"
      }
    },
    {
      "name": "fullname",
      "type": "array[fullname]",
      "metadata": {
        "description": "",
        "measure": "discrete",
        "modeling_role": "input"
      }
    }
  ],
  "struct_types": {
    "fullname": {
      "fields": [
        {
          "name": "first",
          "type": "string"
        },
        {
          "name": "last",
          "type": "string"
        }
      ]
    }
  }
}
