Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. template {
  2. id
  3. name
  4. attributeGroups [
  5. {
  6. id,
  7. name,
  8. attributes: [
  9. {
  10. id
  11. name
  12. type
  13. occurrence
  14. defaultValue
  15. }
  16. ]
  17. }
  18. ]
  19. }
  20.  
  21.  
  22.  
  23. instance {
  24. id
  25. name
  26. templateId,
  27. attributeGroups [
  28. {
  29. id,
  30. name,
  31. attributeGroupTemplateId,
  32. attributes: [
  33. {
  34. id
  35. name
  36. attributeTemplateId
  37. value
  38. }
  39. ]
  40. }
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement