Skip to content

Instantly share code, notes, and snippets.

@aronbudinszky
Created January 4, 2020 14:44
Show Gist options
  • Save aronbudinszky/10564cbdf487ac8e0d148ff068503b78 to your computer and use it in GitHub Desktop.
Save aronbudinszky/10564cbdf487ac8e0d148ff068503b78 to your computer and use it in GitHub Desktop.
Pet example with x-faker tag.
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