Definition ApiResponse
definitions_ApiResponse.html#/definitions/ApiResponse/properties/code definitions_ApiResponse.html#/definitions/ApiResponse/properties/type definitions_ApiResponse.html#/definitions/ApiResponse/properties/message
Diagram
Type object
Properties
Name Occurrence
code
type
message
optional
optional
optional
Additional Properties true
Used by
Source

 "ApiResponse": {
  "type": "object",
  "properties": {
    "code": {"type": "integer"},
    "type": {"type": "string"},
    "message": {"type": "string"}
  }
}


Definition code
Diagram
Type object
All of
Additional Properties false
Used by
Schema
ApiResponse
Source

 "code": {"type": "integer"}


Definition type
Diagram
Type string
Used by
Schema
ApiResponse
Source

 "type": {"type": "string"}


Definition message
Diagram
Type string
Used by
Schema
ApiResponse
Source

 "message": {"type": "string"}