Root Schema : setEnabledLookupTypes_view-default
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes_item-response" } } } } ] }
Nested Schema : __collection_context
Type: object
Show Source { "type":"object", "properties":{ "hasMore":{ "type":"boolean" } } }
Nested Schema : setEnabledLookupTypes_view-default-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes_item-response" } }
Nested Schema : setEnabledLookupTypes_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/setEnabledLookupTypes-_translations" }, "codes":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes" } } } ] }
Nested Schema : oraCommonAppsInfraObjects.SetEnabledLookupType_item
Match All
The set-enabled lookup types list of values resource is used to query the list of set-enabled lookup types.
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupType_item-fields" }, { "type":"object", "title":"Set-Enabled Lookup Type", "x-hints":{ "titlePlural":"Set-Enabled Lookup Types" }, "description":"The set-enabled lookup types list of values resource is used to query the list of set-enabled lookup types." } ] }
Nested Schema : oraCommonAppsInfraObjects.SetEnabledLookupType_item-fields
Match All
Show Source { "allOf":[ { "type":"object", "properties":{ "referenceGroup":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroup_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } } }, { "$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.SetEnabledLookupType_item-fields-allOf[0]
Type: object
Show Source { "type":"object", "properties":{ "referenceGroup":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroup_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } } }
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.SetEnabledLookupType_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" }, "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 : Set-Enabled Lookup Type
Type: object
Title: Set-Enabled Lookup Type
The set-enabled lookup types list of values resource is used to query the list of set-enabled 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 : setEnabledLookupTypes_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/setEnabledLookupTypes-_translations" }, "codes":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes" } } }
Nested Schema : referenceGroup
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroup_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : Set ID Reference Group
Type: object
Title: Set ID Reference Group
The set ID reference groups list of values resource is used to query the set ID reference groups.
Show Source { "type":"object", "properties":{ "referenceGroupName":{ "title":"Reference Group Name", "type":"string", "description":"The unique identifier of the set ID reference group.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "determinantType":{ "title":"Determinant Type", "type":"string", "description":"The unique identifier of the determinant type.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "applicationId":{ "title":"Application ID", "type":"string", "format":"big-integer", "description":"The unique identifier of the application.", "readOnly":true }, "createdBy":{ "title":"Created By", "type":"string", "description":"The user who created 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 }, "updatedBy":{ "title":"Last Updated By", "type":"string", "description":"The user who last updated the record.", "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 }, "visibleGroupName":{ "title":"Visible Group Name", "type":"string", "description":"The translated visible name of the set ID reference group.", "readOnly":true }, "description":{ "title":"Reference Group Description", "type":"string", "description":"The description of the reference group.", "readOnly":true }, "$sourceLang":{ "title":"$sourceLang", "type":"string", "readOnly":true } }, "title":"Set ID Reference Group", "x-hints":{ "titlePlural":"Set ID Reference Groups" }, "description":"The set ID reference groups list of values resource is used to query the set ID reference groups.", "x-primaryKey":[ "referenceGroupName" ] }
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 : 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 : setEnabledLookupTypes-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-_translations_item-response" } } } } ] }
Nested Schema : setEnabledLookupTypes-codes
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes_item-response" } } } } ] }
Nested Schema : setEnabledLookupTypes-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-_translations_item-response" } }
Nested Schema : setEnabledLookupTypes-_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 : setEnabledLookupTypes-codes-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes_item-response" } }
Nested Schema : setEnabledLookupTypes-codes_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupCode_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes-_translations" } } } ] }
Nested Schema : oraCommonAppsInfraObjects.SetEnabledLookupCode_item
Match All
The set-enabled lookup codes list of values resource is used to query the list of set-enabled lookup codes.
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupCode_item-fields" }, { "type":"object", "title":"Set-Enabled Lookup Code", "x-hints":{ "titlePlural":"Set-Enabled Lookup Codes" }, "description":"The set-enabled lookup codes list of values resource is used to query the list of set-enabled lookup codes." } ] }
Nested Schema : oraCommonAppsInfraObjects.SetEnabledLookupCode_item-fields
Type: object
Show Source { "type":"object", "properties":{ "lookupType":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Lookup Type ID", "description":"The unique identifier of the Lookup Type." }, "lookupCategory":{ "type":"string", "format":"big-integer", "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Lookup Category", "description":"The lookup category of the Lookup Code." }, "setId":{ "type":"string", "format":"big-integer", "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Set ID", "description":"The unique identifier of the set ID set." }, "lookupCode":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Lookup Code ID", "description":"The unique identifier of the Lookup Code." }, "meaning":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Lookup Code Meaning", "description":"The translated meaning of the Lookup Code." }, "description":{ "type":"string", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Lookup Code Description", "description":"The translated description of the Lookup Code." }, "enabledFlag":{ "type":"boolean", "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Lookup Code Enabled", "description":"The enabled flag of the Lookup Code." }, "startDateActive":{ "type":"string", "format":"date", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Start Date Active", "description":"The active start date of the Lookup Code." }, "endDateActive":{ "type":"string", "format":"date", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"End Date Active", "description":"The active end date of the Lookup Code." }, "displaySequence":{ "type":"string", "format":"big-integer", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Display Sequence", "description":"The display sequence of the Lookup Code." }, "tag":{ "type":"string", "nullable":true, "x-searchable":true, "x-sortable":true, "readOnly":true, "title":"Lookup Tag", "description":"The tag value of the Lookup Code." }, "createdBy":{ "type":"string", "readOnly":true, "title":"Created By", "description":"The user who created the record." }, "timeCreated":{ "type":"string", "format":"date-time", "readOnly":true, "title":"Created On", "description":"The date and time when the record was created." }, "updatedBy":{ "type":"string", "readOnly":true, "title":"Last Updated By", "description":"The user who last updated the record." }, "timeUpdated":{ "type":"string", "format":"date-time", "readOnly":true, "title":"Last Updated Date", "description":"The date and time when the record was last updated." }, "$sourceLang":{ "type":"string", "readOnly":true }, "setIdSet":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdSet_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }, "owningType":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "x-primaryKey":[ "lookupType", "setId", "lookupCode" ] }
Nested Schema : Set-Enabled Lookup Code
Type: object
Title: Set-Enabled Lookup Code
The set-enabled lookup codes list of values resource is used to query the list of set-enabled lookup codes.
Nested Schema : setEnabledLookupTypes-codes_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes-_translations" } } }
Nested Schema : owningType
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupType_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : setIdSet
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdSet_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : Set ID Set
Type: object
Title: Set ID Set
The set ID sets list of values resource is used to query the set ID sets.
Show Source { "type":"object", "properties":{ "setId":{ "title":"Set ID", "type":"string", "format":"big-integer", "description":"The unique identifier of the set ID set.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "setCode":{ "title":"Set Code", "type":"string", "description":"The unique code that identifies the set ID set.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "createdBy":{ "title":"Created By", "type":"string", "description":"The user who created 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 }, "updatedBy":{ "title":"Last Updated By", "type":"string", "description":"The user who last updated the record.", "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 }, "description":{ "title":"Set Description", "type":"string", "description":"The description of the set ID set.", "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "setName":{ "title":"Set Name", "type":"string", "description":"The descriptive name of the Set ID Set.", "readOnly":true } }, "title":"Set ID Set", "x-hints":{ "titlePlural":"Set ID Sets" }, "description":"The set ID sets list of values resource is used to query the set ID sets.", "x-primaryKey":[ "setId" ] }
Nested Schema : setEnabledLookupTypes-codes-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes-_translations_item-response" } } } } ] }
Nested Schema : setEnabledLookupTypes-codes-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/setEnabledLookupTypes-codes-_translations_item-response" } }
Nested Schema : setEnabledLookupTypes-codes-_translations_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupCodeTranslation_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.SetEnabledLookupCodeTranslation_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.SetEnabledLookupCodeTranslation_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.SetEnabledLookupCodeTranslation_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." }, "setId":{ "type":"string", "format":"big-integer", "x-searchable":true, "x-sortable":true, "readOnly":true, "description":"The unique identifier of the set ID set." }, "$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." }, "setEnabledLookupCodeTranslationBase":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupCode_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "x-primaryKey":[ "lookupType", "lookupCategory", "setId", "lookupCode", "$language" ] }
Nested Schema : oraCommonAppsInfraObjects.SetEnabledLookupCodeTranslation_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 : setEnabledLookupCodeTranslationBase
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetEnabledLookupCode_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }