{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OverrideRule_3PD", "description": "Specification for rules to apply overrides (e.g. PriceOverride).", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-override-rule-3-pd-schema.json", "type": "object", "properties": { "type": { "type": "string", "example": "string" } }, "required": [ "type" ] }