Created
May 29, 2020 09:39
-
-
Save nicolastakashi/0ec0d7e459a3e2a6c9fa7d676cd4f330 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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