Skip to content

Error using $ref in allOf #196

@JJCLane

Description

@JJCLane

With an allOf property set like this, the following error is thrown:

"allOf": [
     {
           "$ref": "OrderCreatedEvent.json"
     }
],
In DefinitionsGenerator.php line 116:
                                                                                            
  error generating definition 'Output\OrderCreatedEvent': unsupported '$ref' in 'allOf' type definition                                                                             
                                                                                            

In IntersectProperty.php line 149:
                                                 
  unsupported '$ref' in 'allOf' type definition  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions