{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-effluent-rlup01-structure.json", "name": "rlup01", "description": "Lookup Values", "type": "object", "properties": { "ValueCode": { "type": "string", "example": "77034" }, "ValueDescription": { "type": "string", "example": "1-Butanol" } }, "required": [ "ValueCode", "ValueDescription" ] }