sb-judger
  1. 示例数据模型
sb-judger
  • Code
    • 判题
      POST
    • 运行代码
      POST
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
    • Schemas
      • judgerCodeResult
      • judgerJudgeCodeRequest
      • judgerJudgeCodeResponse
      • judgerRunCodeRequest
      • judgerRunCodeResponse
      • protobufAny
      • rpcStatus
      • sandboxCase
      • sandboxLanguage
      • sandboxState
  1. 示例数据模型

Pet

{
    "id": 1,
    "category": {
        "id": 1,
        "name": "string"
    },
    "name": "doggie",
    "photoUrls": [
        "string"
    ],
    "tags": [
        {
            "id": 1,
            "name": "string"
        }
    ],
    "status": "available"
}
Built with