Root Schema : setIdReferenceGroups_view-default
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setIdReferenceGroups_view-default_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/setIdReferenceGroups_view-default_item-response" } }
Nested Schema : setIdReferenceGroups_view-default_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/setIdReferenceGroups_item-response" }, { "type":"object", "properties":{ "referenceGroupName":{ }, "visibleGroupName":{ }, "description":{ } } } ] }
Nested Schema : setIdReferenceGroups_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroup_item" }, { "$ref":"#/components/schemas/__busObj_context" }, { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/setIdReferenceGroups-_translations" }, "setIdAssignments":{ "$ref":"#/components/schemas/setIdReferenceGroups-setIdAssignments" } } } ] }
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 : __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 : setIdReferenceGroups_item-response-allOf[2]
Type: object
Show Source { "type":"object", "properties":{ "$translations":{ "$ref":"#/components/schemas/setIdReferenceGroups-_translations" }, "setIdAssignments":{ "$ref":"#/components/schemas/setIdReferenceGroups-setIdAssignments" } } }
Nested Schema : setIdReferenceGroups_view-default_item-response-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "referenceGroupName":{ }, "visibleGroupName":{ }, "description":{ } } }
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 : setIdReferenceGroups-_translations
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setIdReferenceGroups-_translations_item-response" } } } } ] }
Nested Schema : setIdReferenceGroups-setIdAssignments
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/__collection_context" }, { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setIdReferenceGroups-setIdAssignments_item-response" } } } } ] }
Nested Schema : __collection_context
Type: object
Show Source { "type":"object", "properties":{ "hasMore":{ "type":"boolean" } } }
Nested Schema : setIdReferenceGroups-_translations-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setIdReferenceGroups-_translations_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/setIdReferenceGroups-_translations_item-response" } }
Nested Schema : setIdReferenceGroups-_translations_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroupTranslation_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : oraCommonAppsInfraObjects.SetIdReferenceGroupTranslation_item
Type: object
The translation of the set ID reference group list of values resource.
Show Source { "type":"object", "properties":{ "referenceGroupName":{ "type":"string", "description":"The unique identifier of the set ID reference group.", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$language":{ "type":"string", "x-searchable":true, "x-sortable":true, "readOnly":true }, "$sourceLang":{ "type":"string", "readOnly":true }, "setIdReferenceGroup":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroup_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "description":"The translation of the set ID reference group list of values resource.", "x-primaryKey":[ "referenceGroupName", "$language" ] }
Nested Schema : setIdReferenceGroup
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroup_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : setIdReferenceGroups-setIdAssignments-allOf[1]
Type: object
Show Source { "type":"object", "properties":{ "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/setIdReferenceGroups-setIdAssignments_item-response" } } } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/setIdReferenceGroups-setIdAssignments_item-response" } }
Nested Schema : setIdReferenceGroups-setIdAssignments_item-response
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdAssignment_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }
Nested Schema : Set ID Assignment
Type: object
Title: Set ID Assignment
The set ID assignment list of values resource.
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":{ "allOf":[ { "title":"Determinant Type", "type":"string", "description":"The unique identifier of the determinant type.", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.DeterminantType_enum" } ] }, "determinantValue":{ "title":"Determinant Value", "type":"string", "format":"big-integer", "description":"The set ID assignment determinant value.", "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 }, "setIdSet":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdSet_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] }, "referenceGroup":{ "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroup_item" }, { "$ref":"#/components/schemas/__busObj_context" } ] } }, "title":"Set ID Assignment", "x-hints":{ "titlePlural":"Set ID Assignments" }, "description":"The set ID assignment list of values resource.", "x-primaryKey":[ "determinantType", "referenceGroupName", "determinantValue" ] }
Nested Schema : determinantType
Match All
The unique identifier of the determinant type.
Show Source - string
Title: Determinant Type
Read Only: true
The unique identifier of the determinant type.
- string
Allowed Values: [ "AB", "BU", "CST", "PU", "SET" ]
{ "allOf":[ { "title":"Determinant Type", "type":"string", "description":"The unique identifier of the determinant type.", "x-searchable":true, "x-sortable":true, "readOnly":true }, { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.DeterminantType_enum" } ] }
Nested Schema : referenceGroup
Match All
Show Source { "allOf":[ { "$ref":"#/components/schemas/oraCommonAppsInfraObjects.SetIdReferenceGroup_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" ] }