-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
schema-bugissue with our JSON Schemaissue with our JSON Schema
Description
Arazzo-Specification/schemas/v1.0/schema.json
Lines 645 to 656 in 28e29bd
| "if": { | |
| "properties": { | |
| "type": { | |
| "const": "retry" | |
| } | |
| } | |
| }, | |
| "then": { | |
| "required": [ | |
| "retryAfter" | |
| ] | |
| } |
The spec states the retryLimit only applies to type: retry, but the constraint is missing.
This field only applies when the type field value is "retry"
src: https://spec.openapis.org/arazzo/v1.0.1#fixed-fields-6
edit: per below, this conditional statement shall be removed.
Metadata
Metadata
Assignees
Labels
schema-bugissue with our JSON Schemaissue with our JSON Schema