Skip to content

schema: remove conditional statement for type: retry #342

@jeremyfiel

Description

@jeremyfiel

"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

No one assigned

    Labels

    schema-bugissue with our JSON Schema

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions