Skip to content

Instantly share code, notes, and snippets.

@nicolastakashi
Created May 29, 2020 09:39
Show Gist options
  • Select an option

  • Save nicolastakashi/0ec0d7e459a3e2a6c9fa7d676cd4f330 to your computer and use it in GitHub Desktop.

Select an option

Save nicolastakashi/0ec0d7e459a3e2a6c9fa7d676cd4f330 to your computer and use it in GitHub Desktop.
components:
schemas:
Task:
type: object
required:
- name
- id
properties:
id:
description: Task unique identifier
type: string
format: uuid
readOnly: true
name:
description: Task name
type: string
example: Todo Service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment