2023-11-21 Object Schema Doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Document of Per Service Schemas <br> Explain each use case of object schema = Original ObjectSchema in service = This objectSchema create by developer in each service All files of objectSchema stored in folder <span style="color:blue">src/schemas</span> == File Description == === ObjectType.js === * Location ** <span style="color:blue">src/schemas</span> * Description ** Show list of objectType in service === ObjectFieldSchema.js === * Location ** <span style=...") |
No edit summary |
||
Line 25: | Line 25: | ||
* Description | * Description | ||
** Show parent/child of each objectType | ** Show parent/child of each objectType | ||
[[Category:Working documents| 2023-11-21]] | |||
[[Category:Working documents - Per Service Schemas| 2023-11-21]] |
Revision as of 14:41, 17 November 2024
Document of Per Service Schemas
Explain each use case of object schema
Original ObjectSchema in service
This objectSchema create by developer in each service
All files of objectSchema stored in folder src/schemas
File Description
ObjectType.js
- Location
- src/schemas
- Description
- Show list of objectType in service
ObjectFieldSchema.js
- Location
- src/schemas/ {ObjectType}/ObjectFieldSchema.js
- Description
- Data of objectSchema
ObjectRelationships.js
- Location
- src/schemas
- Description
- Show parent/child of each objectType