ginsul

Untitled

Apr 9th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.33 KB | None | 0 0
  1.  Timestamps:
  2.     properties:
  3.       createdOn:
  4.         type: string
  5.         format: date-time
  6.       updatedOn:
  7.         type: string
  8.         format: date-time
  9.   Element:
  10.     required:
  11.      - data
  12.     properties:
  13.       data:
  14.         type: object
  15.       timestamps:
  16.         $ref: '#/definitions/Timestamps'
  17.         readOnly: true
Advertisement
Add Comment
Please, Sign In to add comment