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 difference)

Revision as of 03:18, 21 November 2023

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