Skip to content

Support "models" Swagger feature #1

@singalen

Description

@singalen

Like, you know,

    "Pet": {
        "id": "Pet",
        "required": [
            "id",
            "name"
        ],
        "properties": {
            "id": {
                "type": "integer",
                "format": "int64",
                "description": "Unique identifier for the Pet",
                "minimum": "0.0",
                "maximum": "100.0"
            },
            "category": {
                "$ref": "Category",
                "description": "Category the pet is in"
            },
            "name": {
                "type": "string",
                "description": "Friendly name of the pet"
            }
    }

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