Root Schema : standardLookupTypes_view-default
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes_item-response" } } } } ] }
Nested Schema : __collection_context
Type: object
Show Source { "type":"object", "properties":{ "hasMore":{ "type":"boolean" } } }
Nested Schema : standardLookupTypes_view-default-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes_item-response" } }
Nested Schema : standardLookupTypes_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.StandardLookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/standardLookupTypes-_translations" }, "codes":{ "$ref":"#/components/schemas/standardLookupTypes-codes" } } } ] }
Nested Schema : oraCommonAppsInfraObjects.StandardLookupType_item
Match All
The standard lookup types list of values resource is used to query the list of standard lookup types.
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.StandardLookupType_item-fields" }, { "type":"object", "title":"Standard Lookup Type", "x-hints":{ "titlePlural":"Standard Lookup Types" }, "description":"The standard lookup types list of values resource is used to query the list of standard lookup types." } ] }
Nested Schema : oraCommonAppsInfraObjects.StandardLookupType_item-fields
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupType_abstract-item" }, { "type":"object", "properties":{ "lookupType":{ "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type.", "type":"string" }, "meaning":{ "title":"Lookup Type Meaning", "description":"The translated meaning of the Lookup Type.", "type":"string" }, "description":{ "title":"Lookup Type Description", "description":"The translated description of the Lookup Type.", "type":"string" }, "configurationLevel":{ "title":"Configuration Level", "description":"The configuration level of the Lookup Type.", "type":"string" }, "restAccessSecured":{ "title":"REST Access Secured", "description":"The rest access secured value of the Lookup Type.", "type":"string" }, "createdBy":{ "title":"Created By", "description":"The user who created the record.", "type":"string" }, "timeCreated":{ "title":"Created On", "description":"The date and time when the record was created.", "type":"string" }, "updatedBy":{ "title":"Last Updated By", "description":"The user who last updated the record.", "type":"string" }, "timeUpdated":{ "title":"Last Updated Date", "description":"The date and time when the record was last updated.", "type":"string" } } } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupType_abstract-item
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "meaning":{ "type":"string", "readOnly":true }, "description":{ "type":"string", "nullable":true, "readOnly":true }, "configurationLevel":{ "allOf":[ { "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupTypeConfigurationLevel_enum" } ] }, "restAccessSecured":{ "allOf":[ { "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupTypeRestAccessSecured_enum" } ] }, "createdBy":{ "type":"string", "readOnly":true }, "timeCreated":{ "type":"string", "format":"date-time", "readOnly":true }, "updatedBy":{ "type":"string", "readOnly":true }, "timeUpdated":{ "type":"string", "format":"date-time", "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "taxonomyNode":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.TaxonomyNode_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "x-primaryKey":[ "lookupType" ] }
Nested Schema : oraCommonAppsInfraObjects.StandardLookupType_item-fields-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type.", "type":"string" }, "meaning":{ "title":"Lookup Type Meaning", "description":"The translated meaning of the Lookup Type.", "type":"string" }, "description":{ "title":"Lookup Type Description", "description":"The translated description of the Lookup Type.", "type":"string" }, "configurationLevel":{ "title":"Configuration Level", "description":"The configuration level of the Lookup Type.", "type":"string" }, "restAccessSecured":{ "title":"REST Access Secured", "description":"The rest access secured value of the Lookup Type.", "type":"string" }, "createdBy":{ "title":"Created By", "description":"The user who created the record.", "type":"string" }, "timeCreated":{ "title":"Created On", "description":"The date and time when the record was created.", "type":"string" }, "updatedBy":{ "title":"Last Updated By", "description":"The user who last updated the record.", "type":"string" }, "timeUpdated":{ "title":"Last Updated Date", "description":"The date and time when the record was last updated.", "type":"string" } } }
Nested Schema : Standard Lookup Type
Type: object
Title: Standard Lookup Type
The standard lookup types list of values resource is used to query the list of standard lookup types.
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 : standardLookupTypes_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/standardLookupTypes-_translations" }, "codes":{ "$ref":"#/components/schemas/standardLookupTypes-codes" } } }
Nested Schema : configurationLevel
Match All
Show Source { "allOf":[ { "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupTypeConfigurationLevel_enum" } ] }
Nested Schema : restAccessSecured
Match All
Show Source { "allOf":[ { "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupTypeRestAccessSecured_enum" } ] }
Nested Schema : taxonomyNode
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.TaxonomyNode_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
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 : 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 : standardLookupTypes-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-_translations_item-response" } } } } ] }
Nested Schema : standardLookupTypes-codes
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-codes_item-response" } } } } ] }
Nested Schema : standardLookupTypes-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-_translations_item-response" } }
Nested Schema : standardLookupTypes-_translations_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupTypeTranslation_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupTypeTranslation_item
Match All
The lookup type translations list of values resource is used to query the list of lookup type translations.
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupTypeTranslation_item-fields" }, { "type":"object", "description":"The lookup type translations list of values resource is used to query the list of lookup type translations." } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupTypeTranslation_item-fields
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true, "description":"The unique identifier of the Lookup Type." }, "$language":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "meaning":{ "type":"string", "readOnly":true, "description":"The translated meaning of the Lookup Type." }, "description":{ "type":"string", "nullable":true, "readOnly":true, "description":"The translated description of the Lookup Type." }, "createdBy":{ "type":"string", "readOnly":true, "description":"The user who created the record." }, "timeCreated":{ "type":"string", "format":"date-time", "readOnly":true, "description":"The date and time when the record was created." }, "updatedBy":{ "type":"string", "readOnly":true, "description":"The user who last updated the record." }, "timeUpdated":{ "type":"string", "format":"date-time", "readOnly":true, "description":"The date and time when the record was last updated." }, "lookupTypeTranslationBase":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "x-primaryKey":[ "lookupType", "$language" ] }
Nested Schema : oraCommonAppsInfraObjects.LookupTypeTranslation_item-allOf[1]
Type: object
The lookup type translations list of values resource is used to query the list of lookup type translations.
Nested Schema : lookupTypeTranslationBase
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupType_item
Match All
The lookup types list of values resource is used to query the list of lookup types.
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupType_item-fields" }, { "type":"object", "title":"Lookup Type", "x-hints":{ "titlePlural":"Lookup Types" }, "description":"The lookup types list of values resource is used to query the list of lookup types." } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupType_item-fields
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupType_abstract-item" }, { "type":"object", "properties":{ "lookupType":{ "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type.", "type":"string" }, "meaning":{ "title":"Lookup Type Meaning", "description":"The translated meaning of the Lookup Type.", "type":"string" }, "description":{ "title":"Lookup Type Description", "description":"The translated description of the Lookup Type.", "type":"string" }, "configurationLevel":{ "title":"Configuration Level", "description":"The configuration level of the Lookup Type.", "type":"string" }, "restAccessSecured":{ "title":"REST Access Secured", "description":"The rest access secured value of the Lookup Type.", "type":"string" }, "createdBy":{ "title":"Created By", "description":"The user who created the record.", "type":"string" }, "timeCreated":{ "title":"Created On", "description":"The date and time when the record was created.", "type":"string" }, "updatedBy":{ "title":"Last Updated By", "description":"The user who last updated the record.", "type":"string" }, "timeUpdated":{ "title":"Last Updated Date", "description":"The date and time when the record was last updated.", "type":"string" } } } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupType_item-fields-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type.", "type":"string" }, "meaning":{ "title":"Lookup Type Meaning", "description":"The translated meaning of the Lookup Type.", "type":"string" }, "description":{ "title":"Lookup Type Description", "description":"The translated description of the Lookup Type.", "type":"string" }, "configurationLevel":{ "title":"Configuration Level", "description":"The configuration level of the Lookup Type.", "type":"string" }, "restAccessSecured":{ "title":"REST Access Secured", "description":"The rest access secured value of the Lookup Type.", "type":"string" }, "createdBy":{ "title":"Created By", "description":"The user who created the record.", "type":"string" }, "timeCreated":{ "title":"Created On", "description":"The date and time when the record was created.", "type":"string" }, "updatedBy":{ "title":"Last Updated By", "description":"The user who last updated the record.", "type":"string" }, "timeUpdated":{ "title":"Last Updated Date", "description":"The date and time when the record was last updated.", "type":"string" } } }
Nested Schema : Lookup Type
Type: object
Title: Lookup Type
The lookup types list of values resource is used to query the list of lookup types.
Nested Schema : standardLookupTypes-codes-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-codes_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-codes_item-response" } }
Nested Schema : standardLookupTypes-codes_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.StandardLookupCode_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/standardLookupTypes-codes-_translations" } } } ] }
Nested Schema : oraCommonAppsInfraObjects.StandardLookupCode_item
Match All
The standard lookup codes list of values resource is used to query the list of standard lookup codes.
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.StandardLookupCode_item-fields" }, { "type":"object", "title":"Standard Lookup Code", "x-hints":{ "titlePlural":"Standard Lookup Codes" }, "description":"The standard lookup codes list of values resource is used to query the list of standard lookup codes." } ] }
Nested Schema : oraCommonAppsInfraObjects.StandardLookupCode_item-fields
Match All
Show Source { "allOf":[ { "type":"object", "properties":{ "owningType":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.StandardLookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } } }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupCode_abstract-item" }, { "type":"object", "properties":{ "lookupType":{ "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type.", "type":"string" }, "lookupCode":{ "title":"Lookup Code ID", "description":"The unique identifier of the Lookup Code.", "type":"string" }, "meaning":{ "title":"Lookup Code Meaning", "description":"The translated meaning of the Lookup Code.", "type":"string" }, "description":{ "title":"Lookup Code Description", "description":"The translated description of the Lookup Code.", "type":"string" }, "enabledFlag":{ "title":"Lookup Code Enabled", "description":"The enabled flag of the Lookup Code.", "type":"boolean" }, "startDateActive":{ "title":"Start Date Active", "description":"The active start date of the Lookup Code.", "type":"string" }, "endDateActive":{ "title":"End Date Active", "description":"The active end date of the Lookup Code.", "type":"string" }, "displaySequence":{ "title":"Display Sequence", "description":"The display sequence of the Lookup Code.", "type":"string" }, "tag":{ "title":"Lookup Tag", "description":"The tag value of the Lookup Code.", "type":"string" }, "createdBy":{ "title":"Created By", "description":"The user who created the record.", "type":"string" }, "timeCreated":{ "title":"Created On", "description":"The date and time when the record was created.", "type":"string" }, "updatedBy":{ "title":"Last Updated By", "description":"The user who last updated the record.", "type":"string" }, "timeUpdated":{ "title":"Last Updated Date", "description":"The date and time when the record was last updated.", "type":"string" } } } ] }
Nested Schema : oraCommonAppsInfraObjects.StandardLookupCode_item-fields-allOf[0]
Type: object
Show Source { "type":"object", "properties":{ "owningType":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.StandardLookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } } }
Nested Schema : oraCommonAppsInfraObjects.LookupCode_abstract-item
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "lookupCode":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "meaning":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "description":{ "type":"string", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true }, "enabledFlag":{ "type":"boolean", "x-searchable":true, "x-sortable":true, "readOnly":true }, "startDateActive":{ "type":"string", "format":"date", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true }, "endDateActive":{ "type":"string", "format":"date", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true }, "displaySequence":{ "type":"string", "format":"big-integer", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true }, "tag":{ "type":"string", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true }, "createdBy":{ "type":"string", "readOnly":true }, "timeCreated":{ "type":"string", "format":"date-time", "readOnly":true }, "updatedBy":{ "type":"string", "readOnly":true }, "timeUpdated":{ "type":"string", "format":"date-time", "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true } }, "x-primaryKey":[ "lookupType", "lookupCode" ] }
Nested Schema : oraCommonAppsInfraObjects.StandardLookupCode_item-fields-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type.", "type":"string" }, "lookupCode":{ "title":"Lookup Code ID", "description":"The unique identifier of the Lookup Code.", "type":"string" }, "meaning":{ "title":"Lookup Code Meaning", "description":"The translated meaning of the Lookup Code.", "type":"string" }, "description":{ "title":"Lookup Code Description", "description":"The translated description of the Lookup Code.", "type":"string" }, "enabledFlag":{ "title":"Lookup Code Enabled", "description":"The enabled flag of the Lookup Code.", "type":"boolean" }, "startDateActive":{ "title":"Start Date Active", "description":"The active start date of the Lookup Code.", "type":"string" }, "endDateActive":{ "title":"End Date Active", "description":"The active end date of the Lookup Code.", "type":"string" }, "displaySequence":{ "title":"Display Sequence", "description":"The display sequence of the Lookup Code.", "type":"string" }, "tag":{ "title":"Lookup Tag", "description":"The tag value of the Lookup Code.", "type":"string" }, "createdBy":{ "title":"Created By", "description":"The user who created the record.", "type":"string" }, "timeCreated":{ "title":"Created On", "description":"The date and time when the record was created.", "type":"string" }, "updatedBy":{ "title":"Last Updated By", "description":"The user who last updated the record.", "type":"string" }, "timeUpdated":{ "title":"Last Updated Date", "description":"The date and time when the record was last updated.", "type":"string" } } }
Nested Schema : Standard Lookup Code
Type: object
Title: Standard Lookup Code
The standard lookup codes list of values resource is used to query the list of standard lookup codes.
Nested Schema : standardLookupTypes-codes_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/standardLookupTypes-codes-_translations" } } }
Nested Schema : owningType
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.StandardLookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : standardLookupTypes-codes-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-codes-_translations_item-response" } } } } ] }
Nested Schema : standardLookupTypes-codes-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-codes-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/standardLookupTypes-codes-_translations_item-response" } }
Nested Schema : standardLookupTypes-codes-_translations_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupCodeTranslation_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupCodeTranslation_item
Match All
The lookup code translations list of values resource is used to query the list of lookup code translations.
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupCodeTranslation_item-fields" }, { "type":"object", "description":"The lookup code translations list of values resource is used to query the list of lookup code translations." } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupCodeTranslation_item-fields
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true, "description":"The unique identifier of the Lookup Type." }, "lookupCode":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true, "description":"The unique identifier of the Lookup Code." }, "lookupCategory":{ "type":"string", "format":"big-integer", "x-searchable":true, "x-sortable":true, "readOnly":true, "description":"The lookup category of the Lookup Code." }, "$language":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "meaning":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true, "description":"The translated meaning of the Lookup Code." }, "description":{ "type":"string", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true, "description":"The translated description of the Lookup Code." }, "$sourceLang":{ "type":"string", "readOnly":true }, "createdBy":{ "type":"string", "readOnly":true, "description":"The user who created the record." }, "timeCreated":{ "type":"string", "format":"date-time", "readOnly":true, "description":"The date and time when the record was created." }, "updatedBy":{ "type":"string", "readOnly":true, "description":"The user who last updated the record." }, "timeUpdated":{ "type":"string", "format":"date-time", "readOnly":true, "description":"The date and time when the record was last updated." }, "lookupCodeTranslationBase":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupCode_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "x-primaryKey":[ "lookupType", "lookupCategory", "lookupCode", "$language" ] }
Nested Schema : oraCommonAppsInfraObjects.LookupCodeTranslation_item-allOf[1]
Type: object
The lookup code translations list of values resource is used to query the list of lookup code translations.
Nested Schema : lookupCodeTranslationBase
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupCode_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupCode_item
Match All
The lookup codes list of values resource is used to query the list of lookup codes.
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupCode_item-fields" }, { "type":"object", "title":"Lookup Code", "x-hints":{ "titlePlural":"Lookup Codes" }, "description":"The lookup codes list of values resource is used to query the list of lookup codes." } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupCode_item-fields
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LookupCode_abstract-item" }, { "type":"object", "properties":{ "lookupType":{ "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type.", "type":"string" }, "lookupCode":{ "title":"Lookup Code ID", "description":"The unique identifier of the Lookup Code.", "type":"string" }, "meaning":{ "title":"Lookup Code Meaning", "description":"The translated meaning of the Lookup Code.", "type":"string" }, "description":{ "title":"Lookup Code Description", "description":"The translated description of the Lookup Code.", "type":"string" }, "enabledFlag":{ "title":"Lookup Code Enabled", "description":"The enabled flag of the Lookup Code.", "type":"boolean" }, "startDateActive":{ "title":"Start Date Active", "description":"The active start date of the Lookup Code.", "type":"string" }, "endDateActive":{ "title":"End Date Active", "description":"The active end date of the Lookup Code.", "type":"string" }, "displaySequence":{ "title":"Display Sequence", "description":"The display sequence of the Lookup Code.", "type":"string" }, "tag":{ "title":"Lookup Tag", "description":"The tag value of the Lookup Code.", "type":"string" }, "createdBy":{ "title":"Created By", "description":"The user who created the record.", "type":"string" }, "timeCreated":{ "title":"Created On", "description":"The date and time when the record was created.", "type":"string" }, "updatedBy":{ "title":"Last Updated By", "description":"The user who last updated the record.", "type":"string" }, "timeUpdated":{ "title":"Last Updated Date", "description":"The date and time when the record was last updated.", "type":"string" } } } ] }
Nested Schema : oraCommonAppsInfraObjects.LookupCode_item-fields-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type.", "type":"string" }, "lookupCode":{ "title":"Lookup Code ID", "description":"The unique identifier of the Lookup Code.", "type":"string" }, "meaning":{ "title":"Lookup Code Meaning", "description":"The translated meaning of the Lookup Code.", "type":"string" }, "description":{ "title":"Lookup Code Description", "description":"The translated description of the Lookup Code.", "type":"string" }, "enabledFlag":{ "title":"Lookup Code Enabled", "description":"The enabled flag of the Lookup Code.", "type":"boolean" }, "startDateActive":{ "title":"Start Date Active", "description":"The active start date of the Lookup Code.", "type":"string" }, "endDateActive":{ "title":"End Date Active", "description":"The active end date of the Lookup Code.", "type":"string" }, "displaySequence":{ "title":"Display Sequence", "description":"The display sequence of the Lookup Code.", "type":"string" }, "tag":{ "title":"Lookup Tag", "description":"The tag value of the Lookup Code.", "type":"string" }, "createdBy":{ "title":"Created By", "description":"The user who created the record.", "type":"string" }, "timeCreated":{ "title":"Created On", "description":"The date and time when the record was created.", "type":"string" }, "updatedBy":{ "title":"Last Updated By", "description":"The user who last updated the record.", "type":"string" }, "timeUpdated":{ "title":"Last Updated Date", "description":"The date and time when the record was last updated.", "type":"string" } } }
Nested Schema : Lookup Code
Type: object
Title: Lookup Code
The lookup codes list of values resource is used to query the list of lookup codes.