Getting started Community Training Tutorials Documentation APIs, AI & Tools
components:
schemas:
Customer:
x-entity:
key: [id]
properties:
name:
type: string
email:
type: string
id:
type: string
...



