Advertisement
Guest User

Untitled

a guest
May 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "description": "The additional dimensions used for BiblioWeb events",
  3. "title": "v3_web_event",
  4. "type": "object",
  5. "properties": {
  6. "containerName": {
  7. "type": "string"
  8. },
  9. "contentType": {
  10. "type": "string"
  11. },
  12. "contentCreator": {
  13. "type": "string"
  14. },
  15. "creatorType": {
  16. "type": "string"
  17. },
  18. "cardTitle": {
  19. "type": "string"
  20. }
  21. },
  22. "minProperties": 1,
  23. "additionalProperties": false
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement