Valero Energy · Schema

Valero Refinery

A petroleum refinery operated by Valero Energy Corporation

EnergyPetroleumRefiningRenewable FuelsFortune 100EthanolRenewable Diesel

Properties

Name Type Description
id string Unique refinery identifier
name string Refinery name
location object Physical location of the refinery
capacity_bpd integer Refining capacity in barrels per day
type string Type of refinery/production facility
products array Products produced at this facility
operational boolean Whether the refinery is currently operational
View JSON Schema on GitHub

JSON Schema

valero-energy-refinery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/valero-energy/refinery",
  "title": "Valero Refinery",
  "description": "A petroleum refinery operated by Valero Energy Corporation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique refinery identifier"
    },
    "name": {
      "type": "string",
      "description": "Refinery name"
    },
    "location": {
      "type": "object",
      "properties": {
        "city": { "type": "string" },
        "state": { "type": "string" },
        "country": {
          "type": "string",
          "enum": ["US", "CA", "UK"]
        }
      },
      "description": "Physical location of the refinery"
    },
    "capacity_bpd": {
      "type": "integer",
      "description": "Refining capacity in barrels per day"
    },
    "type": {
      "type": "string",
      "enum": ["petroleum", "ethanol", "renewable_diesel", "sustainable_aviation_fuel"],
      "description": "Type of refinery/production facility"
    },
    "products": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "gasoline",
          "diesel",
          "jet_fuel",
          "ethanol",
          "renewable_diesel",
          "sustainable_aviation_fuel",
          "propane",
          "asphalt"
        ]
      },
      "description": "Products produced at this facility"
    },
    "operational": {
      "type": "boolean",
      "description": "Whether the refinery is currently operational"
    }
  },
  "required": ["id", "name", "location", "type"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/valero-energy-refinery"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.