@api-client/core 0.18.21 → 0.18.23
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.
- package/build/src/modeling/helpers/Intelisense.d.ts +1 -0
- package/build/src/modeling/helpers/Intelisense.d.ts.map +1 -1
- package/build/src/modeling/helpers/Intelisense.js +1 -0
- package/build/src/modeling/helpers/Intelisense.js.map +1 -1
- package/build/src/modeling/templates/index.d.ts +1 -0
- package/build/src/modeling/templates/index.d.ts.map +1 -1
- package/build/src/modeling/templates/index.js +2 -0
- package/build/src/modeling/templates/index.js.map +1 -1
- package/build/src/modeling/templates/meta/education-management-platform.json +1 -0
- package/build/src/modeling/templates/meta/financial-services-platform.json +1 -0
- package/build/src/modeling/templates/meta/gaming-platform.json +1 -0
- package/build/src/modeling/templates/meta/healthcare-management-platform.json +1 -0
- package/build/src/modeling/templates/meta/hospitality-platform.json +1 -0
- package/build/src/modeling/templates/meta/index.d.ts +11 -3
- package/build/src/modeling/templates/meta/index.d.ts.map +1 -1
- package/build/src/modeling/templates/meta/index.js +61 -1
- package/build/src/modeling/templates/meta/index.js.map +1 -1
- package/build/src/modeling/templates/meta/iot-smart-home-platform.json +1 -0
- package/build/src/modeling/templates/meta/legal-services-platform.json +1 -0
- package/build/src/modeling/templates/meta/manufacturing-platform.json +1 -0
- package/build/src/modeling/templates/meta/non-profit-platform.json +1 -0
- package/build/src/modeling/templates/meta/real-estate-management-platform.json +1 -0
- package/build/src/modeling/templates/template-registry.d.ts +14 -0
- package/build/src/modeling/templates/template-registry.d.ts.map +1 -1
- package/build/src/modeling/templates/template-registry.js +63 -0
- package/build/src/modeling/templates/template-registry.js.map +1 -1
- package/build/src/modeling/templates/{ecommerce-domain.d.ts → verticals/business-services/ecommerce-domain.d.ts} +2 -2
- package/build/src/modeling/templates/verticals/business-services/ecommerce-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/{ecommerce-domain.js → verticals/business-services/ecommerce-domain.js} +6 -6
- package/build/src/modeling/templates/verticals/business-services/ecommerce-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/business-services/financial-services-domain.d.ts +40 -0
- package/build/src/modeling/templates/verticals/business-services/financial-services-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/business-services/financial-services-domain.js +744 -0
- package/build/src/modeling/templates/verticals/business-services/financial-services-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/business-services/hospitality-domain.d.ts +45 -0
- package/build/src/modeling/templates/verticals/business-services/hospitality-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/business-services/hospitality-domain.js +797 -0
- package/build/src/modeling/templates/verticals/business-services/hospitality-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/business-services/index.d.ts +21 -0
- package/build/src/modeling/templates/verticals/business-services/index.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/business-services/index.js +50 -0
- package/build/src/modeling/templates/verticals/business-services/index.js.map +1 -0
- package/build/src/modeling/templates/verticals/business-services/legal-services-domain.d.ts +46 -0
- package/build/src/modeling/templates/verticals/business-services/legal-services-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/business-services/legal-services-domain.js +837 -0
- package/build/src/modeling/templates/verticals/business-services/legal-services-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/education-training/education-domain.d.ts +40 -0
- package/build/src/modeling/templates/verticals/education-training/education-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/education-training/education-domain.js +725 -0
- package/build/src/modeling/templates/verticals/education-training/education-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/education-training/index.d.ts +18 -0
- package/build/src/modeling/templates/verticals/education-training/index.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/education-training/index.js +21 -0
- package/build/src/modeling/templates/verticals/education-training/index.js.map +1 -0
- package/build/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.d.ts +40 -0
- package/build/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.js +859 -0
- package/build/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/healthcare-life-sciences/index.d.ts +18 -0
- package/build/src/modeling/templates/verticals/healthcare-life-sciences/index.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/healthcare-life-sciences/index.js +21 -0
- package/build/src/modeling/templates/verticals/healthcare-life-sciences/index.js.map +1 -0
- package/build/src/modeling/templates/verticals/index.d.ts +79 -0
- package/build/src/modeling/templates/verticals/index.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/index.js +186 -0
- package/build/src/modeling/templates/verticals/index.js.map +1 -0
- package/build/src/modeling/templates/verticals/manufacturing-logistics/index.d.ts +18 -0
- package/build/src/modeling/templates/verticals/manufacturing-logistics/index.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/manufacturing-logistics/index.js +22 -0
- package/build/src/modeling/templates/verticals/manufacturing-logistics/index.js.map +1 -0
- package/build/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.d.ts +45 -0
- package/build/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.js +710 -0
- package/build/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/public-sector/index.d.ts +18 -0
- package/build/src/modeling/templates/verticals/public-sector/index.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/public-sector/index.js +22 -0
- package/build/src/modeling/templates/verticals/public-sector/index.js.map +1 -0
- package/build/src/modeling/templates/verticals/public-sector/non-profit-domain.d.ts +47 -0
- package/build/src/modeling/templates/verticals/public-sector/non-profit-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/public-sector/non-profit-domain.js +864 -0
- package/build/src/modeling/templates/verticals/public-sector/non-profit-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/real-estate-construction/index.d.ts +18 -0
- package/build/src/modeling/templates/verticals/real-estate-construction/index.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/real-estate-construction/index.js +21 -0
- package/build/src/modeling/templates/verticals/real-estate-construction/index.js.map +1 -0
- package/build/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.d.ts +40 -0
- package/build/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.js +727 -0
- package/build/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.js.map +1 -0
- package/build/src/modeling/templates/{blog-domain.d.ts → verticals/technology-media/blog-domain.d.ts} +2 -2
- package/build/src/modeling/templates/verticals/technology-media/blog-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/{blog-domain.js → verticals/technology-media/blog-domain.js} +5 -5
- package/build/src/modeling/templates/verticals/technology-media/blog-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/technology-media/gaming-domain.d.ts +46 -0
- package/build/src/modeling/templates/verticals/technology-media/gaming-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/technology-media/gaming-domain.js +1033 -0
- package/build/src/modeling/templates/verticals/technology-media/gaming-domain.js.map +1 -0
- package/build/src/modeling/templates/verticals/technology-media/index.d.ts +21 -0
- package/build/src/modeling/templates/verticals/technology-media/index.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/technology-media/index.js +42 -0
- package/build/src/modeling/templates/verticals/technology-media/index.js.map +1 -0
- package/build/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.d.ts +47 -0
- package/build/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.d.ts.map +1 -0
- package/build/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.js +1027 -0
- package/build/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/data/models/example-generator-api.json +23 -23
- package/package.json +1 -1
- package/src/modeling/helpers/Intelisense.ts +1 -0
- package/src/modeling/templates/meta/education-management-platform.json +1 -0
- package/src/modeling/templates/meta/financial-services-platform.json +1 -0
- package/src/modeling/templates/meta/gaming-platform.json +1 -0
- package/src/modeling/templates/meta/healthcare-management-platform.json +1 -0
- package/src/modeling/templates/meta/hospitality-platform.json +1 -0
- package/src/modeling/templates/meta/iot-smart-home-platform.json +1 -0
- package/src/modeling/templates/meta/legal-services-platform.json +1 -0
- package/src/modeling/templates/meta/manufacturing-platform.json +1 -0
- package/src/modeling/templates/meta/non-profit-platform.json +1 -0
- package/src/modeling/templates/meta/real-estate-management-platform.json +1 -0
- package/src/modeling/templates/readme.md +14 -0
- package/src/modeling/templates/template-registry.ts +73 -0
- package/src/modeling/templates/verticals/README.md +122 -0
- package/src/modeling/templates/{ecommerce-domain.ts → verticals/business-services/ecommerce-domain.ts} +7 -7
- package/src/modeling/templates/verticals/business-services/financial-services-domain.ts +943 -0
- package/src/modeling/templates/verticals/business-services/hospitality-domain.ts +994 -0
- package/src/modeling/templates/verticals/business-services/legal-services-domain.ts +1059 -0
- package/src/modeling/templates/verticals/education-training/education-domain.ts +922 -0
- package/src/modeling/templates/verticals/healthcare-life-sciences/healthcare-domain.ts +1111 -0
- package/src/modeling/templates/verticals/manufacturing-logistics/manufacturing-domain.ts +895 -0
- package/src/modeling/templates/verticals/public-sector/non-profit-domain.ts +1109 -0
- package/src/modeling/templates/verticals/real-estate-construction/real-estate-domain.ts +944 -0
- package/src/modeling/templates/{blog-domain.ts → verticals/technology-media/blog-domain.ts} +6 -6
- package/src/modeling/templates/verticals/technology-media/gaming-domain.ts +1290 -0
- package/src/modeling/templates/verticals/technology-media/iot-smart-home-domain.ts +1287 -0
- package/build/src/modeling/templates/blog-domain.d.ts.map +0 -1
- package/build/src/modeling/templates/blog-domain.js.map +0 -1
- package/build/src/modeling/templates/ecommerce-domain.d.ts.map +0 -1
- package/build/src/modeling/templates/ecommerce-domain.js.map +0 -1
|
@@ -42062,22 +42062,22 @@
|
|
|
42062
42062
|
"@id": "#209"
|
|
42063
42063
|
},
|
|
42064
42064
|
{
|
|
42065
|
-
"@id": "#
|
|
42065
|
+
"@id": "#197"
|
|
42066
42066
|
},
|
|
42067
42067
|
{
|
|
42068
|
-
"@id": "#
|
|
42068
|
+
"@id": "#191"
|
|
42069
42069
|
},
|
|
42070
42070
|
{
|
|
42071
|
-
"@id": "#
|
|
42071
|
+
"@id": "#194"
|
|
42072
42072
|
},
|
|
42073
42073
|
{
|
|
42074
42074
|
"@id": "#200"
|
|
42075
42075
|
},
|
|
42076
42076
|
{
|
|
42077
|
-
"@id": "#
|
|
42077
|
+
"@id": "#206"
|
|
42078
42078
|
},
|
|
42079
42079
|
{
|
|
42080
|
-
"@id": "#
|
|
42080
|
+
"@id": "#203"
|
|
42081
42081
|
},
|
|
42082
42082
|
{
|
|
42083
42083
|
"@id": "#209"
|
|
@@ -42810,13 +42810,13 @@
|
|
|
42810
42810
|
"@id": "#219"
|
|
42811
42811
|
},
|
|
42812
42812
|
{
|
|
42813
|
-
"@id": "#
|
|
42813
|
+
"@id": "#216"
|
|
42814
42814
|
},
|
|
42815
42815
|
{
|
|
42816
|
-
"@id": "#
|
|
42816
|
+
"@id": "#210"
|
|
42817
42817
|
},
|
|
42818
42818
|
{
|
|
42819
|
-
"@id": "#
|
|
42819
|
+
"@id": "#213"
|
|
42820
42820
|
},
|
|
42821
42821
|
{
|
|
42822
42822
|
"@id": "#219"
|
|
@@ -43436,7 +43436,7 @@
|
|
|
43436
43436
|
"doc:ExternalDomainElement",
|
|
43437
43437
|
"doc:DomainElement"
|
|
43438
43438
|
],
|
|
43439
|
-
"doc:raw": "
|
|
43439
|
+
"doc:raw": "addressType: 'REGISTERED-OFFICE-ADDRESS'\nstreetName: 'UITBREIDINGSTRAAT'\nhouseNumber: '84'\nhouseNumberAddition: '/1'\npostalCode: '2600'\ncity: 'BERCHEM (ANTWERPEN)'\ncountry: 'Belgium'\ncountryCode: 'BE'\nfullFormatedAddress: \"UITBREIDINGSTRAAT 84 /1, 2600 BERCHEM (ANTWERPEN), BELIUM\"\n",
|
|
43440
43440
|
"core:mediaType": "application/yaml",
|
|
43441
43441
|
"sourcemaps:sources": [
|
|
43442
43442
|
{
|
|
@@ -43457,7 +43457,7 @@
|
|
|
43457
43457
|
"doc:ExternalDomainElement",
|
|
43458
43458
|
"doc:DomainElement"
|
|
43459
43459
|
],
|
|
43460
|
-
"doc:raw": "
|
|
43460
|
+
"doc:raw": "code: '5'\ndescription: 'Limited company'\n",
|
|
43461
43461
|
"core:mediaType": "application/yaml",
|
|
43462
43462
|
"sourcemaps:sources": [
|
|
43463
43463
|
{
|
|
@@ -43478,7 +43478,7 @@
|
|
|
43478
43478
|
"doc:ExternalDomainElement",
|
|
43479
43479
|
"doc:DomainElement"
|
|
43480
43480
|
],
|
|
43481
|
-
"doc:raw": "
|
|
43481
|
+
"doc:raw": "countryCode: \"BE\"\ngraydonEnterpriseId: 1057155523\nregistrationId: \"0422319093\"\nvatNumber: \"BE0422319093\"\ngraydonCompanyId: \"0422319093\"\nisBranchOffice: false\n",
|
|
43482
43482
|
"core:mediaType": "application/yaml",
|
|
43483
43483
|
"sourcemaps:sources": [
|
|
43484
43484
|
{
|
|
@@ -43520,7 +43520,7 @@
|
|
|
43520
43520
|
"doc:ExternalDomainElement",
|
|
43521
43521
|
"doc:DomainElement"
|
|
43522
43522
|
],
|
|
43523
|
-
"doc:raw": "code: '
|
|
43523
|
+
"doc:raw": "code: '7487'\ndescription: 'Financial and insurance activities'\ntype: \"PRIMARY\"\nclassificationCode: 'BE_NACEBEL2008'\nactivityGroupCode: 'ABCDE'\n",
|
|
43524
43524
|
"core:mediaType": "application/yaml",
|
|
43525
43525
|
"sourcemaps:sources": [
|
|
43526
43526
|
{
|
|
@@ -43541,7 +43541,7 @@
|
|
|
43541
43541
|
"doc:ExternalDomainElement",
|
|
43542
43542
|
"doc:DomainElement"
|
|
43543
43543
|
],
|
|
43544
|
-
"doc:raw": "code: '
|
|
43544
|
+
"doc:raw": "code: 'J'\ndescription: 'Information and communication'\n",
|
|
43545
43545
|
"core:mediaType": "application/yaml",
|
|
43546
43546
|
"sourcemaps:sources": [
|
|
43547
43547
|
{
|
|
@@ -44232,7 +44232,7 @@
|
|
|
44232
44232
|
"doc:ExternalDomainElement",
|
|
44233
44233
|
"doc:DomainElement"
|
|
44234
44234
|
],
|
|
44235
|
-
"doc:raw": "type: 'GENERAL'\ncountryDialCode : '+32'\nareaCode : '
|
|
44235
|
+
"doc:raw": "type: 'GENERAL'\ncountryDialCode : '+32'\nareaCode : '21'\nsubscriberNumber: '12.87.00'\nformatted: '+32-(0)21 302099'\n",
|
|
44236
44236
|
"core:mediaType": "application/yaml",
|
|
44237
44237
|
"sourcemaps:sources": [
|
|
44238
44238
|
{
|
|
@@ -44253,7 +44253,7 @@
|
|
|
44253
44253
|
"doc:ExternalDomainElement",
|
|
44254
44254
|
"doc:DomainElement"
|
|
44255
44255
|
],
|
|
44256
|
-
"doc:raw": "type: 'GENERAL'\
|
|
44256
|
+
"doc:raw": "-\n type: 'GENERAL'\n value: 'info@company.be'\n-\n type: 'IT_DEPT'\n value: 'it-service@company.be'\n",
|
|
44257
44257
|
"core:mediaType": "application/yaml",
|
|
44258
44258
|
"sourcemaps:sources": [
|
|
44259
44259
|
{
|
|
@@ -44274,7 +44274,7 @@
|
|
|
44274
44274
|
"doc:ExternalDomainElement",
|
|
44275
44275
|
"doc:DomainElement"
|
|
44276
44276
|
],
|
|
44277
|
-
"doc:raw": "
|
|
44277
|
+
"doc:raw": "type: 'GENERAL'\ncountryDialCode : '+32'\nareaCode : '22'\nsubscriberNumber: '12.87.00'\nformatted: '+32-(0)22 000000'\n",
|
|
44278
44278
|
"core:mediaType": "application/yaml",
|
|
44279
44279
|
"sourcemaps:sources": [
|
|
44280
44280
|
{
|
|
@@ -44756,17 +44756,17 @@
|
|
|
44756
44756
|
{
|
|
44757
44757
|
"@id": "#193/source-map/lexical/element_0",
|
|
44758
44758
|
"sourcemaps:element": "amf://id#193",
|
|
44759
|
-
"sourcemaps:value": "[(1,0)-(
|
|
44759
|
+
"sourcemaps:value": "[(1,0)-(10,0)]"
|
|
44760
44760
|
},
|
|
44761
44761
|
{
|
|
44762
44762
|
"@id": "#196/source-map/lexical/element_0",
|
|
44763
44763
|
"sourcemaps:element": "amf://id#196",
|
|
44764
|
-
"sourcemaps:value": "[(1,0)-(
|
|
44764
|
+
"sourcemaps:value": "[(1,0)-(3,0)]"
|
|
44765
44765
|
},
|
|
44766
44766
|
{
|
|
44767
44767
|
"@id": "#199/source-map/lexical/element_0",
|
|
44768
44768
|
"sourcemaps:element": "amf://id#199",
|
|
44769
|
-
"sourcemaps:value": "[(1,0)-(
|
|
44769
|
+
"sourcemaps:value": "[(1,0)-(7,0)]"
|
|
44770
44770
|
},
|
|
44771
44771
|
{
|
|
44772
44772
|
"@id": "#202/source-map/lexical/element_0",
|
|
@@ -44776,12 +44776,12 @@
|
|
|
44776
44776
|
{
|
|
44777
44777
|
"@id": "#205/source-map/lexical/element_0",
|
|
44778
44778
|
"sourcemaps:element": "amf://id#205",
|
|
44779
|
-
"sourcemaps:value": "[(1,0)-(
|
|
44779
|
+
"sourcemaps:value": "[(1,0)-(6,0)]"
|
|
44780
44780
|
},
|
|
44781
44781
|
{
|
|
44782
44782
|
"@id": "#208/source-map/lexical/element_0",
|
|
44783
44783
|
"sourcemaps:element": "amf://id#208",
|
|
44784
|
-
"sourcemaps:value": "[(1,0)-(
|
|
44784
|
+
"sourcemaps:value": "[(1,0)-(3,0)]"
|
|
44785
44785
|
},
|
|
44786
44786
|
{
|
|
44787
44787
|
"@id": "#223/source-map/lexical/element_0",
|
|
@@ -45121,12 +45121,12 @@
|
|
|
45121
45121
|
{
|
|
45122
45122
|
"@id": "#215/source-map/lexical/element_0",
|
|
45123
45123
|
"sourcemaps:element": "amf://id#215",
|
|
45124
|
-
"sourcemaps:value": "[(1,0)-(
|
|
45124
|
+
"sourcemaps:value": "[(1,0)-(7,0)]"
|
|
45125
45125
|
},
|
|
45126
45126
|
{
|
|
45127
45127
|
"@id": "#218/source-map/lexical/element_0",
|
|
45128
45128
|
"sourcemaps:element": "amf://id#218",
|
|
45129
|
-
"sourcemaps:value": "[(1,0)-(
|
|
45129
|
+
"sourcemaps:value": "[(1,0)-(6,0)]"
|
|
45130
45130
|
},
|
|
45131
45131
|
{
|
|
45132
45132
|
"@id": "#221/source-map/lexical/element_0",
|
package/package.json
CHANGED
|
@@ -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":[]}]}]}]}}
|