Profile.json 787B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "Profile",
  3. "fields": [
  4. {
  5. "fieldName": "bio",
  6. "fieldType": "String"
  7. },
  8. {
  9. "fieldName": "accessible",
  10. "fieldType": "Boolean"
  11. }
  12. ],
  13. "relationships": [
  14. {
  15. "relationshipType": "one-to-one",
  16. "relationshipName": "userProfile",
  17. "otherEntityName": "user",
  18. "otherEntityField": "email",
  19. "ownerSide": true,
  20. "otherEntityRelationshipName": "profile"
  21. }
  22. ],
  23. "changelogDate": "20190102220057",
  24. "entityTableName": "profile",
  25. "dto": "no",
  26. "pagination": "no",
  27. "service": "no",
  28. "jpaMetamodelFiltering": false,
  29. "fluentMethods": true,
  30. "clientRootFolder": "",
  31. "applications": "*"
  32. }