Skip to content

Schema.$ref property in generated responses #1

Description

@MikeRalphson

The API definitions in the HAPI collection often show this problem:

"responses": {
  "200": {
    "description":null,
     "schema":"#/definitions/Resource"
   }
} 

It should be

"responses": {
  "200": {
    "description":"",
     "schema": {
        "$ref": "#/definitions/Resource"
      }
   }
} 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions