@api-client/core 0.18.21 → 0.18.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/build/src/modeling/helpers/Intelisense.d.ts +1 -0
  2. package/build/src/modeling/helpers/Intelisense.d.ts.map +1 -1
  3. package/build/src/modeling/helpers/Intelisense.js +1 -0
  4. package/build/src/modeling/helpers/Intelisense.js.map +1 -1
  5. package/build/src/modeling/templates/index.d.ts +1 -0
  6. package/build/src/modeling/templates/index.d.ts.map +1 -1
  7. package/build/src/modeling/templates/index.js +2 -0
  8. package/build/src/modeling/templates/index.js.map +1 -1
  9. package/build/src/modeling/templates/meta/education-management-platform.json +1 -0
  10. package/build/src/modeling/templates/meta/financial-services-platform.json +1 -0
  11. package/build/src/modeling/templates/meta/gaming-platform.json +1 -0
  12. package/build/src/modeling/templates/meta/healthcare-management-platform.json +1 -0
  13. package/build/src/modeling/templates/meta/hospitality-platform.json +1 -0
  14. package/build/src/modeling/templates/meta/index.d.ts +2 -2
  15. package/build/src/modeling/templates/meta/index.d.ts.map +1 -1
  16. package/build/src/modeling/templates/meta/index.js +31 -1
  17. package/build/src/modeling/templates/meta/index.js.map +1 -1
  18. package/build/src/modeling/templates/meta/iot-smart-home-platform.json +1 -0
  19. package/build/src/modeling/templates/meta/legal-services-platform.json +1 -0
  20. package/build/src/modeling/templates/meta/manufacturing-platform.json +1 -0
  21. package/build/src/modeling/templates/meta/non-profit-platform.json +1 -0
  22. package/build/src/modeling/templates/meta/real-estate-management-platform.json +1 -0
  23. package/build/src/modeling/templates/template-registry.d.ts +14 -0
  24. package/build/src/modeling/templates/template-registry.d.ts.map +1 -1
  25. package/build/src/modeling/templates/template-registry.js +63 -0
  26. package/build/src/modeling/templates/template-registry.js.map +1 -1
  27. package/build/src/modeling/templates/{ecommerce-domain.d.ts → verticals/business-services/ecommerce-domain.d.ts} +2 -2
  28. package/build/src/modeling/templates/verticals/business-services/ecommerce-domain.d.ts.map +1 -0
  29. package/build/src/modeling/templates/{ecommerce-domain.js → verticals/business-services/ecommerce-domain.js} +6 -6
  30. package/build/src/modeling/templates/verticals/business-services/ecommerce-domain.js.map +1 -0
  31. package/build/src/modeling/templates/verticals/business-services/financial-services-domain.d.ts +40 -0
  32. package/build/src/modeling/templates/verticals/business-services/financial-services-domain.d.ts.map +1 -0
  33. package/build/src/modeling/templates/verticals/business-services/financial-services-domain.js +744 -0
  34. package/build/src/modeling/templates/verticals/business-services/financial-services-domain.js.map +1 -0
  35. package/build/src/modeling/templates/verticals/business-services/hospitality-domain.d.ts +45 -0
  36. package/build/src/modeling/templates/verticals/business-services/hospitality-domain.d.ts.map +1 -0
  37. package/build/src/modeling/templates/verticals/business-services/hospitality-domain.js +797 -0
  38. package/build/src/modeling/templates/verticals/business-services/hospitality-domain.js.map +1 -0
  39. package/build/src/modeling/templates/verticals/business-services/index.d.ts +21 -0
  40. package/build/src/modeling/templates/verticals/business-services/index.d.ts.map +1 -0
  41. package/build/src/modeling/templates/verticals/business-services/index.js +50 -0
  42. package/build/src/modeling/templates/verticals/business-services/index.js.map +1 -0
  43. package/build/src/modeling/templates/verticals/business-services/legal-services-domain.d.ts +46 -0
  44. package/build/src/modeling/templates/verticals/business-services/legal-services-domain.d.ts.map +1 -0
  45. package/build/src/modeling/templates/verticals/business-services/legal-services-domain.js +837 -0
  46. package/build/src/modeling/templates/verticals/business-services/legal-services-domain.js.map +1 -0
  47. package/build/src/modeling/templates/verticals/education-training/education-domain.d.ts +40 -0
  48. package/build/src/modeling/templates/verticals/education-training/education-domain.d.ts.map +1 -0
  49. package/build/src/modeling/templates/verticals/education-training/education-domain.js +725 -0
  50. package/build/src/modeling/templates/verticals/education-training/education-domain.js.map +1 -0
  51. package/build/src/modeling/templates/verticals/education-training/index.d.ts +18 -0
  52. package/build/src/modeling/templates/verticals/education-training/index.d.ts.map +1 -0
  53. package/build/src/modeling/templates/verticals/education-training/index.js +21 -0
  54. package/build/src/modeling/templates/verticals/education-training/index.js.map +1 -0
  55. package/build/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.d.ts +40 -0
  56. package/build/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.d.ts.map +1 -0
  57. package/build/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.js +859 -0
  58. package/build/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.js.map +1 -0
  59. package/build/src/modeling/templates/verticals/healthcare-life-sciences/index.d.ts +18 -0
  60. package/build/src/modeling/templates/verticals/healthcare-life-sciences/index.d.ts.map +1 -0
  61. package/build/src/modeling/templates/verticals/healthcare-life-sciences/index.js +21 -0
  62. package/build/src/modeling/templates/verticals/healthcare-life-sciences/index.js.map +1 -0
  63. package/build/src/modeling/templates/verticals/index.d.ts +79 -0
  64. package/build/src/modeling/templates/verticals/index.d.ts.map +1 -0
  65. package/build/src/modeling/templates/verticals/index.js +186 -0
  66. package/build/src/modeling/templates/verticals/index.js.map +1 -0
  67. package/build/src/modeling/templates/verticals/manufacturing-logistics/index.d.ts +18 -0
  68. package/build/src/modeling/templates/verticals/manufacturing-logistics/index.d.ts.map +1 -0
  69. package/build/src/modeling/templates/verticals/manufacturing-logistics/index.js +22 -0
  70. package/build/src/modeling/templates/verticals/manufacturing-logistics/index.js.map +1 -0
  71. package/build/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.d.ts +45 -0
  72. package/build/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.d.ts.map +1 -0
  73. package/build/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.js +710 -0
  74. package/build/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.js.map +1 -0
  75. package/build/src/modeling/templates/verticals/public-sector/index.d.ts +18 -0
  76. package/build/src/modeling/templates/verticals/public-sector/index.d.ts.map +1 -0
  77. package/build/src/modeling/templates/verticals/public-sector/index.js +22 -0
  78. package/build/src/modeling/templates/verticals/public-sector/index.js.map +1 -0
  79. package/build/src/modeling/templates/verticals/public-sector/non-profit-domain.d.ts +47 -0
  80. package/build/src/modeling/templates/verticals/public-sector/non-profit-domain.d.ts.map +1 -0
  81. package/build/src/modeling/templates/verticals/public-sector/non-profit-domain.js +864 -0
  82. package/build/src/modeling/templates/verticals/public-sector/non-profit-domain.js.map +1 -0
  83. package/build/src/modeling/templates/verticals/real-estate-construction/index.d.ts +18 -0
  84. package/build/src/modeling/templates/verticals/real-estate-construction/index.d.ts.map +1 -0
  85. package/build/src/modeling/templates/verticals/real-estate-construction/index.js +21 -0
  86. package/build/src/modeling/templates/verticals/real-estate-construction/index.js.map +1 -0
  87. package/build/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.d.ts +40 -0
  88. package/build/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.d.ts.map +1 -0
  89. package/build/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.js +727 -0
  90. package/build/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.js.map +1 -0
  91. package/build/src/modeling/templates/{blog-domain.d.ts → verticals/technology-media/blog-domain.d.ts} +2 -2
  92. package/build/src/modeling/templates/verticals/technology-media/blog-domain.d.ts.map +1 -0
  93. package/build/src/modeling/templates/{blog-domain.js → verticals/technology-media/blog-domain.js} +5 -5
  94. package/build/src/modeling/templates/verticals/technology-media/blog-domain.js.map +1 -0
  95. package/build/src/modeling/templates/verticals/technology-media/gaming-domain.d.ts +46 -0
  96. package/build/src/modeling/templates/verticals/technology-media/gaming-domain.d.ts.map +1 -0
  97. package/build/src/modeling/templates/verticals/technology-media/gaming-domain.js +1033 -0
  98. package/build/src/modeling/templates/verticals/technology-media/gaming-domain.js.map +1 -0
  99. package/build/src/modeling/templates/verticals/technology-media/index.d.ts +21 -0
  100. package/build/src/modeling/templates/verticals/technology-media/index.d.ts.map +1 -0
  101. package/build/src/modeling/templates/verticals/technology-media/index.js +42 -0
  102. package/build/src/modeling/templates/verticals/technology-media/index.js.map +1 -0
  103. package/build/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.d.ts +47 -0
  104. package/build/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.d.ts.map +1 -0
  105. package/build/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.js +1027 -0
  106. package/build/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.js.map +1 -0
  107. package/build/tsconfig.tsbuildinfo +1 -1
  108. package/package.json +1 -1
  109. package/src/modeling/helpers/Intelisense.ts +1 -0
  110. package/src/modeling/templates/meta/education-management-platform.json +1 -0
  111. package/src/modeling/templates/meta/financial-services-platform.json +1 -0
  112. package/src/modeling/templates/meta/gaming-platform.json +1 -0
  113. package/src/modeling/templates/meta/healthcare-management-platform.json +1 -0
  114. package/src/modeling/templates/meta/hospitality-platform.json +1 -0
  115. package/src/modeling/templates/meta/iot-smart-home-platform.json +1 -0
  116. package/src/modeling/templates/meta/legal-services-platform.json +1 -0
  117. package/src/modeling/templates/meta/manufacturing-platform.json +1 -0
  118. package/src/modeling/templates/meta/non-profit-platform.json +1 -0
  119. package/src/modeling/templates/meta/real-estate-management-platform.json +1 -0
  120. package/src/modeling/templates/readme.md +14 -0
  121. package/src/modeling/templates/template-registry.ts +73 -0
  122. package/src/modeling/templates/verticals/README.md +122 -0
  123. package/src/modeling/templates/{ecommerce-domain.ts → verticals/business-services/ecommerce-domain.ts} +7 -7
  124. package/src/modeling/templates/verticals/business-services/financial-services-domain.ts +943 -0
  125. package/src/modeling/templates/verticals/business-services/hospitality-domain.ts +994 -0
  126. package/src/modeling/templates/verticals/business-services/legal-services-domain.ts +1059 -0
  127. package/src/modeling/templates/verticals/education-training/education-domain.ts +922 -0
  128. package/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.ts +1111 -0
  129. package/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.ts +895 -0
  130. package/src/modeling/templates/verticals/public-sector/non-profit-domain.ts +1109 -0
  131. package/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.ts +944 -0
  132. package/src/modeling/templates/{blog-domain.ts → verticals/technology-media/blog-domain.ts} +6 -6
  133. package/src/modeling/templates/verticals/technology-media/gaming-domain.ts +1290 -0
  134. package/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.ts +1287 -0
  135. package/build/src/modeling/templates/blog-domain.d.ts.map +0 -1
  136. package/build/src/modeling/templates/blog-domain.js.map +0 -1
  137. package/build/src/modeling/templates/ecommerce-domain.d.ts.map +0 -1
  138. package/build/src/modeling/templates/ecommerce-domain.js.map +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@api-client/core",
3
3
  "description": "The API Client's core client library. Works in NodeJS and in a ES enabled browser.",
4
- "version": "0.18.21",
4
+ "version": "0.18.22",
5
5
  "license": "Apache-2.0",
6
6
  "exports": {
7
7
  "./browser.js": {
@@ -850,6 +850,7 @@ export function addImagesField(entity: DomainEntity, info: Partial<IThing> = {})
850
850
 
851
851
  /**
852
852
  * Adds a status field with custom enum values to the specified entity.
853
+ * This is not a regular enum field, it should represent a record status.
853
854
  * If a status field already exists, it returns the existing field.
854
855
  * Otherwise, it creates a new status field with provided enum values.
855
856
  *
@@ -0,0 +1 @@
1
+ {"id":"education-management-platform","name":"Education Management Platform","description":"A comprehensive education management platform with student management, course management, faculty management, campus operations, and learning analytics. Perfect for schools, universities, and educational institutions.","createdAt":"2025-01-27T00:00:00.000Z","updatedAt":"2025-01-27T00:00:00.000Z","version":"1.0.0","author":"API Now! Core Team","tags":["education","academic","student-management","course-management","learning-analytics"],"structure":{"domain":{"name":"Education Management Platform","description":"A comprehensive education management platform with student management, course management, faculty management, campus operations, and learning analytics","totalEntities":15,"totalProperties":99,"totalAssociations":15},"namespaces":[{"name":"StudentManagement","displayName":"Student Management","description":"Student records, enrollment, and academic history","modelCount":1,"entityCount":3,"models":[{"name":"Students","displayName":"Student Management","description":"Student records and information","entityCount":3,"entities":[{"name":"student","displayName":"Student","description":"Student record with academic information","propertyCount":13,"associationCount":0,"properties":[{"name":"id","displayName":"Student ID","description":"Unique identifier for the student","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"student_number","displayName":"Student Number","description":"Student identification number","type":"string","required":true,"unique":true,"semantics":[]},{"name":"first_name","displayName":"First Name","description":"Student first name","type":"string","semantics":[]},{"name":"last_name","displayName":"Last Name","description":"Student last name","type":"string","semantics":[]},{"name":"date_of_birth","displayName":"Date of Birth","description":"Student date of birth","type":"date","required":true,"semantics":[]},{"name":"email","displayName":"Email Address","description":"Student email address","type":"string","required":true,"semantics":["Semantic#Email"]},{"name":"phone","displayName":"Phone Number","description":"Student phone number","type":"string","semantics":["Semantic#Phone"]},{"name":"address","displayName":"Address","description":"Student residential address","type":"string","required":true,"semantics":[]},{"name":"emergency_contact_name","displayName":"Emergency Contact Name","description":"Emergency contact name","type":"string","semantics":[]},{"name":"status","displayName":"Student Status","description":"Current status of the student","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","graduated","withdrawn","suspended"],"defaultValue":"active"},{"name":"academic_level","displayName":"Academic Level","description":"Current academic level of the student","type":"string","required":true,"semantics":[],"enumValues":["freshman","sophomore","junior","senior","graduate"]},{"name":"created_at","displayName":"Created At","description":"When the student record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the student record was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"enrollment","displayName":"Enrollment","description":"Student course enrollment records","propertyCount":4,"associationCount":2,"properties":[{"name":"id","displayName":"Enrollment ID","description":"Unique identifier for the enrollment","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"enrollment_date","displayName":"Enrollment Date","description":"Date when student enrolled","type":"date","required":true,"semantics":[]},{"name":"status","displayName":"Enrollment Status","description":"Current status of the enrollment","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["enrolled","dropped","completed","incomplete"],"defaultValue":"enrolled"},{"name":"created_at","displayName":"Created At","description":"When the enrollment was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"student","displayName":"Student","description":"Student for this enrollment","required":true,"multiple":false,"targetEntities":["student"],"semantics":[],"cardinality":"One-to-One"},{"name":"course_section","displayName":"Course Section","description":"Course section for this enrollment","required":true,"multiple":false,"targetEntities":["course_section"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"academic_history","displayName":"Academic History","description":"Student academic history and records","propertyCount":6,"associationCount":1,"properties":[{"name":"id","displayName":"History ID","description":"Unique identifier for the academic history","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"gpa","displayName":"GPA","description":"Grade Point Average","type":"number","required":true,"semantics":[]},{"name":"credits_earned","displayName":"Credits Earned","description":"Total credits earned","type":"number","required":true,"semantics":[]},{"name":"academic_year","displayName":"Academic Year","description":"Academic year","type":"string","required":true,"semantics":[]},{"name":"description","displayName":"Description","description":"Academic history notes and achievements","type":"string","semantics":["Semantic#Description"]},{"name":"created_at","displayName":"Created At","description":"When the academic history was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"student","displayName":"Student","description":"Student for this academic history","required":true,"multiple":false,"targetEntities":["student"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"CourseManagement","displayName":"Course Management","description":"Courses, curriculum, assignments, and grades","modelCount":1,"entityCount":4,"models":[{"name":"Courses","displayName":"Course Management","description":"Course information and curriculum","entityCount":4,"entities":[{"name":"course","displayName":"Course","description":"Academic course information","propertyCount":8,"associationCount":0,"properties":[{"name":"id","displayName":"Course ID","description":"Unique identifier for the course","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"course_code","displayName":"Course Code","description":"Course identification code","type":"string","required":true,"unique":true,"semantics":[]},{"name":"name","displayName":"Course Name","description":"Name of the course","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Course description and objectives","type":"string","semantics":["Semantic#Description"]},{"name":"credits","displayName":"Credits","description":"Number of credits for the course","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Course Status","description":"Current status of the course","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","archived"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the course was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the course was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"course_section","displayName":"Course Section","description":"Specific section of a course","propertyCount":6,"associationCount":2,"properties":[{"name":"id","displayName":"Section ID","description":"Unique identifier for the section","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"section_number","displayName":"Section Number","description":"Section number","type":"string","required":true,"semantics":[]},{"name":"capacity","displayName":"Capacity","description":"Maximum number of students","type":"number","required":true,"semantics":[]},{"name":"enrolled_count","displayName":"Enrolled Count","description":"Number of enrolled students","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Section Status","description":"Current status of the section","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["open","full","closed","cancelled"],"defaultValue":"open"},{"name":"created_at","displayName":"Created At","description":"When the section was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"course","displayName":"Course","description":"Course for this section","required":true,"multiple":false,"targetEntities":["course"],"semantics":[],"cardinality":"One-to-One"},{"name":"instructor","displayName":"Instructor","description":"Faculty instructor for this section","required":true,"multiple":false,"targetEntities":["faculty"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"assignment","displayName":"Assignment","description":"Course assignments and assessments","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Assignment ID","description":"Unique identifier for the assignment","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Assignment Name","description":"Name of the assignment","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Assignment description and requirements","type":"string","semantics":["Semantic#Description"]},{"name":"due_date","displayName":"Due Date","description":"Assignment due date","type":"date","required":true,"semantics":[]},{"name":"total_points","displayName":"Total Points","description":"Total possible points","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Assignment Status","description":"Current status of the assignment","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["draft","published","submitted","graded"],"defaultValue":"draft"},{"name":"created_at","displayName":"Created At","description":"When the assignment was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"course_section","displayName":"Course Section","description":"Course section for this assignment","required":true,"multiple":false,"targetEntities":["course_section"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"grade","displayName":"Grade","description":"Student grades and assessments","propertyCount":5,"associationCount":2,"properties":[{"name":"id","displayName":"Grade ID","description":"Unique identifier for the grade","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"score","displayName":"Score","description":"Numerical score earned","type":"number","required":true,"semantics":[]},{"name":"letter_grade","displayName":"Letter Grade","description":"Letter grade (A, B, C, D, F)","type":"string","required":true,"semantics":[],"enumValues":["A","A-","B+","B","B-","C+","C","C-","D+","D","F"]},{"name":"description","displayName":"Description","description":"Grade comments and feedback","type":"string","semantics":["Semantic#Description"]},{"name":"created_at","displayName":"Created At","description":"When the grade was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"student","displayName":"Student","description":"Student for this grade","required":true,"multiple":false,"targetEntities":["student"],"semantics":[],"cardinality":"One-to-One"},{"name":"assignment","displayName":"Assignment","description":"Assignment for this grade","required":true,"multiple":false,"targetEntities":["assignment"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"FacultyManagement","displayName":"Faculty Management","description":"Teachers, staff, departments, and roles","modelCount":1,"entityCount":2,"models":[{"name":"Faculty","displayName":"Faculty Management","description":"Faculty and staff information","entityCount":2,"entities":[{"name":"faculty","displayName":"Faculty Member","description":"Faculty member or staff","propertyCount":9,"associationCount":1,"properties":[{"name":"id","displayName":"Faculty ID","description":"Unique identifier for the faculty member","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"first_name","displayName":"First Name","description":"Faculty first name","type":"string","semantics":[]},{"name":"last_name","displayName":"Last Name","description":"Faculty last name","type":"string","semantics":[]},{"name":"email","displayName":"Email Address","description":"Faculty email address","type":"string","required":true,"semantics":["Semantic#Email"]},{"name":"phone","displayName":"Phone Number","description":"Faculty phone number","type":"string","semantics":["Semantic#Phone"]},{"name":"status","displayName":"Faculty Status","description":"Current status of the faculty member","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","on_leave","retired"],"defaultValue":"active"},{"name":"faculty_rank","displayName":"Faculty Rank","description":"Academic rank of the faculty member","type":"string","required":true,"semantics":[],"enumValues":["professor","associate_professor","assistant_professor","lecturer","instructor"]},{"name":"created_at","displayName":"Created At","description":"When the faculty record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the faculty record was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[{"name":"department","displayName":"Department","description":"Department for this faculty member","required":true,"multiple":false,"targetEntities":["department"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"department","displayName":"Department","description":"Academic department","propertyCount":5,"associationCount":0,"properties":[{"name":"id","displayName":"Department ID","description":"Unique identifier for the department","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Department Name","description":"Name of the department","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Department description and mission","type":"string","semantics":["Semantic#Description"]},{"name":"status","displayName":"Department Status","description":"Current status of the department","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","merged"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the department was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"CampusOperations","displayName":"Campus Operations","description":"Facilities, events, and resources","modelCount":1,"entityCount":2,"models":[{"name":"Campus","displayName":"Campus Management","description":"Campus facilities and operations","entityCount":2,"entities":[{"name":"facility","displayName":"Facility","description":"Campus facilities and buildings","propertyCount":6,"associationCount":0,"properties":[{"name":"id","displayName":"Facility ID","description":"Unique identifier for the facility","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Facility Name","description":"Name of the facility","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Facility description and features","type":"string","semantics":["Semantic#Description"]},{"name":"facility_type","displayName":"Facility Type","description":"Type of campus facility","type":"string","required":true,"semantics":[],"enumValues":["classroom","laboratory","office","library","gymnasium","auditorium"]},{"name":"status","displayName":"Facility Status","description":"Current status of the facility","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","maintenance","closed"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the facility was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"event","displayName":"Event","description":"Campus events and activities","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Event ID","description":"Unique identifier for the event","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Event Name","description":"Name of the event","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Event description and details","type":"string","semantics":["Semantic#Description"]},{"name":"start_date","displayName":"Start Date","description":"Event start date and time","type":"datetime","required":true,"semantics":[]},{"name":"end_date","displayName":"End Date","description":"Event end date and time","type":"datetime","required":true,"semantics":[]},{"name":"status","displayName":"Event Status","description":"Current status of the event","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["scheduled","in_progress","completed","cancelled"],"defaultValue":"scheduled"},{"name":"created_at","displayName":"Created At","description":"When the event was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"facility","displayName":"Facility","description":"Facility for this event","required":true,"multiple":false,"targetEntities":["facility"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"LearningAnalytics","displayName":"Learning Analytics","description":"Progress tracking, assessments, and performance","modelCount":1,"entityCount":2,"models":[{"name":"Analytics","displayName":"Learning Analytics","description":"Student performance and learning analytics","entityCount":2,"entities":[{"name":"assessment","displayName":"Assessment","description":"Student assessments and evaluations","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Assessment ID","description":"Unique identifier for the assessment","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Assessment Name","description":"Name of the assessment","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Assessment description and criteria","type":"string","semantics":["Semantic#Description"]},{"name":"assessment_date","displayName":"Assessment Date","description":"Date when assessment was conducted","type":"date","required":true,"semantics":[]},{"name":"score","displayName":"Score","description":"Assessment score","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Assessment Level","description":"Performance level of the assessment","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["excellent","good","satisfactory","needs_improvement","unsatisfactory"],"defaultValue":"excellent"},{"name":"created_at","displayName":"Created At","description":"When the assessment was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"student","displayName":"Student","description":"Student for this assessment","required":true,"multiple":false,"targetEntities":["student"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"progress_tracking","displayName":"Progress Tracking","description":"Student progress tracking and milestones","propertyCount":6,"associationCount":2,"properties":[{"name":"id","displayName":"Progress ID","description":"Unique identifier for the progress record","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"tracking_date","displayName":"Tracking Date","description":"Date of progress tracking","type":"date","required":true,"semantics":[]},{"name":"completion_percentage","displayName":"Completion Percentage","description":"Percentage of course completed","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Progress Status","description":"Current progress status","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["on_track","ahead","behind","at_risk"],"defaultValue":"on_track"},{"name":"description","displayName":"Description","description":"Progress notes and observations","type":"string","semantics":["Semantic#Description"]},{"name":"created_at","displayName":"Created At","description":"When the progress record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"student","displayName":"Student","description":"Student for this progress tracking","required":true,"multiple":false,"targetEntities":["student"],"semantics":[],"cardinality":"One-to-One"},{"name":"course_section","displayName":"Course Section","description":"Course section for this progress","required":true,"multiple":false,"targetEntities":["course_section"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"Administrative","displayName":"Administrative","description":"Admissions, financial aid, and scheduling","modelCount":1,"entityCount":2,"models":[{"name":"Administrative","displayName":"Administrative Management","description":"Administrative processes and records","entityCount":2,"entities":[{"name":"admission","displayName":"Admission","description":"Student admission records","propertyCount":5,"associationCount":1,"properties":[{"name":"id","displayName":"Admission ID","description":"Unique identifier for the admission","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"application_date","displayName":"Application Date","description":"Date when application was submitted","type":"date","required":true,"semantics":[]},{"name":"status","displayName":"Admission Status","description":"Current status of the admission","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","under_review","accepted","rejected","waitlisted"],"defaultValue":"pending"},{"name":"description","displayName":"Description","description":"Admission notes and decisions","type":"string","semantics":["Semantic#Description"]},{"name":"created_at","displayName":"Created At","description":"When the admission was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"student","displayName":"Student","description":"Student for this admission","required":true,"multiple":false,"targetEntities":["student"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"financial_aid","displayName":"Financial Aid","description":"Student financial aid and scholarships","propertyCount":5,"associationCount":1,"properties":[{"name":"id","displayName":"Financial Aid ID","description":"Unique identifier for the financial aid","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"aid_type","displayName":"Aid Type","description":"Type of financial aid","type":"string","required":true,"semantics":[],"enumValues":["scholarship","grant","loan","work_study"]},{"name":"amount","displayName":"Aid Amount","description":"Amount of financial aid awarded","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Aid Status","description":"Current status of the financial aid","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","approved","disbursed","cancelled"],"defaultValue":"pending"},{"name":"created_at","displayName":"Created At","description":"When the financial aid was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"student","displayName":"Student","description":"Student for this financial aid","required":true,"multiple":false,"targetEntities":["student"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]}]}}
@@ -0,0 +1 @@
1
+ {"id":"financial-services-platform","name":"Financial Services Platform","description":"A comprehensive financial services platform with account management, transaction processing, customer management, investment portfolios, and compliance features. Perfect for banks, credit unions, and fintech companies.","createdAt":"2025-01-27T00:00:00.000Z","updatedAt":"2025-01-27T00:00:00.000Z","version":"1.0.0","author":"API Now! Core Team","tags":["finance","banking","investment","compliance","fraud-detection","kyc"],"structure":{"domain":{"name":"Financial Services Platform","description":"A comprehensive financial services platform with account management, transaction processing, customer management, investment portfolios, and compliance features","totalEntities":14,"totalProperties":104,"totalAssociations":14},"namespaces":[{"name":"CustomerManagement","displayName":"Customer Management","description":"Customer profiles, KYC, risk assessment, and segmentation","modelCount":1,"entityCount":3,"models":[{"name":"Customers","displayName":"Customer Management","description":"Customer profiles and information","entityCount":3,"entities":[{"name":"customer","displayName":"Customer","description":"Financial services customer with KYC and risk profile","propertyCount":15,"associationCount":0,"properties":[{"name":"id","displayName":"Customer ID","description":"Unique identifier for the customer","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"first_name","displayName":"First Name","description":"Customer first name","type":"string","semantics":[]},{"name":"last_name","displayName":"Last Name","description":"Customer last name","type":"string","semantics":[]},{"name":"date_of_birth","displayName":"Date of Birth","description":"Customer date of birth","type":"date","required":true,"semantics":[]},{"name":"ssn","displayName":"Social Security Number","description":"Customer SSN for identification","type":"string","required":true,"writeOnly":true,"semantics":[]},{"name":"email","displayName":"Email Address","description":"Customer email address","type":"string","required":true,"semantics":["Semantic#Email"]},{"name":"phone","displayName":"Phone Number","description":"Customer phone number","type":"string","semantics":["Semantic#Phone"]},{"name":"address","displayName":"Address","description":"Customer residential address","type":"string","required":true,"semantics":[]},{"name":"city","displayName":"City","description":"Customer city","type":"string","required":true,"semantics":[]},{"name":"state","displayName":"State","description":"Customer state","type":"string","required":true,"semantics":[]},{"name":"zip_code","displayName":"ZIP Code","description":"Customer ZIP code","type":"string","required":true,"semantics":[]},{"name":"status","displayName":"Customer Status","description":"Current status of the customer account","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","suspended","pending_verification"],"defaultValue":"active"},{"name":"customer_type","displayName":"Customer Type","description":"Type of customer account","type":"string","required":true,"semantics":[],"enumValues":["individual","business","trust","partnership"]},{"name":"created_at","displayName":"Created At","description":"When the customer account was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the customer account was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"kyc","displayName":"KYC Record","description":"Know Your Customer verification and documentation","propertyCount":6,"associationCount":1,"properties":[{"name":"id","displayName":"KYC ID","description":"Unique identifier for the KYC record","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"status","displayName":"KYC Status","description":"Current status of KYC verification","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","verified","rejected","expired"],"defaultValue":"pending"},{"name":"verification_date","displayName":"Verification Date","description":"Date when KYC was verified","type":"date","semantics":[]},{"name":"document_type","displayName":"Document Type","description":"Type of identification document","type":"string","required":true,"semantics":[],"enumValues":["passport","drivers_license","national_id","utility_bill","bank_statement"]},{"name":"document_number","displayName":"Document Number","description":"Document identification number","type":"string","required":true,"semantics":[]},{"name":"created_at","displayName":"Created At","description":"When the KYC record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"customer","displayName":"Customer","description":"Customer for this KYC record","required":true,"multiple":false,"targetEntities":["customer"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"risk_profile","displayName":"Risk Profile","description":"Customer risk assessment and scoring","propertyCount":6,"associationCount":1,"properties":[{"name":"id","displayName":"Risk Profile ID","description":"Unique identifier for the risk profile","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"risk_score","displayName":"Risk Score","description":"Numerical risk score (1-100)","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Risk Level","description":"Risk level classification","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["low","medium","high","very_high"],"defaultValue":"low"},{"name":"assessment_date","displayName":"Assessment Date","description":"Date when risk was assessed","type":"date","required":true,"semantics":[]},{"name":"description","displayName":"Description","description":"Risk assessment notes and factors","type":"string","semantics":["Semantic#Description"]},{"name":"created_at","displayName":"Created At","description":"When the risk profile was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"customer","displayName":"Customer","description":"Customer for this risk profile","required":true,"multiple":false,"targetEntities":["customer"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"AccountManagement","displayName":"Account Management","description":"Bank accounts, investment accounts, and credit cards","modelCount":1,"entityCount":3,"models":[{"name":"Accounts","displayName":"Account Management","description":"Financial accounts and products","entityCount":3,"entities":[{"name":"bank_account","displayName":"Bank Account","description":"Checking and savings accounts","propertyCount":9,"associationCount":1,"properties":[{"name":"id","displayName":"Account ID","description":"Unique identifier for the account","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"account_number","displayName":"Account Number","description":"Bank account number","type":"string","required":true,"unique":true,"semantics":[]},{"name":"routing_number","displayName":"Routing Number","description":"Bank routing number","type":"string","required":true,"semantics":[]},{"name":"account_type","displayName":"Account Type","description":"Type of bank account","type":"string","required":true,"semantics":[],"enumValues":["checking","savings","money_market","cd"]},{"name":"balance","displayName":"Account Balance","description":"Current account balance","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"available_balance","displayName":"Available Balance","description":"Available balance for transactions","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Account Status","description":"Current status of the account","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","frozen","closed"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the account was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the account was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[{"name":"customer","displayName":"Account Holder","description":"Customer who owns this account","required":true,"multiple":false,"targetEntities":["customer"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"investment_account","displayName":"Investment Account","description":"Investment and brokerage accounts","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Investment Account ID","description":"Unique identifier for the investment account","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"account_number","displayName":"Account Number","description":"Investment account number","type":"string","required":true,"unique":true,"semantics":[]},{"name":"account_type","displayName":"Account Type","description":"Type of investment account","type":"string","required":true,"semantics":[],"enumValues":["individual","joint","ira","401k","roth_ira"]},{"name":"total_value","displayName":"Total Portfolio Value","description":"Total value of all investments","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"cash_balance","displayName":"Cash Balance","description":"Available cash balance","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Account Status","description":"Current status of the investment account","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","suspended","closed"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the investment account was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"customer","displayName":"Account Holder","description":"Customer who owns this investment account","required":true,"multiple":false,"targetEntities":["customer"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"credit_card","displayName":"Credit Card","description":"Credit card accounts and lines of credit","propertyCount":8,"associationCount":1,"properties":[{"name":"id","displayName":"Credit Card ID","description":"Unique identifier for the credit card","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"card_number","displayName":"Card Number","description":"Credit card number (masked)","type":"string","required":true,"writeOnly":true,"semantics":[]},{"name":"credit_limit","displayName":"Credit Limit","description":"Total credit limit","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"available_credit","displayName":"Available Credit","description":"Available credit remaining","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"current_balance","displayName":"Current Balance","description":"Current outstanding balance","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"apr","displayName":"APR","description":"Annual Percentage Rate","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Card Status","description":"Current status of the credit card","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","suspended","closed"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the credit card was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"customer","displayName":"Cardholder","description":"Customer who owns this credit card","required":true,"multiple":false,"targetEntities":["customer"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"TransactionProcessing","displayName":"Transaction Processing","description":"Payments, transfers, deposits, and withdrawals","modelCount":1,"entityCount":2,"models":[{"name":"Transactions","displayName":"Transaction Management","description":"Financial transactions and transfers","entityCount":2,"entities":[{"name":"transaction","displayName":"Transaction","description":"Financial transaction record","propertyCount":9,"associationCount":2,"properties":[{"name":"id","displayName":"Transaction ID","description":"Unique identifier for the transaction","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"transaction_number","displayName":"Transaction Number","description":"Human-readable transaction number","type":"string","required":true,"unique":true,"semantics":[]},{"name":"status","displayName":"Transaction Status","description":"Current status of the transaction","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","processing","completed","failed","cancelled"],"defaultValue":"pending"},{"name":"transaction_type","displayName":"Transaction Type","description":"Type of financial transaction","type":"string","required":true,"semantics":[],"enumValues":["deposit","withdrawal","transfer","payment","fee"]},{"name":"amount","displayName":"Transaction Amount","description":"Amount of the transaction","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"description","displayName":"Description","description":"Transaction description","type":"string","semantics":[]},{"name":"transaction_date","displayName":"Transaction Date","description":"Date when transaction occurred","type":"date","required":true,"semantics":[]},{"name":"reference_number","displayName":"Reference Number","description":"External reference number","type":"string","semantics":[]},{"name":"created_at","displayName":"Created At","description":"When the transaction was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"customer","displayName":"Customer","description":"Customer who initiated the transaction","required":true,"multiple":false,"targetEntities":["customer"],"semantics":[],"cardinality":"One-to-One"},{"name":"account","displayName":"Account","description":"Account involved in the transaction","required":true,"multiple":false,"targetEntities":["bank_account"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"transfer","displayName":"Transfer","description":"Money transfers between accounts","propertyCount":5,"associationCount":2,"properties":[{"name":"id","displayName":"Transfer ID","description":"Unique identifier for the transfer","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"status","displayName":"Transfer Status","description":"Current status of the transfer","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","processing","completed","failed","cancelled"],"defaultValue":"pending"},{"name":"amount","displayName":"Transfer Amount","description":"Amount being transferred","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"transfer_date","displayName":"Transfer Date","description":"Date when transfer was initiated","type":"date","required":true,"semantics":[]},{"name":"created_at","displayName":"Created At","description":"When the transfer was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"from_account","displayName":"From Account","description":"Source account for the transfer","required":true,"multiple":false,"targetEntities":["bank_account"],"semantics":[],"cardinality":"One-to-One"},{"name":"to_account","displayName":"To Account","description":"Destination account for the transfer","required":true,"multiple":false,"targetEntities":["bank_account"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"InvestmentPortfolio","displayName":"Investment Portfolio","description":"Assets, positions, and performance tracking","modelCount":1,"entityCount":3,"models":[{"name":"Portfolios","displayName":"Portfolio Management","description":"Investment portfolios and assets","entityCount":3,"entities":[{"name":"asset","displayName":"Asset","description":"Investment asset (stocks, bonds, etc.)","propertyCount":7,"associationCount":0,"properties":[{"name":"id","displayName":"Asset ID","description":"Unique identifier for the asset","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"symbol","displayName":"Symbol","description":"Asset symbol/ticker","type":"string","required":true,"unique":true,"semantics":[]},{"name":"name","displayName":"Asset Name","description":"Name of the asset","type":"string","semantics":["Semantic#Title"]},{"name":"asset_type","displayName":"Asset Type","description":"Type of investment asset","type":"string","required":true,"semantics":[],"enumValues":["stock","bond","etf","mutual_fund","commodity","crypto"]},{"name":"current_price","displayName":"Current Price","description":"Current market price of the asset","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"market_cap","displayName":"Market Cap","description":"Market capitalization","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"created_at","displayName":"Created At","description":"When the asset was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"position","displayName":"Position","description":"Investment position in a portfolio","propertyCount":6,"associationCount":2,"properties":[{"name":"id","displayName":"Position ID","description":"Unique identifier for the position","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"quantity","displayName":"Quantity","description":"Number of shares/units held","type":"number","required":true,"semantics":[]},{"name":"average_cost","displayName":"Average Cost","description":"Average cost per share/unit","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"current_value","displayName":"Current Value","description":"Current market value of the position","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"unrealized_gain_loss","displayName":"Unrealized Gain/Loss","description":"Unrealized profit or loss","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"created_at","displayName":"Created At","description":"When the position was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"account","displayName":"Investment Account","description":"Account holding this position","required":true,"multiple":false,"targetEntities":["investment_account"],"semantics":[],"cardinality":"One-to-One"},{"name":"asset","displayName":"Asset","description":"Asset for this position","required":true,"multiple":false,"targetEntities":["asset"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"performance","displayName":"Performance","description":"Portfolio performance tracking","propertyCount":5,"associationCount":1,"properties":[{"name":"id","displayName":"Performance ID","description":"Unique identifier for the performance record","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"date","displayName":"Date","description":"Date of performance measurement","type":"date","required":true,"semantics":[]},{"name":"total_value","displayName":"Total Value","description":"Total portfolio value on this date","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"return_percentage","displayName":"Return Percentage","description":"Percentage return","type":"number","required":true,"semantics":[]},{"name":"created_at","displayName":"Created At","description":"When the performance record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"account","displayName":"Investment Account","description":"Account for this performance record","required":true,"multiple":false,"targetEntities":["investment_account"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"ComplianceReporting","displayName":"Compliance & Reporting","description":"Regulatory reporting and audit trails","modelCount":1,"entityCount":2,"models":[{"name":"Compliance","displayName":"Compliance Management","description":"Regulatory compliance and reporting","entityCount":2,"entities":[{"name":"audit_trail","displayName":"Audit Trail","description":"System audit trail for compliance","propertyCount":8,"associationCount":0,"properties":[{"name":"id","displayName":"Audit ID","description":"Unique identifier for the audit record","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"action","displayName":"Action","description":"Action performed","type":"string","required":true,"semantics":[]},{"name":"entity_type","displayName":"Entity Type","description":"Type of entity affected","type":"string","required":true,"semantics":[]},{"name":"entity_id","displayName":"Entity ID","description":"ID of the affected entity","type":"string","required":true,"semantics":[]},{"name":"user_id","displayName":"User ID","description":"User who performed the action","type":"string","required":true,"semantics":[]},{"name":"ip_address","displayName":"IP Address","description":"IP address of the user","type":"string","semantics":[]},{"name":"description","displayName":"Description","description":"Additional details about the action","type":"string","semantics":["Semantic#Description"]},{"name":"timestamp","displayName":"Timestamp","description":"When the action occurred","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"regulatory_report","displayName":"Regulatory Report","description":"Regulatory reporting requirements","propertyCount":7,"associationCount":0,"properties":[{"name":"id","displayName":"Report ID","description":"Unique identifier for the report","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Report Name","description":"Name of the regulatory report","type":"string","semantics":["Semantic#Title"]},{"name":"status","displayName":"Report Status","description":"Current status of the report","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["draft","submitted","approved","rejected"],"defaultValue":"draft"},{"name":"report_type","displayName":"Report Type","description":"Type of regulatory report","type":"string","required":true,"semantics":[],"enumValues":["suspicious_activity","large_transaction","annual_report","quarterly_report"]},{"name":"reporting_period","displayName":"Reporting Period","description":"Period covered by the report","type":"string","required":true,"semantics":[]},{"name":"description","displayName":"Description","description":"Report content and details","type":"string","semantics":["Semantic#Description"]},{"name":"created_at","displayName":"Created At","description":"When the report was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"FraudDetection","displayName":"Fraud Detection","description":"Transaction monitoring and risk scoring","modelCount":1,"entityCount":1,"models":[{"name":"FraudDetection","displayName":"Fraud Detection Management","description":"Fraud detection and monitoring","entityCount":1,"entities":[{"name":"fraud_alert","displayName":"Fraud Alert","description":"Fraud detection alerts and flags","propertyCount":6,"associationCount":2,"properties":[{"name":"id","displayName":"Alert ID","description":"Unique identifier for the fraud alert","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"status","displayName":"Alert Status","description":"Current status of the fraud alert","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","investigating","resolved","false_positive"],"defaultValue":"pending"},{"name":"alert_type","displayName":"Alert Type","description":"Type of fraud alert","type":"string","required":true,"semantics":[],"enumValues":["suspicious_transaction","unusual_pattern","identity_theft","account_takeover"]},{"name":"risk_score","displayName":"Risk Score","description":"Risk score (1-100)","type":"number","required":true,"semantics":[]},{"name":"description","displayName":"Description","description":"Details about the fraud alert","type":"string","semantics":["Semantic#Description"]},{"name":"created_at","displayName":"Created At","description":"When the fraud alert was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"transaction","displayName":"Transaction","description":"Transaction that triggered the alert","required":false,"multiple":false,"targetEntities":["transaction"],"semantics":[],"cardinality":"One-to-One"},{"name":"customer","displayName":"Customer","description":"Customer associated with the alert","required":true,"multiple":false,"targetEntities":["customer"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]}]}}
@@ -0,0 +1 @@
1
+ {"id":"gaming-platform","name":"Gaming Platform","description":"A comprehensive gaming platform with player management, game content, matchmaking, monetization, analytics, and social features","createdAt":"2025-01-27T00:00:00.000Z","updatedAt":"2025-01-27T00:00:00.000Z","version":"1.0.0","author":"API Now! Core Team","tags":["gaming","multiplayer","player-management","monetization","social-features"],"structure":{"domain":{"name":"Gaming Platform","description":"A comprehensive gaming platform with player management, game content, matchmaking, monetization, analytics, and social features","totalEntities":20,"totalProperties":164,"totalAssociations":12},"namespaces":[{"name":"PlayerManagement","displayName":"Player Management","description":"Player profiles, achievements, and statistics","modelCount":1,"entityCount":3,"models":[{"name":"Players","displayName":"Player Management","description":"Player profiles and management","entityCount":3,"entities":[{"name":"player","displayName":"Player","description":"Game player with profile and statistics","propertyCount":12,"associationCount":0,"properties":[{"name":"id","displayName":"Player ID","description":"Unique identifier for the player","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Player name and display name","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Player description and bio","type":"string","semantics":["Semantic#Description"]},{"name":"email","displayName":"Email Address","description":"Player email address","type":"string","required":true,"semantics":["Semantic#Email"]},{"name":"username","displayName":"Username","description":"Player username","type":"string","required":true,"unique":true,"semantics":[]},{"name":"player_type","displayName":"Player Type","description":"Type of player","type":"string","required":true,"semantics":[],"enumValues":["casual","competitive","professional","streamer","content_creator"]},{"name":"date_of_birth","displayName":"Date of Birth","description":"Player date of birth","type":"date","required":false,"semantics":[]},{"name":"country","displayName":"Country","description":"Player country","type":"string","required":false,"semantics":[]},{"name":"timezone","displayName":"Timezone","description":"Player timezone","type":"string","required":false,"semantics":[]},{"name":"status","displayName":"Player Status","description":"Current status of the player","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","banned","suspended"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the player was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the player was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"achievement","displayName":"Achievement","description":"Player achievements and accomplishments","propertyCount":8,"associationCount":1,"properties":[{"name":"id","displayName":"Achievement ID","description":"Unique identifier for the achievement","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Achievement name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Achievement description and requirements","type":"string","semantics":["Semantic#Description"]},{"name":"achievement_type","displayName":"Achievement Type","description":"Type of achievement","type":"string","required":true,"semantics":[],"enumValues":["milestone","collection","challenge","social","competitive","hidden"]},{"name":"points","displayName":"Points","description":"Achievement points value","type":"number","required":true,"semantics":[]},{"name":"rarity","displayName":"Rarity","description":"Achievement rarity level","type":"string","required":true,"semantics":[],"enumValues":["common","uncommon","rare","epic","legendary"]},{"name":"status","displayName":"Achievement Status","description":"Current status of the achievement","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["available","unlocked","locked"],"defaultValue":"available"},{"name":"created_at","displayName":"Created At","description":"When the achievement was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"player","displayName":"Player","description":"Player for this achievement","required":true,"multiple":false,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"statistics","displayName":"Statistics","description":"Player game statistics","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Statistics ID","description":"Unique identifier for the statistics","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Statistics name and description","type":"string","semantics":["Semantic#Title"]},{"name":"stat_type","displayName":"Stat Type","description":"Type of statistic","type":"string","required":true,"semantics":[],"enumValues":["score","time_played","wins","losses","accuracy","level","experience"]},{"name":"value","displayName":"Value","description":"Statistic value","type":"number","required":true,"semantics":[]},{"name":"unit","displayName":"Unit","description":"Statistic unit","type":"string","required":false,"semantics":[]},{"name":"status","displayName":"Statistics Status","description":"Current status of the statistics","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["current","historical","best"],"defaultValue":"current"},{"name":"created_at","displayName":"Created At","description":"When the statistics was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"player","displayName":"Player","description":"Player for this statistics","required":true,"multiple":false,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"GameContent","displayName":"Game Content","description":"Levels, items, characters, and assets","modelCount":1,"entityCount":4,"models":[{"name":"Content","displayName":"Game Content Management","description":"Game content and assets","entityCount":4,"entities":[{"name":"level","displayName":"Level","description":"Game level or stage","propertyCount":9,"associationCount":0,"properties":[{"name":"id","displayName":"Level ID","description":"Unique identifier for the level","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Level name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Level description and objectives","type":"string","semantics":["Semantic#Description"]},{"name":"level_type","displayName":"Level Type","description":"Type of level","type":"string","required":true,"semantics":[],"enumValues":["tutorial","story","challenge","boss","multiplayer","custom"]},{"name":"difficulty","displayName":"Difficulty","description":"Level difficulty","type":"string","required":true,"semantics":[],"enumValues":["easy","normal","hard","expert","nightmare"]},{"name":"order","displayName":"Order","description":"Level order in sequence","type":"number","required":true,"semantics":[]},{"name":"time_limit","displayName":"Time Limit","description":"Level time limit in seconds","type":"number","required":false,"semantics":[]},{"name":"status","displayName":"Level Status","description":"Current status of the level","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["draft","testing","published","archived"],"defaultValue":"draft"},{"name":"created_at","displayName":"Created At","description":"When the level was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"item","displayName":"Item","description":"Game item or collectible","propertyCount":8,"associationCount":0,"properties":[{"name":"id","displayName":"Item ID","description":"Unique identifier for the item","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Item name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Item description and effects","type":"string","semantics":["Semantic#Description"]},{"name":"item_type","displayName":"Item Type","description":"Type of item","type":"string","required":true,"semantics":[],"enumValues":["weapon","armor","consumable","collectible","currency","cosmetic"]},{"name":"rarity","displayName":"Rarity","description":"Item rarity level","type":"string","required":true,"semantics":[],"enumValues":["common","uncommon","rare","epic","legendary"]},{"name":"value","displayName":"Value","description":"Item value or cost","type":"number","required":false,"semantics":[]},{"name":"status","displayName":"Item Status","description":"Current status of the item","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["available","unlocked","locked","consumed"],"defaultValue":"available"},{"name":"created_at","displayName":"Created At","description":"When the item was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"character","displayName":"Character","description":"Game character or avatar","propertyCount":8,"associationCount":0,"properties":[{"name":"id","displayName":"Character ID","description":"Unique identifier for the character","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Character name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Character description and backstory","type":"string","semantics":["Semantic#Description"]},{"name":"character_type","displayName":"Character Type","description":"Type of character","type":"string","required":true,"semantics":[],"enumValues":["hero","villain","npc","boss","companion","custom"]},{"name":"class","displayName":"Class","description":"Character class or role","type":"string","required":false,"semantics":[]},{"name":"level","displayName":"Level","description":"Character level","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Character Status","description":"Current status of the character","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["available","unlocked","locked"],"defaultValue":"available"},{"name":"created_at","displayName":"Created At","description":"When the character was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"asset","displayName":"Asset","description":"Game asset (image, sound, model)","propertyCount":9,"associationCount":0,"properties":[{"name":"id","displayName":"Asset ID","description":"Unique identifier for the asset","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Asset name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Asset description and usage","type":"string","semantics":["Semantic#Description"]},{"name":"asset_type","displayName":"Asset Type","description":"Type of asset","type":"string","required":true,"semantics":[],"enumValues":["image","sound","model","animation","texture","video"]},{"name":"file_path","displayName":"File Path","description":"Asset file path","type":"string","required":true,"semantics":[]},{"name":"file_size","displayName":"File Size","description":"Asset file size in bytes","type":"number","required":true,"semantics":[]},{"name":"format","displayName":"Format","description":"Asset file format","type":"string","required":true,"semantics":[]},{"name":"status","displayName":"Asset Status","description":"Current status of the asset","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["draft","review","approved","published"],"defaultValue":"draft"},{"name":"created_at","displayName":"Created At","description":"When the asset was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"Matchmaking","displayName":"Matchmaking","description":"Multiplayer, teams, and tournaments","modelCount":1,"entityCount":3,"models":[{"name":"Matchmaking","displayName":"Matchmaking Management","description":"Multiplayer matchmaking and teams","entityCount":3,"entities":[{"name":"match","displayName":"Match","description":"Game match or session","propertyCount":10,"associationCount":1,"properties":[{"name":"id","displayName":"Match ID","description":"Unique identifier for the match","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Match name and description","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Match description and details","type":"string","semantics":["Semantic#Description"]},{"name":"match_type","displayName":"Match Type","description":"Type of match","type":"string","required":true,"semantics":[],"enumValues":["casual","ranked","tournament","private","practice"]},{"name":"game_mode","displayName":"Game Mode","description":"Game mode","type":"string","required":true,"semantics":[],"enumValues":["deathmatch","team_deathmatch","capture_the_flag","domination","survival"]},{"name":"start_time","displayName":"Start Time","description":"Match start time","type":"datetime","required":true,"semantics":[]},{"name":"end_time","displayName":"End Time","description":"Match end time","type":"datetime","required":false,"semantics":[]},{"name":"max_players","displayName":"Max Players","description":"Maximum players in match","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Match Status","description":"Current status of the match","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["waiting","in_progress","completed","cancelled"],"defaultValue":"waiting"},{"name":"created_at","displayName":"Created At","description":"When the match was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"players","displayName":"Players","description":"Players in this match","required":true,"multiple":true,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-Many"}],"semantics":[]},{"name":"team","displayName":"Team","description":"Player team or squad","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Team ID","description":"Unique identifier for the team","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Team name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Team description and objectives","type":"string","semantics":["Semantic#Description"]},{"name":"team_type","displayName":"Team Type","description":"Type of team","type":"string","required":true,"semantics":[],"enumValues":["casual","competitive","clan","guild","tournament"]},{"name":"max_members","displayName":"Max Members","description":"Maximum team members","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Team Status","description":"Current status of the team","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","disbanded"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the team was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"members","displayName":"Members","description":"Team members","required":true,"multiple":true,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-Many"}],"semantics":[]},{"name":"tournament","displayName":"Tournament","description":"Game tournament or competition","propertyCount":10,"associationCount":1,"properties":[{"name":"id","displayName":"Tournament ID","description":"Unique identifier for the tournament","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Tournament name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Tournament description and rules","type":"string","semantics":["Semantic#Description"]},{"name":"tournament_type","displayName":"Tournament Type","description":"Type of tournament","type":"string","required":true,"semantics":[],"enumValues":["single_elimination","double_elimination","round_robin","swiss","bracket"]},{"name":"start_date","displayName":"Start Date","description":"Tournament start date","type":"date","required":true,"semantics":[]},{"name":"end_date","displayName":"End Date","description":"Tournament end date","type":"date","required":true,"semantics":[]},{"name":"max_participants","displayName":"Max Participants","description":"Maximum participants","type":"number","required":true,"semantics":[]},{"name":"prize_pool","displayName":"Prize Pool","description":"Tournament prize pool amount","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Tournament Status","description":"Current status of the tournament","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["registration_open","in_progress","completed","cancelled"],"defaultValue":"registration_open"},{"name":"created_at","displayName":"Created At","description":"When the tournament was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"participants","displayName":"Participants","description":"Tournament participants","required":true,"multiple":true,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-Many"}],"semantics":[]}]}]},{"name":"Monetization","displayName":"Monetization","description":"In-app purchases, subscriptions, and advertising","modelCount":1,"entityCount":3,"models":[{"name":"Monetization","displayName":"Monetization Management","description":"Revenue and monetization tracking","entityCount":3,"entities":[{"name":"purchase","displayName":"Purchase","description":"In-app purchase transaction","propertyCount":8,"associationCount":1,"properties":[{"name":"id","displayName":"Purchase ID","description":"Unique identifier for the purchase","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Purchase name and description","type":"string","semantics":["Semantic#Title"]},{"name":"purchase_type","displayName":"Purchase Type","description":"Type of purchase","type":"string","required":true,"semantics":[],"enumValues":["item","currency","subscription","battle_pass","cosmetic"]},{"name":"purchase_date","displayName":"Purchase Date","description":"Purchase date","type":"datetime","required":true,"semantics":[]},{"name":"payment_method","displayName":"Payment Method","description":"Payment method used","type":"string","required":true,"semantics":[],"enumValues":["credit_card","paypal","apple_pay","google_pay","gift_card"]},{"name":"amount","displayName":"Purchase Amount","description":"Purchase amount","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Purchase Status","description":"Current status of the purchase","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","completed","failed","refunded"],"defaultValue":"pending"},{"name":"created_at","displayName":"Created At","description":"When the purchase was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"player","displayName":"Player","description":"Player for this purchase","required":true,"multiple":false,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"subscription","displayName":"Subscription","description":"Player subscription","propertyCount":8,"associationCount":1,"properties":[{"name":"id","displayName":"Subscription ID","description":"Unique identifier for the subscription","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Subscription name and description","type":"string","semantics":["Semantic#Title"]},{"name":"subscription_type","displayName":"Subscription Type","description":"Type of subscription","type":"string","required":true,"semantics":[],"enumValues":["monthly","quarterly","annual","lifetime","premium"]},{"name":"start_date","displayName":"Start Date","description":"Subscription start date","type":"date","required":true,"semantics":[]},{"name":"end_date","displayName":"End Date","description":"Subscription end date","type":"date","required":true,"semantics":[]},{"name":"amount","displayName":"Subscription Amount","description":"Subscription amount","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Subscription Status","description":"Current status of the subscription","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","expired","cancelled","pending"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the subscription was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"player","displayName":"Player","description":"Player for this subscription","required":true,"multiple":false,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"advertisement","displayName":"Advertisement","description":"Game advertisement","propertyCount":10,"associationCount":0,"properties":[{"name":"id","displayName":"Ad ID","description":"Unique identifier for the advertisement","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Advertisement name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Advertisement description and content","type":"string","semantics":["Semantic#Description"]},{"name":"ad_type","displayName":"Ad Type","description":"Type of advertisement","type":"string","required":true,"semantics":[],"enumValues":["banner","interstitial","rewarded","native","video"]},{"name":"placement","displayName":"Placement","description":"Ad placement location","type":"string","required":true,"semantics":[]},{"name":"impressions","displayName":"Impressions","description":"Number of ad impressions","type":"number","required":true,"semantics":[]},{"name":"clicks","displayName":"Clicks","description":"Number of ad clicks","type":"number","required":true,"semantics":[]},{"name":"revenue","displayName":"Ad Revenue","description":"Advertisement revenue","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Ad Status","description":"Current status of the advertisement","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","paused","completed","cancelled"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the advertisement was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"Analytics","displayName":"Analytics","description":"Player behavior, engagement, and retention","modelCount":1,"entityCount":3,"models":[{"name":"Analytics","displayName":"Analytics Management","description":"Player analytics and insights","entityCount":3,"entities":[{"name":"player_behavior","displayName":"Player Behavior","description":"Player behavior analytics","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Behavior ID","description":"Unique identifier for the player behavior","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Behavior name and description","type":"string","semantics":["Semantic#Title"]},{"name":"behavior_type","displayName":"Behavior Type","description":"Type of behavior","type":"string","required":true,"semantics":[],"enumValues":["session_duration","purchase_frequency","game_completion","social_interaction","feature_usage"]},{"name":"session_date","displayName":"Session Date","description":"Behavior session date","type":"date","required":true,"semantics":[]},{"name":"duration","displayName":"Duration","description":"Behavior duration in minutes","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Behavior Status","description":"Current status of the behavior tracking","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["tracked","analyzed","reported"],"defaultValue":"tracked"},{"name":"created_at","displayName":"Created At","description":"When the behavior was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"player","displayName":"Player","description":"Player for this behavior","required":true,"multiple":false,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"engagement","displayName":"Engagement","description":"Player engagement metrics","propertyCount":7,"associationCount":0,"properties":[{"name":"id","displayName":"Engagement ID","description":"Unique identifier for the engagement","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Engagement name and description","type":"string","semantics":["Semantic#Title"]},{"name":"engagement_type","displayName":"Engagement Type","description":"Type of engagement","type":"string","required":true,"semantics":[],"enumValues":["daily_active","weekly_active","monthly_active","session_count","feature_usage"]},{"name":"metric_date","displayName":"Metric Date","description":"Engagement metric date","type":"date","required":true,"semantics":[]},{"name":"value","displayName":"Value","description":"Engagement metric value","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Engagement Status","description":"Current status of the engagement tracking","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["tracked","analyzed","reported"],"defaultValue":"tracked"},{"name":"created_at","displayName":"Created At","description":"When the engagement was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"retention","displayName":"Retention","description":"Player retention analytics","propertyCount":7,"associationCount":0,"properties":[{"name":"id","displayName":"Retention ID","description":"Unique identifier for the retention","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Retention name and description","type":"string","semantics":["Semantic#Title"]},{"name":"retention_type","displayName":"Retention Type","description":"Type of retention","type":"string","required":true,"semantics":[],"enumValues":["day_1","day_7","day_30","day_90","churn_rate"]},{"name":"cohort_date","displayName":"Cohort Date","description":"Retention cohort date","type":"date","required":true,"semantics":[]},{"name":"rate","displayName":"Rate","description":"Retention rate percentage","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Retention Status","description":"Current status of the retention tracking","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["tracked","analyzed","reported"],"defaultValue":"tracked"},{"name":"created_at","displayName":"Created At","description":"When the retention was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"SocialFeatures","displayName":"Social Features","description":"Friends, chat, and leaderboards","modelCount":1,"entityCount":4,"models":[{"name":"Social","displayName":"Social Features Management","description":"Social gaming features","entityCount":4,"entities":[{"name":"friend","displayName":"Friend","description":"Player friendship relationship","propertyCount":6,"associationCount":1,"properties":[{"name":"id","displayName":"Friend ID","description":"Unique identifier for the friend relationship","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Friend relationship name","type":"string","semantics":["Semantic#Title"]},{"name":"friend_type","displayName":"Friend Type","description":"Type of friendship","type":"string","required":true,"semantics":[],"enumValues":["mutual","pending","blocked","favorite"]},{"name":"friend_date","displayName":"Friend Date","description":"Friendship start date","type":"date","required":true,"semantics":[]},{"name":"status","displayName":"Friend Status","description":"Current status of the friendship","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","blocked"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the friendship was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"players","displayName":"Players","description":"Players in this friendship","required":true,"multiple":true,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-Many"}],"semantics":[]},{"name":"chat_message","displayName":"Chat Message","description":"Player chat message","propertyCount":8,"associationCount":1,"properties":[{"name":"id","displayName":"Message ID","description":"Unique identifier for the chat message","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Message name and description","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Message content","type":"string","semantics":["Semantic#Description"]},{"name":"message_type","displayName":"Message Type","description":"Type of message","type":"string","required":true,"semantics":[],"enumValues":["text","voice","image","system","notification"]},{"name":"channel","displayName":"Channel","description":"Chat channel","type":"string","required":true,"semantics":[]},{"name":"sent_time","displayName":"Sent Time","description":"Message sent time","type":"datetime","required":true,"semantics":[]},{"name":"status","displayName":"Message Status","description":"Current status of the message","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["sent","delivered","read","deleted"],"defaultValue":"sent"},{"name":"created_at","displayName":"Created At","description":"When the message was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"sender","displayName":"Sender","description":"Message sender","required":true,"multiple":false,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"leaderboard","displayName":"Leaderboard","description":"Game leaderboard","propertyCount":8,"associationCount":0,"properties":[{"name":"id","displayName":"Leaderboard ID","description":"Unique identifier for the leaderboard","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Leaderboard name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Leaderboard description and criteria","type":"string","semantics":["Semantic#Description"]},{"name":"leaderboard_type","displayName":"Leaderboard Type","description":"Type of leaderboard","type":"string","required":true,"semantics":[],"enumValues":["score","time","achievements","wins","level","custom"]},{"name":"time_period","displayName":"Time Period","description":"Leaderboard time period","type":"string","required":true,"semantics":[],"enumValues":["daily","weekly","monthly","all_time","season"]},{"name":"max_entries","displayName":"Max Entries","description":"Maximum leaderboard entries","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Leaderboard Status","description":"Current status of the leaderboard","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","archived"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the leaderboard was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"leaderboard_entry","displayName":"Leaderboard Entry","description":"Player leaderboard entry","propertyCount":7,"associationCount":2,"properties":[{"name":"id","displayName":"Entry ID","description":"Unique identifier for the leaderboard entry","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Entry name and description","type":"string","semantics":["Semantic#Title"]},{"name":"rank","displayName":"Rank","description":"Entry rank position","type":"number","required":true,"semantics":[]},{"name":"score","displayName":"Score","description":"Entry score value","type":"number","required":true,"semantics":[]},{"name":"entry_date","displayName":"Entry Date","description":"Entry date","type":"date","required":true,"semantics":[]},{"name":"status","displayName":"Entry Status","description":"Current status of the leaderboard entry","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","archived"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the entry was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"player","displayName":"Player","description":"Player for this entry","required":true,"multiple":false,"targetEntities":["player"],"semantics":[],"cardinality":"One-to-One"},{"name":"leaderboard","displayName":"Leaderboard","description":"Leaderboard for this entry","required":true,"multiple":false,"targetEntities":["leaderboard"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]}]}}
@@ -0,0 +1 @@
1
+ {"id":"healthcare-management-platform","name":"Healthcare Management Platform","description":"A comprehensive healthcare management platform with patient care, provider management, appointment scheduling, medical records, and insurance billing. Perfect for hospitals, clinics, and healthcare providers.","createdAt":"2025-01-27T00:00:00.000Z","updatedAt":"2025-01-27T00:00:00.000Z","version":"1.0.0","author":"API Now! Core Team","tags":["healthcare","medical","patient-care","appointments","billing","compliance"],"structure":{"domain":{"name":"Healthcare Management Platform","description":"A comprehensive healthcare management platform with patient care, provider management, appointment scheduling, and medical records","totalEntities":14,"totalProperties":118,"totalAssociations":23},"namespaces":[{"name":"PatientCare","displayName":"Patient Care","description":"Patient management, demographics, and medical history","modelCount":1,"entityCount":2,"models":[{"name":"Patients","displayName":"Patient Management","description":"Patient records and demographic information","entityCount":2,"entities":[{"name":"patient","displayName":"Patient","description":"Patient record with demographic and medical information","propertyCount":15,"associationCount":1,"properties":[{"name":"id","displayName":"Patient ID","description":"Unique identifier for the patient","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"mrn","displayName":"Medical Record Number","description":"Medical record number for the patient","type":"string","required":true,"unique":true,"semantics":[]},{"name":"first_name","displayName":"First Name","description":"Patient first name","type":"string","semantics":[]},{"name":"last_name","displayName":"Last Name","description":"Patient last name","type":"string","semantics":[]},{"name":"date_of_birth","displayName":"Date of Birth","description":"Patient date of birth","type":"date","required":true,"semantics":[]},{"name":"gender","displayName":"Gender","description":"Patient gender identity","type":"string","required":true,"semantics":[],"enumValues":["male","female","other","prefer_not_to_say"]},{"name":"phone","displayName":"Phone Number","description":"Patient primary phone number","type":"string","semantics":["Semantic#Phone"]},{"name":"email","displayName":"Email Address","description":"Patient email address","type":"string","required":true,"semantics":["Semantic#Email"]},{"name":"emergency_contact_name","displayName":"Emergency Contact Name","description":"Name of emergency contact","type":"string","semantics":[]},{"name":"blood_type","displayName":"Blood Type","description":"Patient blood type","type":"string","semantics":[],"enumValues":["A+","A-","B+","B-","AB+","AB-","O+","O-"]},{"name":"allergies","displayName":"Allergies","description":"Known allergies and reactions","type":"string","semantics":[]},{"name":"medical_history","displayName":"Medical History","description":"Summary of medical history","type":"string","semantics":["Semantic#Summary"]},{"name":"status","displayName":"Patient Status","description":"Current status of the patient","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","deceased"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the patient record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the patient record was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[{"name":"addresses","displayName":"Patient Addresses","description":"Addresses associated with the patient","required":false,"multiple":true,"targetEntities":["address"],"semantics":[],"cardinality":"One-to-Many"}],"semantics":[]},{"name":"address","displayName":"Address","description":"Patient address information","propertyCount":8,"associationCount":0,"properties":[{"name":"id","displayName":"Address ID","description":"Unique identifier for the address","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"type","displayName":"Address Type","description":"Type of address (home, work, billing)","type":"string","required":true,"semantics":[],"enumValues":["home","work","billing","mailing"]},{"name":"line1","displayName":"Address Line 1","description":"Primary street address","type":"string","required":true,"semantics":[]},{"name":"line2","displayName":"Address Line 2","description":"Secondary address information","type":"string","semantics":[]},{"name":"city","displayName":"City","description":"City name","type":"string","required":true,"semantics":[]},{"name":"state","displayName":"State/Province","description":"State or province","type":"string","required":true,"semantics":[]},{"name":"postal_code","displayName":"ZIP/Postal Code","description":"ZIP or postal code","type":"string","required":true,"semantics":[]},{"name":"country","displayName":"Country","description":"Country name","type":"string","required":true,"semantics":[]}],"associations":[],"semantics":[]}]}]},{"name":"ProviderManagement","displayName":"Provider Management","description":"Healthcare providers, staff, and facility management","modelCount":1,"entityCount":2,"models":[{"name":"Providers","displayName":"Provider Management","description":"Healthcare providers and staff","entityCount":2,"entities":[{"name":"provider","displayName":"Healthcare Provider","description":"Healthcare provider or medical staff member","propertyCount":12,"associationCount":1,"properties":[{"name":"id","displayName":"Provider ID","description":"Unique identifier for the provider","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"first_name","displayName":"First Name","description":"Provider first name","type":"string","semantics":[]},{"name":"last_name","displayName":"Last Name","description":"Provider last name","type":"string","semantics":[]},{"name":"npi","displayName":"NPI Number","description":"National Provider Identifier","type":"string","required":true,"unique":true,"semantics":[]},{"name":"license_number","displayName":"License Number","description":"Medical license number","type":"string","required":true,"semantics":[]},{"name":"email","displayName":"Email Address","description":"Provider email address","type":"string","required":true,"semantics":["Semantic#Email"]},{"name":"phone","displayName":"Phone Number","description":"Provider phone number","type":"string","semantics":["Semantic#Phone"]},{"name":"status","displayName":"Provider Status","description":"Current status of the provider","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","suspended"],"defaultValue":"active"},{"name":"provider_type","displayName":"Provider Type","description":"Type of healthcare provider","type":"string","required":true,"semantics":[],"enumValues":["doctor","nurse","specialist","therapist","technician"]},{"name":"specialty","displayName":"Medical Specialty","description":"Medical specialty or area of expertise","type":"string","required":false,"semantics":[],"enumValues":["cardiology","dermatology","neurology","orthopedics","pediatrics","general"]},{"name":"created_at","displayName":"Created At","description":"When the provider record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the provider record was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[{"name":"facilities","displayName":"Provider Facilities","description":"Facilities where this provider works","required":false,"multiple":true,"targetEntities":["facility"],"semantics":[],"cardinality":"One-to-Many"}],"semantics":[]},{"name":"facility","displayName":"Healthcare Facility","description":"Hospital, clinic, or medical facility","propertyCount":8,"associationCount":0,"properties":[{"name":"id","displayName":"Facility ID","description":"Unique identifier for the facility","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Facility Name","description":"Name of the healthcare facility","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Description of the facility and services offered","type":"string","semantics":["Semantic#Description"]},{"name":"facility_type","displayName":"Facility Type","description":"Type of healthcare facility","type":"string","required":true,"semantics":[],"enumValues":["hospital","clinic","urgent_care","specialty_center","laboratory"]},{"name":"phone","displayName":"Phone Number","description":"Facility phone number","type":"string","semantics":["Semantic#Phone"]},{"name":"address","displayName":"Facility Address","description":"Physical address of the facility","type":"string","required":true,"semantics":[]},{"name":"status","displayName":"Facility Status","description":"Current status of the facility","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","temporary_closed"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the facility record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"AppointmentScheduling","displayName":"Appointment Scheduling","description":"Appointment booking, scheduling, and availability management","modelCount":2,"entityCount":2,"models":[{"name":"Appointments","displayName":"Appointment Management","description":"Patient appointments and scheduling","entityCount":1,"entities":[{"name":"appointment","displayName":"Appointment","description":"Patient appointment with healthcare provider","propertyCount":10,"associationCount":3,"properties":[{"name":"id","displayName":"Appointment ID","description":"Unique identifier for the appointment","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"appointment_date","displayName":"Appointment Date","description":"Date of the appointment","type":"date","required":true,"semantics":[]},{"name":"start_time","displayName":"Start Time","description":"Appointment start time","type":"time","required":true,"semantics":[]},{"name":"end_time","displayName":"End Time","description":"Appointment end time","type":"time","required":true,"semantics":[]},{"name":"duration_minutes","displayName":"Duration (Minutes)","description":"Appointment duration in minutes","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Appointment Status","description":"Current status of the appointment","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["scheduled","confirmed","in_progress","completed","cancelled","no_show"],"defaultValue":"scheduled"},{"name":"reason","displayName":"Appointment Reason","description":"Reason for the appointment","type":"string","semantics":[]},{"name":"notes","displayName":"Appointment Notes","description":"Additional notes for the appointment","type":"string","semantics":[]},{"name":"created_at","displayName":"Created At","description":"When the appointment was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the appointment was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient for this appointment","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"},{"name":"provider","displayName":"Provider","description":"Healthcare provider for this appointment","required":true,"multiple":false,"targetEntities":["provider"],"semantics":[],"cardinality":"One-to-One"},{"name":"facility","displayName":"Facility","description":"Facility where appointment takes place","required":true,"multiple":false,"targetEntities":["facility"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]},{"name":"Availability","displayName":"Provider Availability","description":"Provider availability and scheduling rules","entityCount":1,"entities":[{"name":"provider_availability","displayName":"Provider Availability","description":"Provider availability schedule and rules","propertyCount":5,"associationCount":1,"properties":[{"name":"id","displayName":"Availability ID","description":"Unique identifier for availability","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"day_of_week","displayName":"Day of Week","description":"Day of the week for availability","type":"string","required":true,"semantics":[],"enumValues":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"]},{"name":"start_time","displayName":"Start Time","description":"Start time for availability","type":"time","required":true,"semantics":[]},{"name":"end_time","displayName":"End Time","description":"End time for availability","type":"time","required":true,"semantics":[]},{"name":"is_available","displayName":"Is Available","description":"Whether the provider is available during this time","type":"boolean","required":true,"semantics":[],"defaultValue":"true"}],"associations":[{"name":"provider","displayName":"Provider","description":"Provider for this availability","required":true,"multiple":false,"targetEntities":["provider"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"MedicalRecords","displayName":"Medical Records","description":"Medical records, diagnoses, treatments, and lab results","modelCount":1,"entityCount":4,"models":[{"name":"MedicalRecords","displayName":"Medical Records Management","description":"Patient medical records and documentation","entityCount":4,"entities":[{"name":"diagnosis","displayName":"Diagnosis","description":"Medical diagnosis for a patient","propertyCount":7,"associationCount":2,"properties":[{"name":"id","displayName":"Diagnosis ID","description":"Unique identifier for the diagnosis","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"icd_code","displayName":"ICD Code","description":"International Classification of Diseases code","type":"string","required":true,"semantics":[]},{"name":"diagnosis_name","displayName":"Diagnosis Name","description":"Name of the diagnosis","type":"string","required":true,"semantics":[]},{"name":"description","displayName":"Description","description":"Detailed description of the diagnosis","type":"string","semantics":["Semantic#Description"]},{"name":"diagnosis_date","displayName":"Diagnosis Date","description":"Date when diagnosis was made","type":"date","required":true,"semantics":[]},{"name":"status","displayName":"Diagnosis Status","description":"Current status of the diagnosis","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","resolved","chronic"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the diagnosis was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient with this diagnosis","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"},{"name":"provider","displayName":"Provider","description":"Provider who made the diagnosis","required":true,"multiple":false,"targetEntities":["provider"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"treatment","displayName":"Treatment","description":"Medical treatment or procedure","propertyCount":6,"associationCount":3,"properties":[{"name":"id","displayName":"Treatment ID","description":"Unique identifier for the treatment","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Treatment Name","description":"Name of the treatment or procedure","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Detailed description of the treatment","type":"string","semantics":["Semantic#Description"]},{"name":"treatment_date","displayName":"Treatment Date","description":"Date when treatment was performed","type":"date","required":true,"semantics":[]},{"name":"status","displayName":"Treatment Status","description":"Current status of the treatment","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["planned","in_progress","completed","cancelled"],"defaultValue":"planned"},{"name":"created_at","displayName":"Created At","description":"When the treatment was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient receiving the treatment","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"},{"name":"provider","displayName":"Provider","description":"Provider performing the treatment","required":true,"multiple":false,"targetEntities":["provider"],"semantics":[],"cardinality":"One-to-One"},{"name":"diagnoses","displayName":"Related Diagnoses","description":"Diagnoses related to this treatment","required":false,"multiple":true,"targetEntities":["diagnosis"],"semantics":[],"cardinality":"One-to-Many"}],"semantics":[]},{"name":"prescription","displayName":"Prescription","description":"Medication prescription","propertyCount":8,"associationCount":2,"properties":[{"name":"id","displayName":"Prescription ID","description":"Unique identifier for the prescription","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"medication_name","displayName":"Medication Name","description":"Name of the prescribed medication","type":"string","required":true,"semantics":[]},{"name":"dosage","displayName":"Dosage","description":"Prescribed dosage information","type":"string","required":true,"semantics":[]},{"name":"frequency","displayName":"Frequency","description":"How often to take the medication","type":"string","required":true,"semantics":[]},{"name":"duration_days","displayName":"Duration (Days)","description":"Duration of prescription in days","type":"number","required":true,"semantics":[]},{"name":"prescribed_date","displayName":"Prescribed Date","description":"Date when medication was prescribed","type":"date","required":true,"semantics":[]},{"name":"status","displayName":"Prescription Status","description":"Current status of the prescription","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","completed","discontinued"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the prescription was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient prescribed the medication","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"},{"name":"provider","displayName":"Provider","description":"Provider who prescribed the medication","required":true,"multiple":false,"targetEntities":["provider"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"lab_result","displayName":"Lab Result","description":"Laboratory test results","propertyCount":8,"associationCount":2,"properties":[{"name":"id","displayName":"Lab Result ID","description":"Unique identifier for the lab result","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Test Name","description":"Name of the laboratory test","type":"string","semantics":["Semantic#Title"]},{"name":"test_date","displayName":"Test Date","description":"Date when the test was performed","type":"date","required":true,"semantics":[]},{"name":"result_value","displayName":"Result Value","description":"Numerical or text result value","type":"string","required":true,"semantics":[]},{"name":"reference_range","displayName":"Reference Range","description":"Normal reference range for the test","type":"string","semantics":[]},{"name":"status","displayName":"Result Status","description":"Status of the lab result","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["normal","abnormal","critical","pending"],"defaultValue":"normal"},{"name":"description","displayName":"Description","description":"Additional notes about the lab result","type":"string","semantics":["Semantic#Description"]},{"name":"created_at","displayName":"Created At","description":"When the lab result was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient for this lab result","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"},{"name":"provider","displayName":"Provider","description":"Provider who ordered the test","required":true,"multiple":false,"targetEntities":["provider"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"InsuranceBilling","displayName":"Insurance & Billing","description":"Insurance coverage, claims, and billing management","modelCount":2,"entityCount":4,"models":[{"name":"Insurance","displayName":"Insurance Management","description":"Insurance coverage and policy information","entityCount":2,"entities":[{"name":"insurance_policy","displayName":"Insurance Policy","description":"Patient insurance policy information","propertyCount":9,"associationCount":1,"properties":[{"name":"id","displayName":"Policy ID","description":"Unique identifier for the policy","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"policy_number","displayName":"Policy Number","description":"Insurance policy number","type":"string","required":true,"unique":true,"semantics":[]},{"name":"name","displayName":"Insurance Provider","description":"Name of the insurance provider","type":"string","semantics":["Semantic#Title"]},{"name":"status","displayName":"Policy Status","description":"Current status of the insurance policy","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","expired","pending"],"defaultValue":"active"},{"name":"effective_date","displayName":"Effective Date","description":"Date when policy becomes effective","type":"date","required":true,"semantics":[]},{"name":"expiration_date","displayName":"Expiration Date","description":"Date when policy expires","type":"date","required":true,"semantics":[]},{"name":"deductible","displayName":"Deductible Amount","description":"Annual deductible amount","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"copay","displayName":"Copay Amount","description":"Copay amount for office visits","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"created_at","displayName":"Created At","description":"When the policy was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient covered by this policy","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"claim","displayName":"Insurance Claim","description":"Insurance claim for medical services","propertyCount":8,"associationCount":3,"properties":[{"name":"id","displayName":"Claim ID","description":"Unique identifier for the claim","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"claim_number","displayName":"Claim Number","description":"Insurance claim number","type":"string","required":true,"unique":true,"semantics":[]},{"name":"billed_amount","displayName":"Billed Amount","description":"Amount billed to insurance","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"approved_amount","displayName":"Approved Amount","description":"Amount approved by insurance","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"patient_responsibility","displayName":"Patient Responsibility","description":"Amount patient is responsible for","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Claim Status","description":"Current status of the insurance claim","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["submitted","processing","approved","denied","paid"],"defaultValue":"submitted"},{"name":"service_date","displayName":"Service Date","description":"Date when service was provided","type":"date","required":true,"semantics":[]},{"name":"created_at","displayName":"Created At","description":"When the claim was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient for this claim","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"},{"name":"provider","displayName":"Provider","description":"Provider who provided the service","required":true,"multiple":false,"targetEntities":["provider"],"semantics":[],"cardinality":"One-to-One"},{"name":"insurance_policy","displayName":"Insurance Policy","description":"Insurance policy for this claim","required":true,"multiple":false,"targetEntities":["insurance_policy"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]},{"name":"Billing","displayName":"Billing Management","description":"Patient billing and payment processing","entityCount":2,"entities":[{"name":"invoice","displayName":"Invoice","description":"Patient invoice for medical services","propertyCount":8,"associationCount":2,"properties":[{"name":"id","displayName":"Invoice ID","description":"Unique identifier for the invoice","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"invoice_number","displayName":"Invoice Number","description":"Human-readable invoice number","type":"string","required":true,"unique":true,"semantics":[]},{"name":"total_amount","displayName":"Total Amount","description":"Total amount due on the invoice","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"paid_amount","displayName":"Paid Amount","description":"Amount already paid","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"balance_due","displayName":"Balance Due","description":"Remaining balance due","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Invoice Status","description":"Current status of the invoice","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["draft","sent","paid","overdue","cancelled"],"defaultValue":"draft"},{"name":"due_date","displayName":"Due Date","description":"Date when payment is due","type":"date","required":true,"semantics":[]},{"name":"created_at","displayName":"Created At","description":"When the invoice was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient for this invoice","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"},{"name":"provider","displayName":"Provider","description":"Provider who provided the services","required":true,"multiple":false,"targetEntities":["provider"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"payment","displayName":"Payment","description":"Payment transaction for medical services","propertyCount":6,"associationCount":2,"properties":[{"name":"id","displayName":"Payment ID","description":"Unique identifier for the payment","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"amount","displayName":"Payment Amount","description":"Amount of the payment","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"payment_method","displayName":"Payment Method","description":"Method used for payment","type":"string","required":true,"semantics":[],"enumValues":["cash","check","credit_card","debit_card","insurance","bank_transfer"]},{"name":"status","displayName":"Payment Status","description":"Current status of the payment","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","completed","failed","refunded"],"defaultValue":"pending"},{"name":"payment_date","displayName":"Payment Date","description":"Date when payment was made","type":"date","required":true,"semantics":[]},{"name":"created_at","displayName":"Created At","description":"When the payment was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"patient","displayName":"Patient","description":"Patient who made the payment","required":true,"multiple":false,"targetEntities":["patient"],"semantics":[],"cardinality":"One-to-One"},{"name":"invoice","displayName":"Invoice","description":"Invoice this payment applies to","required":true,"multiple":false,"targetEntities":["invoice"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]}]}}
@@ -0,0 +1 @@
1
+ {"id":"hospitality-platform","name":"Hospitality Platform","description":"A comprehensive hospitality platform with guest management, reservations, property management, services, revenue optimization, and operations","createdAt":"2025-01-27T00:00:00.000Z","updatedAt":"2025-01-27T00:00:00.000Z","version":"1.0.0","author":"API Now! Core Team","tags":["hospitality","hotel","guest-management","reservations","revenue-management"],"structure":{"domain":{"name":"Hospitality Platform","description":"A comprehensive hospitality platform with guest management, reservations, property management, services, revenue optimization, and operations","totalEntities":15,"totalProperties":122,"totalAssociations":9},"namespaces":[{"name":"GuestManagement","displayName":"Guest Management","description":"Guest profiles, preferences, and loyalty programs","modelCount":1,"entityCount":3,"models":[{"name":"Guests","displayName":"Guest Management","description":"Guest profiles and information","entityCount":3,"entities":[{"name":"guest","displayName":"Guest","description":"Hotel guest with profile and preferences","propertyCount":12,"associationCount":0,"properties":[{"name":"id","displayName":"Guest ID","description":"Unique identifier for the guest","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Guest name and title","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Guest description and notes","type":"string","semantics":["Semantic#Description"]},{"name":"email","displayName":"Email Address","description":"Guest email address","type":"string","required":true,"semantics":["Semantic#Email"]},{"name":"phone","displayName":"Phone Number","description":"Guest phone number","type":"string","semantics":["Semantic#Phone"]},{"name":"date_of_birth","displayName":"Date of Birth","description":"Guest date of birth","type":"date","required":false,"semantics":[]},{"name":"nationality","displayName":"Nationality","description":"Guest nationality","type":"string","required":false,"semantics":[]},{"name":"address","displayName":"Address","description":"Guest address","type":"string","required":false,"semantics":[]},{"name":"guest_type","displayName":"Guest Type","description":"Type of guest","type":"string","required":true,"semantics":[],"enumValues":["individual","business","group","vip"]},{"name":"status","displayName":"Guest Status","description":"Current status of the guest","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","blacklisted"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the guest record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the guest record was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"guest_preference","displayName":"Guest Preference","description":"Guest preferences and special requirements","propertyCount":6,"associationCount":1,"properties":[{"name":"id","displayName":"Preference ID","description":"Unique identifier for the guest preference","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Preference name and description","type":"string","semantics":["Semantic#Title"]},{"name":"preference_type","displayName":"Preference Type","description":"Type of preference","type":"string","required":true,"semantics":[],"enumValues":["room","amenity","service","dietary","accessibility"]},{"name":"value","displayName":"Value","description":"Preference value or setting","type":"string","required":true,"semantics":[]},{"name":"status","displayName":"Preference Status","description":"Current status of the preference","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the preference was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"guest","displayName":"Guest","description":"Guest for this preference","required":true,"multiple":false,"targetEntities":["guest"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"loyalty_program","displayName":"Loyalty Program","description":"Guest loyalty program and membership","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Loyalty ID","description":"Unique identifier for the loyalty program","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Loyalty program name","type":"string","semantics":["Semantic#Title"]},{"name":"membership_number","displayName":"Membership Number","description":"Loyalty membership number","type":"string","required":true,"unique":true,"semantics":[]},{"name":"tier_level","displayName":"Tier Level","description":"Loyalty tier level","type":"string","required":true,"semantics":[],"enumValues":["bronze","silver","gold","platinum","diamond"]},{"name":"points_balance","displayName":"Points Balance","description":"Current points balance","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Loyalty Status","description":"Current status of the loyalty membership","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","suspended"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the loyalty membership was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"guest","displayName":"Guest","description":"Guest for this loyalty program","required":true,"multiple":false,"targetEntities":["guest"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"ReservationSystem","displayName":"Reservation System","description":"Bookings, availability, and pricing management","modelCount":1,"entityCount":2,"models":[{"name":"Reservations","displayName":"Reservation Management","description":"Reservation and booking management","entityCount":2,"entities":[{"name":"reservation","displayName":"Reservation","description":"Guest reservation and booking","propertyCount":10,"associationCount":2,"properties":[{"name":"id","displayName":"Reservation ID","description":"Unique identifier for the reservation","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Reservation name and description","type":"string","semantics":["Semantic#Title"]},{"name":"check_in_date","displayName":"Check-in Date","description":"Guest check-in date","type":"date","required":true,"semantics":[]},{"name":"check_out_date","displayName":"Check-out Date","description":"Guest check-out date","type":"date","required":true,"semantics":[]},{"name":"adults","displayName":"Adults","description":"Number of adult guests","type":"number","required":true,"semantics":[]},{"name":"children","displayName":"Children","description":"Number of children","type":"number","required":true,"semantics":[]},{"name":"reservation_type","displayName":"Reservation Type","description":"Type of reservation","type":"string","required":true,"semantics":[],"enumValues":["direct","ota","corporate","group","package"]},{"name":"total_amount","displayName":"Total Amount","description":"Total reservation amount","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Reservation Status","description":"Current status of the reservation","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["confirmed","pending","cancelled","checked_in","checked_out"],"defaultValue":"confirmed"},{"name":"created_at","displayName":"Created At","description":"When the reservation was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"guest","displayName":"Guest","description":"Guest for this reservation","required":true,"multiple":false,"targetEntities":["guest"],"semantics":[],"cardinality":"One-to-One"},{"name":"room","displayName":"Room","description":"Room for this reservation","required":true,"multiple":false,"targetEntities":["room"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"room_rate","displayName":"Room Rate","description":"Room pricing and rate management","propertyCount":8,"associationCount":0,"properties":[{"name":"id","displayName":"Rate ID","description":"Unique identifier for the room rate","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Rate name and description","type":"string","semantics":["Semantic#Title"]},{"name":"rate_type","displayName":"Rate Type","description":"Type of room rate","type":"string","required":true,"semantics":[],"enumValues":["rack","corporate","package","promotional","seasonal"]},{"name":"start_date","displayName":"Start Date","description":"Rate start date","type":"date","required":true,"semantics":[]},{"name":"end_date","displayName":"End Date","description":"Rate end date","type":"date","required":true,"semantics":[]},{"name":"base_rate","displayName":"Base Rate","description":"Base room rate","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Rate Status","description":"Current status of the room rate","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","expired"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the room rate was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"PropertyManagement","displayName":"Property Management","description":"Rooms, amenities, and housekeeping management","modelCount":1,"entityCount":3,"models":[{"name":"Property","displayName":"Property Management","description":"Property and room management","entityCount":3,"entities":[{"name":"room","displayName":"Room","description":"Hotel room with amenities and status","propertyCount":9,"associationCount":0,"properties":[{"name":"id","displayName":"Room ID","description":"Unique identifier for the room","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Room name and number","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Room description and features","type":"string","semantics":["Semantic#Description"]},{"name":"room_type","displayName":"Room Type","description":"Type of room","type":"string","required":true,"semantics":[],"enumValues":["standard","deluxe","suite","presidential","accessible"]},{"name":"floor","displayName":"Floor","description":"Room floor number","type":"number","required":true,"semantics":[]},{"name":"capacity","displayName":"Capacity","description":"Room guest capacity","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Room Status","description":"Current status of the room","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["available","occupied","maintenance","out_of_order"],"defaultValue":"available"},{"name":"created_at","displayName":"Created At","description":"When the room was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the room was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"amenity","displayName":"Amenity","description":"Hotel amenities and services","propertyCount":7,"associationCount":0,"properties":[{"name":"id","displayName":"Amenity ID","description":"Unique identifier for the amenity","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Amenity name and description","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Amenity description and features","type":"string","semantics":["Semantic#Description"]},{"name":"amenity_type","displayName":"Amenity Type","description":"Type of amenity","type":"string","required":true,"semantics":[],"enumValues":["room","hotel","recreation","business","wellness"]},{"name":"location","displayName":"Location","description":"Amenity location","type":"string","required":true,"semantics":[]},{"name":"status","displayName":"Amenity Status","description":"Current status of the amenity","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["available","maintenance","closed"],"defaultValue":"available"},{"name":"created_at","displayName":"Created At","description":"When the amenity was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"housekeeping_task","displayName":"Housekeeping Task","description":"Housekeeping tasks and room cleaning","propertyCount":7,"associationCount":1,"properties":[{"name":"id","displayName":"Task ID","description":"Unique identifier for the housekeeping task","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Task name and description","type":"string","semantics":["Semantic#Title"]},{"name":"task_type","displayName":"Task Type","description":"Type of housekeeping task","type":"string","required":true,"semantics":[],"enumValues":["daily_cleaning","turnover","deep_cleaning","maintenance","inspection"]},{"name":"assigned_to","displayName":"Assigned To","description":"Staff member assigned to task","type":"string","required":true,"semantics":[]},{"name":"scheduled_time","displayName":"Scheduled Time","description":"Scheduled task time","type":"datetime","required":true,"semantics":[]},{"name":"status","displayName":"Task Status","description":"Current status of the housekeeping task","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","in_progress","completed","cancelled"],"defaultValue":"pending"},{"name":"created_at","displayName":"Created At","description":"When the task was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"room","displayName":"Room","description":"Room for this housekeeping task","required":true,"multiple":false,"targetEntities":["room"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]},{"name":"ServiceManagement","displayName":"Service Management","description":"Concierge, room service, and activities management","modelCount":1,"entityCount":2,"models":[{"name":"Services","displayName":"Service Management","description":"Guest services and activities","entityCount":2,"entities":[{"name":"service_request","displayName":"Service Request","description":"Guest service requests and orders","propertyCount":7,"associationCount":2,"properties":[{"name":"id","displayName":"Request ID","description":"Unique identifier for the service request","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Service request description","type":"string","semantics":["Semantic#Title"]},{"name":"service_type","displayName":"Service Type","description":"Type of service requested","type":"string","required":true,"semantics":[],"enumValues":["concierge","room_service","housekeeping","maintenance","transportation"]},{"name":"priority","displayName":"Priority","description":"Request priority level","type":"string","required":true,"semantics":[],"enumValues":["low","medium","high","urgent"]},{"name":"requested_time","displayName":"Requested Time","description":"Time service was requested","type":"datetime","required":true,"semantics":[]},{"name":"status","displayName":"Request Status","description":"Current status of the service request","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","in_progress","completed","cancelled"],"defaultValue":"pending"},{"name":"created_at","displayName":"Created At","description":"When the service request was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"guest","displayName":"Guest","description":"Guest for this service request","required":true,"multiple":false,"targetEntities":["guest"],"semantics":[],"cardinality":"One-to-One"},{"name":"room","displayName":"Room","description":"Room for this service request","required":true,"multiple":false,"targetEntities":["room"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"activity","displayName":"Activity","description":"Hotel activities and events","propertyCount":9,"associationCount":0,"properties":[{"name":"id","displayName":"Activity ID","description":"Unique identifier for the activity","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Activity name and description","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Activity description and details","type":"string","semantics":["Semantic#Description"]},{"name":"activity_type","displayName":"Activity Type","description":"Type of activity","type":"string","required":true,"semantics":[],"enumValues":["recreation","entertainment","wellness","business","cultural"]},{"name":"start_time","displayName":"Start Time","description":"Activity start time","type":"datetime","required":true,"semantics":[]},{"name":"end_time","displayName":"End Time","description":"Activity end time","type":"datetime","required":true,"semantics":[]},{"name":"capacity","displayName":"Capacity","description":"Activity capacity","type":"number","required":true,"semantics":[]},{"name":"status","displayName":"Activity Status","description":"Current status of the activity","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["scheduled","in_progress","completed","cancelled"],"defaultValue":"scheduled"},{"name":"created_at","displayName":"Created At","description":"When the activity was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"RevenueManagement","displayName":"Revenue Management","description":"Pricing, promotions, and revenue optimization","modelCount":1,"entityCount":2,"models":[{"name":"Revenue","displayName":"Revenue Management","description":"Revenue optimization and pricing","entityCount":2,"entities":[{"name":"promotion","displayName":"Promotion","description":"Hotel promotions and special offers","propertyCount":9,"associationCount":0,"properties":[{"name":"id","displayName":"Promotion ID","description":"Unique identifier for the promotion","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Promotion name and description","type":"string","semantics":["Semantic#Title"]},{"name":"description","displayName":"Description","description":"Promotion details and terms","type":"string","semantics":["Semantic#Description"]},{"name":"promotion_type","displayName":"Promotion Type","description":"Type of promotion","type":"string","required":true,"semantics":[],"enumValues":["discount","package","loyalty","seasonal","corporate"]},{"name":"start_date","displayName":"Start Date","description":"Promotion start date","type":"date","required":true,"semantics":[]},{"name":"end_date","displayName":"End Date","description":"Promotion end date","type":"date","required":true,"semantics":[]},{"name":"discount_percentage","displayName":"Discount Percentage","description":"Discount percentage","type":"number","required":false,"semantics":[]},{"name":"status","displayName":"Promotion Status","description":"Current status of the promotion","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","expired"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the promotion was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"revenue_report","displayName":"Revenue Report","description":"Revenue reports and analytics","propertyCount":9,"associationCount":0,"properties":[{"name":"id","displayName":"Report ID","description":"Unique identifier for the revenue report","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Report name and description","type":"string","semantics":["Semantic#Title"]},{"name":"report_type","displayName":"Report Type","description":"Type of revenue report","type":"string","required":true,"semantics":[],"enumValues":["daily","weekly","monthly","quarterly","annual"]},{"name":"report_date","displayName":"Report Date","description":"Report date","type":"date","required":true,"semantics":[]},{"name":"total_revenue","displayName":"Total Revenue","description":"Total revenue for the period","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"average_daily_rate","displayName":"Average Daily Rate","description":"Average daily room rate","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"occupancy_rate","displayName":"Occupancy Rate","description":"Room occupancy rate percentage","type":"number","required":true,"semantics":["Semantic#Currency"]},{"name":"status","displayName":"Report Status","description":"Current status of the revenue report","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["draft","final","archived"],"defaultValue":"draft"},{"name":"created_at","displayName":"Created At","description":"When the revenue report was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[],"semantics":[]}]}]},{"name":"Operations","displayName":"Operations","description":"Staff scheduling, maintenance, and security","modelCount":1,"entityCount":3,"models":[{"name":"Operations","displayName":"Operations Management","description":"Hotel operations and staff management","entityCount":3,"entities":[{"name":"staff","displayName":"Staff","description":"Hotel staff and employees","propertyCount":10,"associationCount":0,"properties":[{"name":"id","displayName":"Staff ID","description":"Unique identifier for the staff member","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Staff name and title","type":"string","semantics":["Semantic#Title"]},{"name":"email","displayName":"Email Address","description":"Staff email address","type":"string","required":true,"semantics":["Semantic#Email"]},{"name":"phone","displayName":"Phone Number","description":"Staff phone number","type":"string","semantics":["Semantic#Phone"]},{"name":"department","displayName":"Department","description":"Staff department","type":"string","required":true,"semantics":[],"enumValues":["front_office","housekeeping","food_beverage","maintenance","security","management"]},{"name":"position","displayName":"Position","description":"Staff position","type":"string","required":true,"semantics":[]},{"name":"hire_date","displayName":"Hire Date","description":"Staff hire date","type":"date","required":true,"semantics":[]},{"name":"status","displayName":"Staff Status","description":"Current status of the staff member","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["active","inactive","on_leave","terminated"],"defaultValue":"active"},{"name":"created_at","displayName":"Created At","description":"When the staff record was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]},{"name":"updated_at","displayName":"Updated At","description":"When the staff record was last updated","type":"datetime","readOnly":true,"semantics":["Semantic#UpdatedTimestamp"]}],"associations":[],"semantics":[]},{"name":"staff_schedule","displayName":"Staff Schedule","description":"Staff scheduling and shift management","propertyCount":6,"associationCount":1,"properties":[{"name":"id","displayName":"Schedule ID","description":"Unique identifier for the staff schedule","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"shift_type","displayName":"Shift Type","description":"Type of work shift","type":"string","required":true,"semantics":[],"enumValues":["morning","afternoon","night","split","overtime"]},{"name":"start_time","displayName":"Start Time","description":"Shift start time","type":"datetime","required":true,"semantics":[]},{"name":"end_time","displayName":"End Time","description":"Shift end time","type":"datetime","required":true,"semantics":[]},{"name":"status","displayName":"Schedule Status","description":"Current status of the staff schedule","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["scheduled","in_progress","completed","cancelled"],"defaultValue":"scheduled"},{"name":"created_at","displayName":"Created At","description":"When the schedule was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"staff","displayName":"Staff","description":"Staff member for this schedule","required":true,"multiple":false,"targetEntities":["staff"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]},{"name":"maintenance_request","displayName":"Maintenance Request","description":"Property maintenance requests","propertyCount":6,"associationCount":1,"properties":[{"name":"id","displayName":"Maintenance ID","description":"Unique identifier for the maintenance request","type":"string","primary":true,"readOnly":true,"semantics":[]},{"name":"name","displayName":"Name","description":"Maintenance request description","type":"string","semantics":["Semantic#Title"]},{"name":"maintenance_type","displayName":"Maintenance Type","description":"Type of maintenance","type":"string","required":true,"semantics":[],"enumValues":["preventive","corrective","emergency","inspection"]},{"name":"priority","displayName":"Priority","description":"Maintenance priority level","type":"string","required":true,"semantics":[],"enumValues":["low","medium","high","critical"]},{"name":"status","displayName":"Maintenance Status","description":"Current status of the maintenance request","type":"string","required":true,"semantics":["Semantic#Status"],"enumValues":["pending","in_progress","completed","cancelled"],"defaultValue":"pending"},{"name":"created_at","displayName":"Created At","description":"When the maintenance request was created","type":"datetime","readOnly":true,"semantics":["Semantic#CreatedTimestamp"]}],"associations":[{"name":"room","displayName":"Room","description":"Room for this maintenance request","required":false,"multiple":false,"targetEntities":["room"],"semantics":[],"cardinality":"One-to-One"}],"semantics":[]}]}]}]}}