{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RetryPolicy", "type": "object", "properties": { "retry_on": { "type": "string" }, "num_retries": { "type": "integer" }, "per_try_timeout": { "type": "string" } } }