Root Schema : taxonomyNodes_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.TaxonomyNode_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/taxonomyNodes-_translations" } } } ] }
Nested Schema : Taxonomy Node
Type: object
Title: Taxonomy Node
The taxonomy node list of values resource is used to query the taxonomy nodes.
Show Source { "type":"object", "properties":{ "moduleId":{ "title":"Module ID", "type":"string", "description":"The unique identifier of the taxonomy node.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "moduleName":{ "title":"Module Name", "type":"string", "description":"The descriptive name of the taxonomy node.", "readOnly":true }, "moduleType":{ "allOf":[ { "title":"Module Type", "type":"string", "description":"The type of the taxonomy node.", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.ModuleType_enum" } ] }, "moduleKey":{ "title":"Module Key", "type":"string", "description":"The unique identifier of the module.", "readOnly":true }, "alternativeId":{ "title":"Alternative ID", "type":"integer", "format":"int32", "description":"The alternative identifier of the taxonomy node.", "readOnly":true }, "timeUpdated":{ "title":"Last Updated Date", "type":"string", "format":"date-time", "description":"The date and time when the record was last updated.", "readOnly":true }, "updatedBy":{ "title":"Last Updated By", "type":"string", "description":"The user who last updated the record.", "readOnly":true }, "timeCreated":{ "title":"Created On", "type":"string", "format":"date-time", "description":"The date and time when the record was created.", "readOnly":true }, "createdBy":{ "title":"Created By", "type":"string", "description":"The user who created the record.", "readOnly":true }, "userModuleName":{ "title":"User Module Name", "type":"string", "description":"The translated visible name of the taxonomy node.", "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "description":{ "title":"Module Description", "type":"string", "description":"The translated description of the taxonomy node.", "readOnly":true } }, "title":"Taxonomy Node", "x-hints":{ "titlePlural":"Taxonomy Nodes" }, "description":"The taxonomy node list of values resource is used to query the taxonomy nodes.", "x-primaryKey":[ "moduleId" ] }
Nested Schema : __busObj_context
Type: object
Show Source { "type":"object", "properties":{ "$id":{ "type":"string" }, "$context":{ "type":"object", "properties":{ "etag":{ "type":"string" }, "links":{ "type":"object", "properties":{ "$self":{ "type":"object", "properties":{ "href":{ "type":"string" } } } }, "readOnly":true } } } } }
Nested Schema : taxonomyNodes_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/taxonomyNodes-_translations" } } }
Nested Schema : moduleType
Match All
The type of the taxonomy node.
Show Source - string
Title: Module Type
Read Only: true
The type of the taxonomy node.
- string
Allowed Values: [ "APPLICATION", "LBA", "PAGE", "PRODUCT_LINE", "DELIVERY_ROOT", "FAMILY" ]
{ "allOf":[ { "title":"Module Type", "type":"string", "description":"The type of the taxonomy node.", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.ModuleType_enum" } ] }
Nested Schema : $context
Type: object
Show Source { "type":"object", "properties":{ "etag":{ "type":"string" }, "links":{ "type":"object", "properties":{ "$self":{ "type":"object", "properties":{ "href":{ "type":"string" } } } }, "readOnly":true } } }
Nested Schema : links
Type: object
Read Only: true
Show Source { "type":"object", "properties":{ "$self":{ "type":"object", "properties":{ "href":{ "type":"string" } } } }, "readOnly":true }
Nested Schema : $self
Type: object
Show Source { "type":"object", "properties":{ "href":{ "type":"string" } } }
Nested Schema : taxonomyNodes-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/taxonomyNodes-_translations_item-response" } } } } ] }
Nested Schema : __collection_context
Type: object
Show Source { "type":"object", "properties":{ "hasMore":{ "type":"boolean" } } }
Nested Schema : taxonomyNodes-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/taxonomyNodes-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/taxonomyNodes-_translations_item-response" } }
Nested Schema : taxonomyNodes-_translations_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.TaxonomyNodeTranslation_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.TaxonomyNodeTranslation_item
Type: object
The translation of the taxonomy node list of values resource.
Show Source { "type":"object", "properties":{ "moduleId":{ "type":"string", "description":"The unique identifier of the taxonomy node.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$language":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "taxonomyNode":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.TaxonomyNode_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "description":"The translation of the taxonomy node list of values resource.", "x-primaryKey":[ "moduleId", "$language" ] }
Nested Schema : taxonomyNode
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.TaxonomyNode_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }