Privacy.json 610B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "Privacy",
  3. "fields": [
  4. {
  5. "fieldName": "publicView",
  6. "fieldType": "Boolean"
  7. },
  8. {
  9. "fieldName": "cohortView",
  10. "fieldType": "Boolean"
  11. },
  12. {
  13. "fieldName": "employerView",
  14. "fieldType": "Boolean"
  15. }
  16. ],
  17. "relationships": [],
  18. "changelogDate": "20181217184616",
  19. "entityTableName": "privacy",
  20. "dto": "no",
  21. "pagination": "no",
  22. "service": "no",
  23. "jpaMetamodelFiltering": false,
  24. "fluentMethods": true,
  25. "clientRootFolder": "",
  26. "applications": "*"
  27. }