2023-11-21 Object Schema Doc: Difference between revisions

From Izara Wiki
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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Document of [[Per Service Schemas]] <br>
[[Per Service Schemas]]
 
Explain each use case of object schema
Explain each use case of object schema


Line 25: Line 26:
* 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]]

Latest revision as of 14:43, 17 November 2024

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