Skip to content

Rest Swagger - support allOf #360

@hellosnow

Description

@hellosnow

allOf should be supported according to Swagger schema object

"ParameterA": {
  "type": "object",
  "properties": {
    "error": {
      "$ref": "#/definitions/Object",
      "readOnly": true,
      "description": "sample"
    }
  },
  "allOf": [{
    "$ref": "#/definitions/ParameterB"
  }]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions