Root Schema : territories_view-default
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/territories_view-default_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/territories_view-default_item-response" } }
Nested Schema : territories_view-default_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/territories_item-response" }, { "type":"object", "properties":{ "territoryCode":{ }, "territoryShortName":{ }, "description":{ }, "enabledFlag":{ }, "obsoleteFlag":{ } } } ] }
Nested Schema : territories_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.Territory_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/territories-_translations" } } } ] }
Nested Schema : Territory
Type: object
Title: Territory
The territories list of values resource is used to query the ISO standard territories.
Show Source { "type":"object", "properties":{ "territoryCode":{ "title":"Territory Code", "type":"string", "description":"The unique code of the territory.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "obsoleteFlag":{ "title":"Territory Obsolete", "type":"boolean", "description":"Indicates if a territory is obsolete.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "enabledFlag":{ "title":"Territory Enabled", "type":"boolean", "description":"Indicates if a territory 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 }, "description":{ "title":"Territory Description", "type":"string", "description":"The description of the territory.", "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "territoryShortName":{ "title":"Territory Short Name", "type":"string", "description":"The name of the territory.", "readOnly":true } }, "title":"Territory", "x-hints":{ "titlePlural":"Territories" }, "description":"The territories list of values resource is used to query the ISO standard territories.", "x-primaryKey":[ "territoryCode" ] }
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 : territories_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/territories-_translations" } } }
Nested Schema : territories_view-default_item-response-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "territoryCode":{ }, "territoryShortName":{ }, "description":{ }, "enabledFlag":{ }, "obsoleteFlag":{ } } }
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 : territories-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/territories-_translations_item-response" } } } } ] }
Nested Schema : __collection_context
Type: object
Show Source { "type":"object", "properties":{ "hasMore":{ "type":"boolean" } } }
Nested Schema : territories-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/territories-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/territories-_translations_item-response" } }
Nested Schema : territories-_translations_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.TerritoryTranslation_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.TerritoryTranslation_item
Type: object
The translation of the territory list of values resource.
Show Source { "type":"object", "properties":{ "territoryCode":{ "type":"string", "description":"The unique code of the territory.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$language":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "territory":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.Territory_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "description":"The translation of the territory list of values resource.", "x-primaryKey":[ "territoryCode", "$language" ] }
Nested Schema : territory
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.Territory_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }