Skip to content

TimeSpan in response model ignored by generator #144

@llotall

Description

@llotall

Describe the bug
TimeSpan type in backend response model doesn't generated on frontend model

To Reproduce

 "SomeResponse": {
        "type": "object",
        "properties": {
          "delay": {
            "type": "string",
            "format": "date-span"
          }
        },
        "additionalProperties": false
      }

Expected behavior
In forntend model generated property according to reponse property type

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions