Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "models" Swagger feature #1

Open
singalen opened this issue Nov 16, 2013 · 1 comment
Open

Support "models" Swagger feature #1

singalen opened this issue Nov 16, 2013 · 1 comment

Comments

@singalen
Copy link

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"
            }
    }
@singalen
Copy link
Author

I'm doing some stuff in my repo, I believe it is useful... though not too clean.
Is it OK for a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant