Root Schema : commonLookupCodes-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/commonLookupCodes-_translations_item-response" } } } } ] }
Nested Schema : __collection_context
Type: object
Show Source { "type":"object", "properties":{ "hasMore":{ "type":"boolean" } } }
Nested Schema : commonLookupCodes-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/commonLookupCodes-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/commonLookupCodes-_translations_item-response" } }
Nested Schema : commonLookupCodes-_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 : __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 : 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_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.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.
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" } } }