Skip to content

Other types of relationships aren't brought in #10

@queenvictoria

Description

@queenvictoria

Petstore swagger references are imported by the recent change.

      "properties": {
//...
        "tags": {
          "type": "array",
          "xml": {
            "name": "tag",
            "wrapped": true
          },
          "items": {
            "$ref": "#/definitions/Tag"
          }
        },
     }

However swagger generated by holiday/jsonapi-server relationships aren't

      "properties": {
//...
        "attributes": {
//...
        },
        "relationships": {
          "type": "object",
          "properties": {
            "concepts": {
              "type": "object",
              "properties": {
                "meta": {
                  "type": "object"
                },
                "links": {
                  "type": "object",
                  "properties": {
                    "self": {
                      "type": "string"
                    },
                    "related": {
                      "type": "string"
                    }
                  }
                },

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