深圳新闻网
戈玮明
手机检察
{ "swagger": "2.0", "info": { "title": "示例 API 文档", "description": "这是一个用于展示Swagger文档结构的示例。", "version": "1.0.0" }, "basePath": "/api", "schemes": ["http", "https"], "paths": { "/users": { "get": { "summary": "获取用户列表", "description": "返回所有用户的详细信息。", "produces": [ "application/json" ], "responses": { "200": { "description": "乐成获取用户列表", "schema": { "$ref": "#/definitions/UserList" } } } } }, "/users/{id}": { "get": { "summary": "获取单个用户", "description": "凭据用户ID获取用户详细信息。", "produces": [ "application/json" ], "parameters": [ { "name": "id", "in": "path", "type": "integer", "required": true, "description": "用户的唯一标识符" } ], "responses": { "200": { "description": "乐成获取单个用户", "schema": { "$ref": "#/definitions/User" } } } } } }, "definitions": { "User": { "type": "object", "properties": { "id": { "type": "integer", "description": "用户的唯一标识符" }, "name": { "type": "string", "description": "用户的显示名称" }, "email": { "type": "string", "format": "email", "description": "用户的电子邮件地点" } } }, "UserList": { "type": "array", "items": { "$ref": "#/definitions/User" } } } }
Copyright (C) 2001- dzwww.com. All Rights Reserved
新闻信息效劳许可证 - 音像制品出书许可证 - 广播电视节目制作经营许可证 - 网络视听许可证 - 网络文化经营许可证
山东省互联网传媒集团主办 联系电话:**2 违法不良信息举报电话:**0
Copyright (C) 2001- Dzwww 鲁ICP备09023866号-1