Root Schema : timezones_view-default
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/timezones_view-default_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/timezones_view-default_item-response" } }
Nested Schema : timezones_view-default_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/timezones_item-response" }, { "type":"object", "properties":{ "timezoneCode":{ }, "name":{ }, "enabledFlag":{ } } } ] }
Nested Schema : timezones_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.Timezone_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/timezones-_translations" } } } ] }
Nested Schema : Time Zone
Type: object
Title: Time Zone
The time zones list of values resource is used to query the time zones.
Show Source { "type":"object", "properties":{ "timezoneCode":{ "title":"Time Zone Code", "type":"string", "description":"The unique code that identifies the time zone.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "name":{ "title":"Time Zone Name", "type":"string", "description":"The name of the time zone.", "readOnly":true }, "enabledFlag":{ "title":"Time Zone Enabled", "type":"boolean", "description":"Indicates if the time zone is enabled.", "x-searchable":true, "x-sortable":true, "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 }, "$sourceLang":{ "type":"string", "readOnly":true } }, "title":"Time Zone", "x-hints":{ "titlePlural":"Time Zones" }, "description":"The time zones list of values resource is used to query the time zones.", "x-primaryKey":[ "timezoneCode" ] }
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 : timezones_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/timezones-_translations" } } }
Nested Schema : timezones_view-default_item-response-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "timezoneCode":{ }, "name":{ }, "enabledFlag":{ } } }
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 : timezones-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/timezones-_translations_item-response" } } } } ] }
Nested Schema : __collection_context
Type: object
Show Source { "type":"object", "properties":{ "hasMore":{ "type":"boolean" } } }
Nested Schema : timezones-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/timezones-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/timezones-_translations_item-response" } }
Nested Schema : timezones-_translations_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.TimezoneTranslation_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.TimezoneTranslation_item
Type: object
The translation of the time zone list of values resource.
Show Source { "type":"object", "properties":{ "timezoneCode":{ "type":"string", "description":"The unique code that identifies the time zone.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$language":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "timezone":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.Timezone_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "description":"The translation of the time zone list of values resource.", "x-primaryKey":[ "timezoneCode", "$language" ] }
Nested Schema : timezone
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.Timezone_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }