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

Properties validation weren't implemented #183

Closed
xeronm opened this issue Nov 20, 2022 · 0 comments · Fixed by #191
Closed

Properties validation weren't implemented #183

xeronm opened this issue Nov 20, 2022 · 0 comments · Fixed by #191

Comments

@xeronm
Copy link

xeronm commented Nov 20, 2022

The following schema validation succeeded, even though the prop1 reference is broken.

openapi: 3.0.0
info:
  version: '1.0.0'
  title: 'Some Schema'
paths: {}
components:
  schemas:    
    SomeDataType:
      type: object
      properties:
        id:
          type: integer
        prop1:
          $ref: '<some-broken-uri>'
        prop2:
          type: string
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

Successfully merging a pull request may close this issue.

1 participant