Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

schema with allOf and properties on the same level #86

Closed
hauner opened this issue Feb 3, 2022 · 0 comments
Closed

schema with allOf and properties on the same level #86

hauner opened this issue Feb 3, 2022 · 0 comments
Milestone

Comments

@hauner
Copy link
Member

hauner commented Feb 3, 2022

the processor ignores the properties of a schema that's using allOf on the same level:

  schema:
    type: object
    allOf:
      - type: object
        properties:
          prop1:
            type: string
    properties:
      prop2:
        type: string

from: openapi-processor/openapi-processor-maven#2

@hauner hauner added this to the 2022.2 milestone Feb 3, 2022
hauner added a commit that referenced this issue Feb 4, 2022
@hauner hauner closed this as completed Feb 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant