github.com/lastbackend/toolkit@v0.0.0-20241020043710-cafa37b95aad/examples/wss/swagger/validate/validate.swagger.json (about)

     1  {
     2    "swagger": "2.0",
     3    "info": {
     4      "title": "github.com/lastbackend/toolkit/examples/wss/apis/validate/validate.proto",
     5      "version": "version not set"
     6    },
     7    "consumes": [
     8      "application/json"
     9    ],
    10    "produces": [
    11      "application/json"
    12    ],
    13    "paths": {},
    14    "definitions": {
    15      "protobufAny": {
    16        "type": "object",
    17        "properties": {
    18          "@type": {
    19            "type": "string"
    20          }
    21        },
    22        "additionalProperties": {}
    23      },
    24      "rpcStatus": {
    25        "type": "object",
    26        "properties": {
    27          "code": {
    28            "type": "integer",
    29            "format": "int32"
    30          },
    31          "message": {
    32            "type": "string"
    33          },
    34          "details": {
    35            "type": "array",
    36            "items": {
    37              "type": "object",
    38              "$ref": "#/definitions/protobufAny"
    39            }
    40          }
    41        }
    42      }
    43    }
    44  }