Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "$schema": "http://json-schema.org/draft-07/schema#",
  3.   "title": "AccessControlLogItem",
  4.   "description": "Access control log item",
  5.   "properties": {
  6.     "userId": {
  7.       "type": "string"
  8.     },
  9.     "entryId": {
  10.       "type": "string"
  11.     },
  12.     "accessTime": {
  13.       "type": "number",
  14.       "minimum": 1
  15.     }
  16.   },
  17.   "required": [ "productId", "productName", "price" ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement