Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation loops detected all over the place on non-trivial schemas #11

Open
brandur opened this issue Jul 28, 2014 · 0 comments
Open

Comments

@brandur
Copy link
Owner

brandur commented Jul 28, 2014

The loop detector is currently going crazy:

schema2.json#/definitions/ssl-endpoint/definitions/rollback/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/ssl-endpoint/definitions/rollback/default: failed schema http://json-schema.org/draft-04/schema#/properties/default: Validation loop detected.
schema2.json#/definitions/ssl-endpoint/definitions/rollback/type: failed schema http://json-schema.org/draft-04/schema#/properties/type: Validation loop detected.
schema2.json#/definitions/ssl-endpoint/definitions/rollback: failed schema http://json-schema.org/draft-04/hyper-schema#/properties/definitions/additionalProperties: Data did not match all subschemas of "allOf" condition.
schema2.json#/definitions/ssl-endpoint/definitions/updated_at/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/ssl-endpoint/definitions/updated_at/type: failed schema http://json-schema.org/draft-04/schema#/properties/type: Validation loop detected.
schema2.json#/definitions/ssl-endpoint/definitions/updated_at: failed schema http://json-schema.org/draft-04/hyper-schema#/properties/definitions/additionalProperties: Data did not match all subschemas of "allOf" condition.
schema2.json#/definitions/stack/$schema: failed schema http://json-schema.org/draft-04/schema#/properties/$schema: Validation loop detected.
schema2.json#/definitions/stack/title: failed schema http://json-schema.org/draft-04/schema#/properties/title: Validation loop detected.
schema2.json#/definitions/stack/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/stack/definitions: failed schema http://json-schema.org/draft-04/schema#/properties/definitions: Validation loop detected.
schema2.json#/definitions/stack/properties: failed schema http://json-schema.org/draft-04/schema#/properties/properties: Validation loop detected.
schema2.json#/definitions/stack/type: failed schema http://json-schema.org/draft-04/schema#/properties/type: Validation loop detected.
schema2.json#/definitions/stack: failed schema http://json-schema.org/draft-04/hyper-schema#/properties/definitions/additionalProperties: Data did not match all subschemas of "allOf" condition.
schema2.json#/definitions/stack/definitions/created_at/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/stack/definitions/created_at/type: failed schema http://json-schema.org/draft-04/schema#/properties/type: Validation loop detected.
schema2.json#/definitions/stack/definitions/created_at: failed schema http://json-schema.org/draft-04/hyper-schema#/properties/definitions/additionalProperties: Data did not match all subschemas of "allOf" condition.
schema2.json#/definitions/stack/definitions/id/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/stack/definitions/id/type: failed schema http://json-schema.org/draft-04/schema#/properties/type: Validation loop detected.
schema2.json#/definitions/stack/definitions/id: failed schema http://json-schema.org/draft-04/hyper-schema#/properties/definitions/additionalProperties: Data did not match all subschemas of "allOf" condition.
schema2.json#/definitions/stack/definitions/identity/anyOf: failed schema http://json-schema.org/draft-04/schema#/properties/anyOf: Validation loop detected.
schema2.json#/definitions/stack/definitions/identity: failed schema http://json-schema.org/draft-04/hyper-schema#/properties/definitions/additionalProperties: Data did not match all subschemas of "allOf" condition.
schema2.json#/definitions/stack/definitions/name/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/stack/definitions/name/type: failed schema http://json-schema.org/draft-04/schema#/properties/type: Validation loop detected.
schema2.json#/definitions/stack/definitions/name: failed schema http://json-schema.org/draft-04/hyper-schema#/properties/definitions/additionalProperties: Data did not match all subschemas of "allOf" condition.
schema2.json#/definitions/stack/definitions/state/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/stack/definitions/state/type: failed schema http://json-schema.org/draft-04/schema#/properties/type: Validation loop detected.
schema2.json#/definitions/stack/definitions/state: failed schema http://json-schema.org/draft-04/hyper-schema#/properties/definitions/additionalProperties: Data did not match all subschemas of "allOf" condition.
schema2.json#/definitions/stack/definitions/updated_at/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/stack/definitions/updated_at/type: failed schema http://jso"allOf" condition.
schema2.json#/definitions/stack/definitions/state/description: failed schema http://json-schema.org/draft-04/schema#/properties/description: Validation loop detected.
schema2.json#/definitions/stdidescription: Validation loop detected.
brandur added a commit that referenced this issue Jul 28, 2014
See #11 for bug tracking.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant