Created
January 4, 2020 14:44
-
-
Save aronbudinszky/10564cbdf487ac8e0d148ff068503b78 to your computer and use it in GitHub Desktop.
Pet example with x-faker tag.
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
Pet: | |
type: object | |
properties: | |
id: | |
type: integer | |
format: int64 | |
name: | |
type: string | |
x-faker: name.firstName | |
example: doggie | |
photoUrls: | |
type: array | |
items: | |
type: string | |
x-faker: image.imageUrl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment