Getting started Community Training Tutorials Documentation APIs, AI & Tools
components:
schemas:
User:
type: object
properties:
id:
type: integer
paths:
/users:
get:
responses:
'200':
description: Successful response
content:
application/json:
schema:
$ref: '#/components/schemas/User'



