Root Schema : languages_view-default
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/languages_view-default_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/languages_view-default_item-response" } }
Nested Schema : languages_view-default_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/languages_item-response" }, { "type":"object", "properties":{ "languageCode":{ }, "languageTag":{ }, "description":{ }, "installed":{ }, "activationStatus":{ } } } ] }
Nested Schema : languages_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.Language_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/languages-_translations" } } } ] }
Nested Schema : Language
Type: object
Title: Language
The languages list of values resource is used to query the list of languages.
Show Source { "type":"object", "properties":{ "installed":{ "allOf":[ { "title":"Language Installed", "type":"string", "description":"Indicates if the language is installed.", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LanguageInstalled_enum" } ] }, "activationStatus":{ "allOf":[ { "title":"Language Activation Status", "type":"string", "description":"The activation status of the language.", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LanguageActivationStatus_enum" } ] }, "languageCode":{ "title":"Language Code", "type":"string", "description":"The unique code of the language.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "languageTag":{ "title":"Language Tag", "type":"string", "description":"A unique tag to identify the language.", "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 }, "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 }, "$language":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "description":{ "title":"Language Description", "type":"string", "description":"The description of the language.", "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true } }, "title":"Language", "x-hints":{ "titlePlural":"Languages" }, "description":"The languages list of values resource is used to query the list of languages.", "x-primaryKey":[ "languageCode" ] }
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 : languages_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/languages-_translations" } } }
Nested Schema : languages_view-default_item-response-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "languageCode":{ }, "languageTag":{ }, "description":{ }, "installed":{ }, "activationStatus":{ } } }
Nested Schema : activationStatus
Match All
The activation status of the language.
Show Source - string
Title: Language Activation Status
Read Only: true
The activation status of the language.
- string
Allowed Values: [ "ACTIVE", "NONE", "PENDING" ]
{ "allOf":[ { "title":"Language Activation Status", "type":"string", "description":"The activation status of the language.", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LanguageActivationStatus_enum" } ] }
Nested Schema : installed
Match All
Indicates if the language is installed.
Show Source - string
Title: Language Installed
Read Only: true
Indicates if the language is installed.
- string
Allowed Values: [ "I", "B", "D" ]
{ "allOf":[ { "title":"Language Installed", "type":"string", "description":"Indicates if the language is installed.", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LanguageInstalled_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 : languages-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/languages-_translations_item-response" } } } } ] }
Nested Schema : __collection_context
Type: object
Show Source { "type":"object", "properties":{ "hasMore":{ "type":"boolean" } } }
Nested Schema : languages-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/languages-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/languages-_translations_item-response" } }
Nested Schema : languages-_translations_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.LanguageTranslation_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.LanguageTranslation_item
Type: object
The translation of the language list of values resource.
Show Source { "type":"object", "properties":{ "languageCode":{ "type":"string", "description":"The unique code of the language.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$language":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true } }, "description":"The translation of the language list of values resource.", "x-primaryKey":[ "languageCode", "$language" ] }