{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-effluent-rlup01-schema.json", "title": "rlup01", "description": "Lookup Values", "type": "object", "properties": { "ValueCode": { "example": "77034", "title": "Value Code", "type": "string" }, "ValueDescription": { "example": "1-Butanol", "title": "Value Description", "type": "string" } }, "required": [ "ValueCode", "ValueDescription" ] }