Sha256: ba9b09e3a97f6c9320db50a79d0467e4d37e042802b450c5e0ac2641fb74b2d1

Contents?: true

Size: 1.37 KB

Versions: 43

Compression:

Stored size: 1.37 KB

Contents

{
    "202": {
        "type": "object",
        "required": [
            "message"
        ],
        "properties": {
            "message": {
                "type": "string",
                "value": "Accepted"
            }
        }
    },
    "204": {
        "type": "object",
        "required": [
            "message"
        ],
        "properties": {
            "message": {
                "type": "string",
                "value": "No Content"
            }
        }
    },
    "400": {
        "type": "object",
        "required": [
            "errors"
        ],
        "properties": {
            "errors": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "message": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    },
    "404": {
        "type": "object",
        "required": [
            "errors"
        ],
        "properties": {
            "errors": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "message": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
hephaestus-0.8.3 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.8.2 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.8.1 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.8.0 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.7.2 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.7 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.6.2 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.6.1 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.6 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.5.3 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.5.2 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.5.1 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.5 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.4.2 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.4.1 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.4 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.3.1 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.3 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.2.5 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
hephaestus-0.7.2.4 templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json