Root Schema : ContentType
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/ContentTypeExtended"
},
{
"properties":{
"userGroups":{
"type":"array",
"items":{
"$ref":"#/definitions/UserGroupKey"
},
"description":"<p>The UserGroup objects associated with the content type. Content authors assign a user Group to the content, so that users with a certain level of access will have access to the content.</p>"
},
"customMetrics":{
"type":"array",
"items":{
"$ref":"#/definitions/CustomMetricKey"
},
"description":"<p>The unit of measurement used to track the activities on the content in a content type.</p>"
},
"requiredCategories":{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>The Category objects that the content type requires for all its contents. The content authors must assign these categories to the content while content authoring. Authors are not allowed to save the content if they do not assign the categories.</p>"
},
"categories":{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>The list of Category objects configured in the content type, which are available to the content authors to assign to the content. The Category objects are used to tag or label the content to improve searchability.</p>"
},
"translationRequestLocales":{
"type":"array",
"items":{
"$ref":"#/definitions/LocaleKey"
},
"description":"<p>The list of Locale objects for which the automatic translation request is enabled in the content type. The content type sends translation requests to content translators of specific set of languages, each time the content is ready for publication.</p>"
},
"workflow":{
"$ref":"#/definitions/WorkflowKey",
"description":"<p>The workflow definition that the author can use while content authoring in a content type.</p>"
}
}
}
]
}
Nested Schema : ContentTypeExtended
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/ContentTypeData"
},
{
"properties":{
"rating":{
"$ref":"#/definitions/RatingKey",
"description":"<p>The rating system assigned to the content type.</p>"
},
"contentSchema":{
"$ref":"#/definitions/Schema",
"description":"Schema used for authoring content records."
},
"metaDataSchema":{
"$ref":"#/definitions/Schema",
"description":"Schema used as metadata for content records."
}
}
}
]
}
Nested Schema : ContentTypeData
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/ContentTypeKey"
},
{
"properties":{
"allowCheckOut":{
"type":"boolean",
"description":"<p>The flag indicates whether the ContentType object allows the content to be checkoutedout, to prevent other authors from editing the same content.</p>"
},
"allowRecommendations":{
"type":"boolean",
"description":"<p>The flag indicates whether the content type allows end users to create recommendations for its contents. This also indicates whether you can associate the recommended content with a content type.</p>"
},
"counterPrefix":{
"type":"string",
"description":"<p>The prefix used with all document IDs in a content type. For example, FA is the contentPrefix of the content type FAQ. All document IDs in the content type FAQ begins with the affix FA.</p>"
},
"dateAdded":{
"type":"string",
"format":"date-time",
"description":"<p>The date when the content type was created. </p>"
},
"dateModified":{
"type":"string",
"format":"date-time",
"description":"<p>The date when the content type was last modified.</p>"
},
"defaultLifespan":{
"type":"integer",
"description":"<p>The total number of days that the content is available to the end user. It indicates that the content will be available to end users for the specified number of days, starting from the day when the content was created.</p>"
},
"enableUserActivityLogging":{
"type":"boolean",
"description":"<p>The flag indicates whether the system tracks the user interactions with the content.</p>"
},
"hasPriority":{
"type":"boolean",
"description":"<p>The flag indicates whether you can assign priority level to the content in the content type. Valid priority values are numbers from one to twenty and none.</p>"
},
"hasRelatedContent":{
"type":"boolean",
"description":"<p>The flag indicates whether the content type allows related documents to be specified while content authoring.</p>"
},
"hasTalkBack":{
"type":"boolean",
"description":"<p>The flag indicates whether you can open discussions for contents in the content type.</p>"
},
"isEvent":{
"type":"boolean",
"description":"<p>The flag indicates whether the content type supports different event dates.</p>"
},
"isModerated":{
"type":"boolean",
"description":"<p>The flag indicates whether the content needs moderation, for its open discussions, before the discussions are made public.</p>"
},
"requireAtLeastOneProduct":{
"type":"boolean",
"description":"Require authors to select at least one product in addition to the products marked as 'required' @since 8.3"
},
"requireAtLeastOneCategory":{
"type":"boolean",
"description":"Require authors to select at least one category in addition to the categories marked as 'required' @since 8.3"
},
"requireAtLeastOneUserGroup":{
"type":"boolean",
"description":"Require at least one user group to be selected @since 8.3"
},
"restrictToOneUserGroupSelection":{
"type":"boolean",
"description":"Restrict User Group selection to one group only @since 8.3"
},
"categoriesRequireWorkflowApproval":{
"type":"boolean",
"description":"Categories requires workflow approval if workflow is enabled @since 8.3"
},
"userGroupRequireWorkflowApproval":{
"type":"boolean",
"description":"User Groups requires workflow approval if workflow is enabled @since 8.3"
},
"viewsRequireWorkflowApproval":{
"type":"boolean",
"description":"Views requires workflow approval if workflow is enabled @since 8.3"
},
"displayDatesRequireWorkflowApproval":{
"type":"boolean",
"description":"Display dates requires workflow approval if workflow is enabled @since 8.3"
},
"eventDatesRequireWorkflowApproval":{
"type":"boolean",
"description":"Event dates requires workflow approval if workflow is enabled @since 8.3"
},
"restrictAuthoringToWorkflowUser":{
"type":"boolean",
"description":"Restrict content editing to users that can perform the workflow step @since 8.3"
},
"notifyOnWorkflowApproval":{
"type":"boolean",
"description":"<p>The flag indicates whether the appropriate content author should be notified when a workflow approval step is completed.</p>"
},
"notifyOnWorkflowRejection":{
"type":"boolean",
"description":"<p>The flag indicates whether the appropriate content author should be notified when the document is rejected.</p>"
},
"notifyGroupOnWorkflowRejection":{
"type":"boolean",
"description":"<p>The flag indicates whether notifications should be sent to content authors when the document is rejected. </p>"
},
"removeVersions":{
"type":"boolean",
"description":"<p>The flag indicates whether to remove the minor versions of the content after publication.</p>"
},
"reviewDate":{
"type":"integer",
"description":"<p>The date on which the document requires review.</p> <p>When the date approaches, the system generates a task for the appropriate author to review the content.</p>"
},
"validateHtml":{
"type":"boolean",
"description":"<p>The flag indicates whether the content should be validated to adhere to HTML standards while content authoring.</p>"
},
"enableIndexing":{
"type":"boolean",
"description":"<p>The flag indicates whether the Oracle Knowledge Search Indexing is enabled for the content type.</p>"
},
"indexStatus":{
"enum":[
"LIVE",
"LATEST_VALID_DRAFT",
"LIVE_AND_LATEST_VALID_DRAFT",
"NONE"
],
"description":"<p>The status of the documents assigned to have Oracle Knowledge Search indexing.</p> <p>The valid values are:</p> <ul> <li>LIVE</li> <li>LATEST_VALID_DRAFT</li> <li>LIVE_AND_LATEST_VALID_DRAFT</li> <li>NONE </li>"
}
}
}
]
}
Nested Schema : ContentTypeKey
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/singularResource"
},
{
"properties":{
"recordId":{
"type":"string",
"description":"<p>The unique identifier of the ContentType object.</p>"
},
"referenceKey":{
"type":"string",
"description":"<p>The reference key for the ContentType object.</p> <p>ContentType objects support multiple languages. This field can be used to identify the associated objects for all languages.</p>"
},
"name":{
"type":"string",
"description":"<p>The name for the ContentType object. The name field can only be used for sorting.</p> <p>Content Types support multiple languages. This field identifies the object associated with the language specified by the user. </p>"
},
"description":{
"type":"string",
"description":"<p>The description for the ContentType object. Content Types support multiple languages.</p> <p> This field identifies the object associated with the language specified by the user.</p>"
}
}
}
]
}
Nested Schema : Singular Resource
Type: object
Title: Singular Resource
Oracle base singular resource schema definition.
Show Source
{
"title":"Singular Resource",
"description":"Oracle base singular resource schema definition.",
"type":"object",
"properties":{
"links":{
"type":"array",
"items":{
"$ref":"#/definitions/instanceLink"
}
}
}
}
Nested Schema : ContentTypeKey-allOf[1]
Type: object
Show Source
-
description:
string
The description for the ContentType object. Content Types support multiple languages.
This field identifies the object associated with the language specified by the user.
-
name:
string
The name for the ContentType object. The name field can only be used for sorting.
Content Types support multiple languages. This field identifies the object associated with the language specified by the user.
-
recordId:
string
The unique identifier of the ContentType object.
-
referenceKey:
string
The reference key for the ContentType object.
ContentType objects support multiple languages. This field can be used to identify the associated objects for all languages.
{
"properties":{
"recordId":{
"type":"string",
"description":"<p>The unique identifier of the ContentType object.</p>"
},
"referenceKey":{
"type":"string",
"description":"<p>The reference key for the ContentType object.</p> <p>ContentType objects support multiple languages. This field can be used to identify the associated objects for all languages.</p>"
},
"name":{
"type":"string",
"description":"<p>The name for the ContentType object. The name field can only be used for sorting.</p> <p>Content Types support multiple languages. This field identifies the object associated with the language specified by the user. </p>"
},
"description":{
"type":"string",
"description":"<p>The description for the ContentType object. Content Types support multiple languages.</p> <p> This field identifies the object associated with the language specified by the user.</p>"
}
}
}
Nested Schema : ContentTypeData-allOf[1]
Type: object
Show Source
{
"properties":{
"allowCheckOut":{
"type":"boolean",
"description":"<p>The flag indicates whether the ContentType object allows the content to be checkoutedout, to prevent other authors from editing the same content.</p>"
},
"allowRecommendations":{
"type":"boolean",
"description":"<p>The flag indicates whether the content type allows end users to create recommendations for its contents. This also indicates whether you can associate the recommended content with a content type.</p>"
},
"counterPrefix":{
"type":"string",
"description":"<p>The prefix used with all document IDs in a content type. For example, FA is the contentPrefix of the content type FAQ. All document IDs in the content type FAQ begins with the affix FA.</p>"
},
"dateAdded":{
"type":"string",
"format":"date-time",
"description":"<p>The date when the content type was created. </p>"
},
"dateModified":{
"type":"string",
"format":"date-time",
"description":"<p>The date when the content type was last modified.</p>"
},
"defaultLifespan":{
"type":"integer",
"description":"<p>The total number of days that the content is available to the end user. It indicates that the content will be available to end users for the specified number of days, starting from the day when the content was created.</p>"
},
"enableUserActivityLogging":{
"type":"boolean",
"description":"<p>The flag indicates whether the system tracks the user interactions with the content.</p>"
},
"hasPriority":{
"type":"boolean",
"description":"<p>The flag indicates whether you can assign priority level to the content in the content type. Valid priority values are numbers from one to twenty and none.</p>"
},
"hasRelatedContent":{
"type":"boolean",
"description":"<p>The flag indicates whether the content type allows related documents to be specified while content authoring.</p>"
},
"hasTalkBack":{
"type":"boolean",
"description":"<p>The flag indicates whether you can open discussions for contents in the content type.</p>"
},
"isEvent":{
"type":"boolean",
"description":"<p>The flag indicates whether the content type supports different event dates.</p>"
},
"isModerated":{
"type":"boolean",
"description":"<p>The flag indicates whether the content needs moderation, for its open discussions, before the discussions are made public.</p>"
},
"requireAtLeastOneProduct":{
"type":"boolean",
"description":"Require authors to select at least one product in addition to the products marked as 'required' @since 8.3"
},
"requireAtLeastOneCategory":{
"type":"boolean",
"description":"Require authors to select at least one category in addition to the categories marked as 'required' @since 8.3"
},
"requireAtLeastOneUserGroup":{
"type":"boolean",
"description":"Require at least one user group to be selected @since 8.3"
},
"restrictToOneUserGroupSelection":{
"type":"boolean",
"description":"Restrict User Group selection to one group only @since 8.3"
},
"categoriesRequireWorkflowApproval":{
"type":"boolean",
"description":"Categories requires workflow approval if workflow is enabled @since 8.3"
},
"userGroupRequireWorkflowApproval":{
"type":"boolean",
"description":"User Groups requires workflow approval if workflow is enabled @since 8.3"
},
"viewsRequireWorkflowApproval":{
"type":"boolean",
"description":"Views requires workflow approval if workflow is enabled @since 8.3"
},
"displayDatesRequireWorkflowApproval":{
"type":"boolean",
"description":"Display dates requires workflow approval if workflow is enabled @since 8.3"
},
"eventDatesRequireWorkflowApproval":{
"type":"boolean",
"description":"Event dates requires workflow approval if workflow is enabled @since 8.3"
},
"restrictAuthoringToWorkflowUser":{
"type":"boolean",
"description":"Restrict content editing to users that can perform the workflow step @since 8.3"
},
"notifyOnWorkflowApproval":{
"type":"boolean",
"description":"<p>The flag indicates whether the appropriate content author should be notified when a workflow approval step is completed.</p>"
},
"notifyOnWorkflowRejection":{
"type":"boolean",
"description":"<p>The flag indicates whether the appropriate content author should be notified when the document is rejected.</p>"
},
"notifyGroupOnWorkflowRejection":{
"type":"boolean",
"description":"<p>The flag indicates whether notifications should be sent to content authors when the document is rejected. </p>"
},
"removeVersions":{
"type":"boolean",
"description":"<p>The flag indicates whether to remove the minor versions of the content after publication.</p>"
},
"reviewDate":{
"type":"integer",
"description":"<p>The date on which the document requires review.</p> <p>When the date approaches, the system generates a task for the appropriate author to review the content.</p>"
},
"validateHtml":{
"type":"boolean",
"description":"<p>The flag indicates whether the content should be validated to adhere to HTML standards while content authoring.</p>"
},
"enableIndexing":{
"type":"boolean",
"description":"<p>The flag indicates whether the Oracle Knowledge Search Indexing is enabled for the content type.</p>"
},
"indexStatus":{
"enum":[
"LIVE",
"LATEST_VALID_DRAFT",
"LIVE_AND_LATEST_VALID_DRAFT",
"NONE"
],
"description":"<p>The status of the documents assigned to have Oracle Knowledge Search indexing.</p> <p>The valid values are:</p> <ul> <li>LIVE</li> <li>LATEST_VALID_DRAFT</li> <li>LIVE_AND_LATEST_VALID_DRAFT</li> <li>NONE </li>"
}
}
}
Nested Schema : ContentTypeExtended-allOf[1]
Type: object
Show Source
{
"properties":{
"rating":{
"$ref":"#/definitions/RatingKey",
"description":"<p>The rating system assigned to the content type.</p>"
},
"contentSchema":{
"$ref":"#/definitions/Schema",
"description":"Schema used for authoring content records."
},
"metaDataSchema":{
"$ref":"#/definitions/Schema",
"description":"Schema used as metadata for content records."
}
}
}
Nested Schema : ContentType-allOf[1]
Type: object
Show Source
-
categories:
array categories
The list of Category objects configured in the content type, which are available to the content authors to assign to the content. The Category objects are used to tag or label the content to improve searchability.
-
customMetrics:
array customMetrics
The unit of measurement used to track the activities on the content in a content type.
-
requiredCategories:
array requiredCategories
The Category objects that the content type requires for all its contents. The content authors must assign these categories to the content while content authoring. Authors are not allowed to save the content if they do not assign the categories.
-
translationRequestLocales:
array translationRequestLocales
The list of Locale objects for which the automatic translation request is enabled in the content type. The content type sends translation requests to content translators of specific set of languages, each time the content is ready for publication.
-
userGroups:
array userGroups
The UserGroup objects associated with the content type. Content authors assign a user Group to the content, so that users with a certain level of access will have access to the content.
-
workflow:
WorkflowKey
{
"properties":{
"userGroups":{
"type":"array",
"items":{
"$ref":"#/definitions/UserGroupKey"
},
"description":"<p>The UserGroup objects associated with the content type. Content authors assign a user Group to the content, so that users with a certain level of access will have access to the content.</p>"
},
"customMetrics":{
"type":"array",
"items":{
"$ref":"#/definitions/CustomMetricKey"
},
"description":"<p>The unit of measurement used to track the activities on the content in a content type.</p>"
},
"requiredCategories":{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>The Category objects that the content type requires for all its contents. The content authors must assign these categories to the content while content authoring. Authors are not allowed to save the content if they do not assign the categories.</p>"
},
"categories":{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>The list of Category objects configured in the content type, which are available to the content authors to assign to the content. The Category objects are used to tag or label the content to improve searchability.</p>"
},
"translationRequestLocales":{
"type":"array",
"items":{
"$ref":"#/definitions/LocaleKey"
},
"description":"<p>The list of Locale objects for which the automatic translation request is enabled in the content type. The content type sends translation requests to content translators of specific set of languages, each time the content is ready for publication.</p>"
},
"workflow":{
"$ref":"#/definitions/WorkflowKey",
"description":"<p>The workflow definition that the author can use while content authoring in a content type.</p>"
}
}
}
Nested Schema : links
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/instanceLink"
}
}
Nested Schema : instanceLink
Type: object
Metadata describing link description objects that MAY appear in the JSON instance representation.
Show Source
-
href(required):
string
URI [RFC3986] or URI Template [RFC6570]. If the value is set to URI Template, then the "templated" property must be set to true.
-
mediaType:
string
-
method:
string
HTTP method for requesting the target of the link.
-
profile:
string
Link to the metadata of the resource, such as JSON-schema, that describes the resource expected when dereferencing the target resource..
-
rel(required):
string
Name of the link relation that, in addition to the type property, can be used to retrieve link details. For example, href or profile.
-
templated:
boolean
Boolean flag that specifies that "href" property is a URI or URI Template. If the property is a URI template, set this value to true. By default, this value is false.
{
"type":"object",
"description":"Metadata describing link description objects that MAY appear in the JSON instance representation.",
"properties":{
"href":{
"description":"URI [RFC3986] or URI Template [RFC6570]. If the value is set to URI Template, then the \"templated\" property must be set to true.",
"type":"string"
},
"rel":{
"description":"Name of the link relation that, in addition to the type property, can be used to retrieve link details. For example, href or profile.",
"type":"string"
},
"templated":{
"description":"Boolean flag that specifies that \"href\" property is a URI or URI Template. If the property is a URI template, set this value to true. By default, this value is false.",
"type":"boolean"
},
"mediaType":{
"description":"Media type, as defined by RFC 2046, describing the link target.",
"type":"string"
},
"method":{
"description":"HTTP method for requesting the target of the link.",
"type":"string"
},
"profile":{
"description":"Link to the metadata of the resource, such as JSON-schema, that describes the resource expected when dereferencing the target resource..",
"type":"string"
}
},
"required":[
"href",
"rel"
]
}
Nested Schema : Schema
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/SchemaData"
},
{
"properties":{
"schemaAttributes":{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttribute"
},
"description":"List of schema attributes for the schema"
}
}
}
]
}
Nested Schema : RatingKey
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/singularResource"
},
{
"properties":{
"recordId":{
"type":"string",
"description":"GUID for the Rating"
},
"referenceKey":{
"type":"string",
"description":"The non localized reference key for the Rating"
},
"name":{
"type":"string",
"description":"Localized display name for the Rating"
}
}
}
]
}
Nested Schema : SchemaData
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/SchemaKey"
},
{
"properties":{
"dateAdded":{
"type":"string",
"format":"date-time",
"description":"Timestamp when the schema was added"
},
"dateModified":{
"type":"string",
"format":"date-time",
"description":"Timestamp when the schema was last modified"
}
}
}
]
}
Nested Schema : SchemaKey
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/singularResource"
},
{
"properties":{
"recordId":{
"type":"string",
"description":"unique identfier of the schema object."
}
}
}
]
}
Nested Schema : SchemaKey-allOf[1]
Type: object
Show Source
{
"properties":{
"recordId":{
"type":"string",
"description":"unique identfier of the schema object."
}
}
}
Nested Schema : SchemaData-allOf[1]
Type: object
Show Source
{
"properties":{
"dateAdded":{
"type":"string",
"format":"date-time",
"description":"Timestamp when the schema was added"
},
"dateModified":{
"type":"string",
"format":"date-time",
"description":"Timestamp when the schema was last modified"
}
}
}
Nested Schema : Schema-allOf[1]
Type: object
Show Source
{
"properties":{
"schemaAttributes":{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttribute"
},
"description":"List of schema attributes for the schema"
}
}
}
Nested Schema : schemaAttributes
Type: array
List of schema attributes for the schema
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttribute"
},
"description":"List of schema attributes for the schema"
}
Nested Schema : SchemaAttribute
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/SchemaAttributeData"
},
{
"properties":{
"children":{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttribute"
},
"description":"List of child nodes of the current element"
},
"schemaAttributeUserGroupList":{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttributeUserGroup"
},
"description":"List of user groups that can be used to secure this attribute. This should be a subset of the list of user groups assigned to the ContentType"
}
}
}
]
}
Nested Schema : SchemaAttributeData
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/SchemaAttributeKey"
},
{
"properties":{
"requireWorkflowApproval":{
"type":"boolean",
"description":"Attribute requires workflow approval if workflow is enabled"
},
"allowPreselectedUserGroupChange":{
"type":"boolean",
"description":"Enable editors to modify preselected user group restrictions @since 8.3"
},
"counter":{
"type":"integer",
"description":"This attribute contains the current value of the ContentType DOC ID counter. This value should not be changed after content is added to the ContentType"
},
"counterPrefix":{
"type":"string",
"description":"This attribute contains the prefix that is appended to the front of the DOC ID counter"
},
"dateAdded":{
"type":"string",
"format":"date-time",
"description":"This attribute represents the timestamp when the SchemaAttribute definition was first created"
},
"dateModified":{
"type":"string",
"format":"date-time",
"description":"This attribute represents the timestamp when the SchemaAttribute definition was last modified"
},
"enableFullTextSearch":{
"type":"boolean",
"description":"Flag indicating whether this field should be included in the full text index. This field was previously called indexable @since 8.3"
},
"includeInMasterIdentifier":{
"type":"boolean",
"description":"Flag indicating whether this field should be appended to the master identifier of the document"
},
"isNode":{
"type":"boolean",
"description":"Flag indicating if this element is a node @since 8.3"
},
"allowMultipleNodes":{
"type":"boolean",
"description":"Flag indicating if multiple nodes are allowed of this type @since 8.3"
},
"isRequired":{
"type":"boolean",
"description":"Make attribute a required field @since 8.3"
},
"description":{
"type":"string",
"description":"Localized help text for the attribute. This text is displayed in the authoring view"
},
"readOnly":{
"type":"boolean",
"description":"Flag indicating whether this field is editable"
},
"enableAttributeLevelSearch":{
"type":"boolean",
"description":"Flag indicating whether this field should be configured for attribute level searching - i.e. where TITLE='xyz'. This field was previously called searchable @since 8.3"
},
"schemaAttrType":{
"enum":[
"TEXT_AREA",
"WYSIWYG_EDIT",
"TEXT_FIELD",
"FILE",
"BOOLEAN",
"LIST",
"COUNTER",
"DATE",
"DATETIME",
"TIME",
"INTEGER",
"FLOAT"
],
"description":"Enumerated type representing the type of attribute - i.e. text field, rich text area"
},
"secureWithUserGroups":{
"type":"boolean",
"description":"Restrict attribute to selected user groups"
},
"securedFileResource":{
"type":"boolean",
"description":"Flag indicating if this attribute (file types only) should be marked as secure - i.e. stored in the ~secure folder near the content XML file"
},
"userGroupSelectionRequired":{
"type":"boolean",
"description":"User groups are required for attribute"
},
"securityRegex":{
"type":"string",
"description":"The regular expression used to validate the field against security attacks."
},
"sortOrder":{
"type":"integer",
"description":"Display order of the schema attributes within the edit form"
},
"referenceKey":{
"type":"string",
"description":"Non localized name of the attribute. SchemaAttribute's referenceKey need NOT be unique within its Schema. But its xpath will be unique within its Schema."
},
"textHeight":{
"type":"string",
"description":"Specifies the text height for text areas and rich text fields"
},
"textWidth":{
"type":"string",
"description":"Specifies the max length for text fields"
},
"wysiwygType":{
"enum":[
"BASIC",
"MEDIUM",
"FULL"
],
"description":"Type of WYSIWYG rich text field - i.e. FULL, BASIC, MEDIUM @since 8.3"
}
}
}
]
}
Nested Schema : SchemaAttributeKey
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/singularResource"
},
{
"properties":{
"recordId":{
"type":"string",
"description":"Unique identifier for the SchemaAttribute object"
},
"xpath":{
"type":"string",
"description":"The XPATH of this attribute within the schema. This is unique within the Schema."
},
"name":{
"type":"string",
"description":"Localized name of the attribute. This need NOT be unique within the Schema."
}
}
}
]
}
Nested Schema : SchemaAttributeKey-allOf[1]
Type: object
Show Source
-
name:
string
Localized name of the attribute. This need NOT be unique within the Schema.
-
recordId:
string
Unique identifier for the SchemaAttribute object
-
xpath:
string
The XPATH of this attribute within the schema. This is unique within the Schema.
{
"properties":{
"recordId":{
"type":"string",
"description":"Unique identifier for the SchemaAttribute object"
},
"xpath":{
"type":"string",
"description":"The XPATH of this attribute within the schema. This is unique within the Schema."
},
"name":{
"type":"string",
"description":"Localized name of the attribute. This need NOT be unique within the Schema."
}
}
}
Nested Schema : SchemaAttributeData-allOf[1]
Type: object
Show Source
-
allowMultipleNodes:
boolean
Flag indicating if multiple nodes are allowed of this type @since 8.3
-
allowPreselectedUserGroupChange:
boolean
Enable editors to modify preselected user group restrictions @since 8.3
-
counter:
integer
This attribute contains the current value of the ContentType DOC ID counter. This value should not be changed after content is added to the ContentType
-
counterPrefix:
string
This attribute contains the prefix that is appended to the front of the DOC ID counter
-
dateAdded:
string(date-time)
This attribute represents the timestamp when the SchemaAttribute definition was first created
-
dateModified:
string(date-time)
This attribute represents the timestamp when the SchemaAttribute definition was last modified
-
description:
string
Localized help text for the attribute. This text is displayed in the authoring view
-
enableAttributeLevelSearch:
boolean
Flag indicating whether this field should be configured for attribute level searching - i.e. where TITLE='xyz'. This field was previously called searchable @since 8.3
-
enableFullTextSearch:
boolean
Flag indicating whether this field should be included in the full text index. This field was previously called indexable @since 8.3
-
includeInMasterIdentifier:
boolean
Flag indicating whether this field should be appended to the master identifier of the document
-
isNode:
boolean
Flag indicating if this element is a node @since 8.3
-
isRequired:
boolean
Make attribute a required field @since 8.3
-
readOnly:
boolean
Flag indicating whether this field is editable
-
referenceKey:
string
Non localized name of the attribute. SchemaAttribute's referenceKey need NOT be unique within its Schema. But its xpath will be unique within its Schema.
-
requireWorkflowApproval:
boolean
Attribute requires workflow approval if workflow is enabled
-
schemaAttrType:
Allowed Values: [
"TEXT_AREA",
"WYSIWYG_EDIT",
"TEXT_FIELD",
"FILE",
"BOOLEAN",
"LIST",
"COUNTER",
"DATE",
"DATETIME",
"TIME",
"INTEGER",
"FLOAT"
]
Enumerated type representing the type of attribute - i.e. text field, rich text area
-
securedFileResource:
boolean
Flag indicating if this attribute (file types only) should be marked as secure - i.e. stored in the ~secure folder near the content XML file
-
secureWithUserGroups:
boolean
Restrict attribute to selected user groups
-
securityRegex:
string
The regular expression used to validate the field against security attacks.
-
sortOrder:
integer
Display order of the schema attributes within the edit form
-
textHeight:
string
Specifies the text height for text areas and rich text fields
-
textWidth:
string
Specifies the max length for text fields
-
userGroupSelectionRequired:
boolean
User groups are required for attribute
-
wysiwygType:
Allowed Values: [
"BASIC",
"MEDIUM",
"FULL"
]
Type of WYSIWYG rich text field - i.e. FULL, BASIC, MEDIUM @since 8.3
{
"properties":{
"requireWorkflowApproval":{
"type":"boolean",
"description":"Attribute requires workflow approval if workflow is enabled"
},
"allowPreselectedUserGroupChange":{
"type":"boolean",
"description":"Enable editors to modify preselected user group restrictions @since 8.3"
},
"counter":{
"type":"integer",
"description":"This attribute contains the current value of the ContentType DOC ID counter. This value should not be changed after content is added to the ContentType"
},
"counterPrefix":{
"type":"string",
"description":"This attribute contains the prefix that is appended to the front of the DOC ID counter"
},
"dateAdded":{
"type":"string",
"format":"date-time",
"description":"This attribute represents the timestamp when the SchemaAttribute definition was first created"
},
"dateModified":{
"type":"string",
"format":"date-time",
"description":"This attribute represents the timestamp when the SchemaAttribute definition was last modified"
},
"enableFullTextSearch":{
"type":"boolean",
"description":"Flag indicating whether this field should be included in the full text index. This field was previously called indexable @since 8.3"
},
"includeInMasterIdentifier":{
"type":"boolean",
"description":"Flag indicating whether this field should be appended to the master identifier of the document"
},
"isNode":{
"type":"boolean",
"description":"Flag indicating if this element is a node @since 8.3"
},
"allowMultipleNodes":{
"type":"boolean",
"description":"Flag indicating if multiple nodes are allowed of this type @since 8.3"
},
"isRequired":{
"type":"boolean",
"description":"Make attribute a required field @since 8.3"
},
"description":{
"type":"string",
"description":"Localized help text for the attribute. This text is displayed in the authoring view"
},
"readOnly":{
"type":"boolean",
"description":"Flag indicating whether this field is editable"
},
"enableAttributeLevelSearch":{
"type":"boolean",
"description":"Flag indicating whether this field should be configured for attribute level searching - i.e. where TITLE='xyz'. This field was previously called searchable @since 8.3"
},
"schemaAttrType":{
"enum":[
"TEXT_AREA",
"WYSIWYG_EDIT",
"TEXT_FIELD",
"FILE",
"BOOLEAN",
"LIST",
"COUNTER",
"DATE",
"DATETIME",
"TIME",
"INTEGER",
"FLOAT"
],
"description":"Enumerated type representing the type of attribute - i.e. text field, rich text area"
},
"secureWithUserGroups":{
"type":"boolean",
"description":"Restrict attribute to selected user groups"
},
"securedFileResource":{
"type":"boolean",
"description":"Flag indicating if this attribute (file types only) should be marked as secure - i.e. stored in the ~secure folder near the content XML file"
},
"userGroupSelectionRequired":{
"type":"boolean",
"description":"User groups are required for attribute"
},
"securityRegex":{
"type":"string",
"description":"The regular expression used to validate the field against security attacks."
},
"sortOrder":{
"type":"integer",
"description":"Display order of the schema attributes within the edit form"
},
"referenceKey":{
"type":"string",
"description":"Non localized name of the attribute. SchemaAttribute's referenceKey need NOT be unique within its Schema. But its xpath will be unique within its Schema."
},
"textHeight":{
"type":"string",
"description":"Specifies the text height for text areas and rich text fields"
},
"textWidth":{
"type":"string",
"description":"Specifies the max length for text fields"
},
"wysiwygType":{
"enum":[
"BASIC",
"MEDIUM",
"FULL"
],
"description":"Type of WYSIWYG rich text field - i.e. FULL, BASIC, MEDIUM @since 8.3"
}
}
}
Nested Schema : SchemaAttribute-allOf[1]
Type: object
Show Source
{
"properties":{
"children":{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttribute"
},
"description":"List of child nodes of the current element"
},
"schemaAttributeUserGroupList":{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttributeUserGroup"
},
"description":"List of user groups that can be used to secure this attribute. This should be a subset of the list of user groups assigned to the ContentType"
}
}
}
Nested Schema : children
Type: array
List of child nodes of the current element
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttribute"
},
"description":"List of child nodes of the current element"
}
Nested Schema : schemaAttributeUserGroupList
Type: array
List of user groups that can be used to secure this attribute. This should be a subset of the list of user groups assigned to the ContentType
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/SchemaAttributeUserGroup"
},
"description":"List of user groups that can be used to secure this attribute. This should be a subset of the list of user groups assigned to the ContentType"
}
Nested Schema : SchemaAttributeUserGroup
Type: object
Title: SchemaAttributeUserGroup
Show Source
{
"title":"SchemaAttributeUserGroup",
"properties":{
"recordId":{
"type":"string",
"description":"GUID from the XMLSCHEMAATTRIBUTEUSERGROUP table"
},
"defaultValue":{
"type":"boolean",
"description":"Flag indiacting whether the user group should be selected by default"
},
"userGroup":{
"$ref":"#/definitions/UserGroupKey",
"description":"Reference to the user group associated with this schema attribute"
}
}
}
Nested Schema : UserGroupKey
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/singularResource"
},
{
"properties":{
"recordId":{
"type":"string",
"description":"<p>The unique identifier from the TAG table that represent a userGroups resource</p>"
},
"referenceKey":{
"type":"string",
"description":"<p>The non localized name of the user group</p>"
},
"name":{
"type":"string",
"description":"<p>The localized name of the user group. The name field can only be used for sorting.</p>"
},
"externalId":{
"type":"integer",
"description":"<p>The unique identifier of the corresponding userGroup from an external system. You can use the External ID with the ExternalType parameter to connect user groups in the internal and the the external systems.</p>"
},
"externalType":{
"type":"string",
"description":"<p>The ExternalType is the type of the corresponding userGroup from an external system.</p>"
}
}
}
]
}
Nested Schema : UserGroupKey-allOf[1]
Type: object
Show Source
-
externalId:
integer
The unique identifier of the corresponding userGroup from an external system. You can use the External ID with the ExternalType parameter to connect user groups in the internal and the the external systems.
-
externalType:
string
The ExternalType is the type of the corresponding userGroup from an external system.
-
name:
string
The localized name of the user group. The name field can only be used for sorting.
-
recordId:
string
The unique identifier from the TAG table that represent a userGroups resource
-
referenceKey:
string
The non localized name of the user group
{
"properties":{
"recordId":{
"type":"string",
"description":"<p>The unique identifier from the TAG table that represent a userGroups resource</p>"
},
"referenceKey":{
"type":"string",
"description":"<p>The non localized name of the user group</p>"
},
"name":{
"type":"string",
"description":"<p>The localized name of the user group. The name field can only be used for sorting.</p>"
},
"externalId":{
"type":"integer",
"description":"<p>The unique identifier of the corresponding userGroup from an external system. You can use the External ID with the ExternalType parameter to connect user groups in the internal and the the external systems.</p>"
},
"externalType":{
"type":"string",
"description":"<p>The ExternalType is the type of the corresponding userGroup from an external system.</p>"
}
}
}
Nested Schema : RatingKey-allOf[1]
Type: object
Show Source
{
"properties":{
"recordId":{
"type":"string",
"description":"GUID for the Rating"
},
"referenceKey":{
"type":"string",
"description":"The non localized reference key for the Rating"
},
"name":{
"type":"string",
"description":"Localized display name for the Rating"
}
}
}
Nested Schema : categories
Type: array
The list of Category objects configured in the content type, which are available to the content authors to assign to the content. The Category objects are used to tag or label the content to improve searchability.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>The list of Category objects configured in the content type, which are available to the content authors to assign to the content. The Category objects are used to tag or label the content to improve searchability.</p>"
}
Nested Schema : customMetrics
Type: array
The unit of measurement used to track the activities on the content in a content type.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/CustomMetricKey"
},
"description":"<p>The unit of measurement used to track the activities on the content in a content type.</p>"
}
Nested Schema : requiredCategories
Type: array
The Category objects that the content type requires for all its contents. The content authors must assign these categories to the content while content authoring. Authors are not allowed to save the content if they do not assign the categories.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>The Category objects that the content type requires for all its contents. The content authors must assign these categories to the content while content authoring. Authors are not allowed to save the content if they do not assign the categories.</p>"
}
Nested Schema : translationRequestLocales
Type: array
The list of Locale objects for which the automatic translation request is enabled in the content type. The content type sends translation requests to content translators of specific set of languages, each time the content is ready for publication.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/LocaleKey"
},
"description":"<p>The list of Locale objects for which the automatic translation request is enabled in the content type. The content type sends translation requests to content translators of specific set of languages, each time the content is ready for publication.</p>"
}
Nested Schema : userGroups
Type: array
The UserGroup objects associated with the content type. Content authors assign a user Group to the content, so that users with a certain level of access will have access to the content.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/UserGroupKey"
},
"description":"<p>The UserGroup objects associated with the content type. Content authors assign a user Group to the content, so that users with a certain level of access will have access to the content.</p>"
}
Nested Schema : WorkflowKey
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/singularResource"
},
{
"properties":{
"recordId":{
"type":"string",
"description":"GUID for the Workflow"
},
"referenceKey":{
"type":"string",
"description":"Non localized name of the Workflow"
},
"name":{
"type":"string",
"description":"Localized name of the Workflow"
}
}
}
]
}
Nested Schema : CategoryKey
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/singularResource"
},
{
"properties":{
"recordId":{
"type":"string",
"description":"<p>The unique record ID of the Category object.</p>"
},
"referenceKey":{
"type":"string",
"description":"<p>The reference key for the Category object. Category objects support multiple languages. This field can be used to identify the associated objects for all languages.</p>"
},
"objectId":{
"type":"string",
"description":"The hierarchichal position of the category"
},
"name":{
"type":"string",
"description":"<p>The name of the category.</p>"
},
"externalId":{
"type":"integer",
"description":"<p>The unique identifier used while integrating the repository data with the external system.</p>"
},
"externalType":{
"type":"string",
"description":"<p>The type of the category used while integrating the repository data with the external system. Valid options are PRODUCT and CATEGORY.</p>"
},
"responseLocale":{
"type":"string",
"description":"<p>This is a custom field that will get populated if a name is translated into the default locale when the translated name is not found.</p>"
},
"description":{
"type":"string",
"description":"Description of the Category object"
},
"childrenCount":{
"type":"integer",
"description":"<p>This field will return number of immediate children a category has.</p> <p>This field will only be populated if childrenCount query parameter is passed in with value true.</p> <p>Example URIs for the this parameter are as follows:</p> <ul> <li>http://<IM_REST_API_HOST>/km/api/categories/{id}?childrenCount=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?childrenCount=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?q=contentTypeRefKey eq 'FAQ'&childrenCount=true&mode=KEY</li> </ul>"
},
"parents":{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>This field will return all parents of category.</p> <p>This field will only be populated if withParents query parameter is passed in with value true.</p> <p>Example URIs for the this parameter are as follows:</p> <ul> <li>http://<IM_REST_API_HOST>/km/api/categories/{id}?withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?q=contentTypeRefKey eq 'FAQ'&withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories/{id}?childrenCount=true&withParents=true&mode=KEY</li> </ul>"
}
}
}
]
}
Nested Schema : CategoryKey-allOf[1]
Type: object
Show Source
-
childrenCount:
integer
This field will return number of immediate children a category has.
This field will only be populated if childrenCount query parameter is passed in with value true.
Example URIs for the this parameter are as follows:
- http://<IM_REST_API_HOST>/km/api/categories/{id}?childrenCount=true&mode=KEY
- http://<IM_REST_API_HOST>/km/api/categories?childrenCount=true&mode=KEY
- http://<IM_REST_API_HOST>/km/api/categories?q=contentTypeRefKey eq 'FAQ'&childrenCount=true&mode=KEY
-
description:
string
Description of the Category object
-
externalId:
integer
The unique identifier used while integrating the repository data with the external system.
-
externalType:
string
The type of the category used while integrating the repository data with the external system. Valid options are PRODUCT and CATEGORY.
-
name:
string
The name of the category.
-
objectId:
string
The hierarchichal position of the category
-
parents:
array parents
This field will return all parents of category.
This field will only be populated if withParents query parameter is passed in with value true.
Example URIs for the this parameter are as follows:
- http://<IM_REST_API_HOST>/km/api/categories/{id}?withParents=true&mode=KEY
- http://<IM_REST_API_HOST>/km/api/categories?withParents=true&mode=KEY
- http://<IM_REST_API_HOST>/km/api/categories?q=contentTypeRefKey eq 'FAQ'&withParents=true&mode=KEY
- http://<IM_REST_API_HOST>/km/api/categories/{id}?childrenCount=true&withParents=true&mode=KEY
-
recordId:
string
The unique record ID of the Category object.
-
referenceKey:
string
The reference key for the Category object. Category objects support multiple languages. This field can be used to identify the associated objects for all languages.
-
responseLocale:
string
This is a custom field that will get populated if a name is translated into the default locale when the translated name is not found.
{
"properties":{
"recordId":{
"type":"string",
"description":"<p>The unique record ID of the Category object.</p>"
},
"referenceKey":{
"type":"string",
"description":"<p>The reference key for the Category object. Category objects support multiple languages. This field can be used to identify the associated objects for all languages.</p>"
},
"objectId":{
"type":"string",
"description":"The hierarchichal position of the category"
},
"name":{
"type":"string",
"description":"<p>The name of the category.</p>"
},
"externalId":{
"type":"integer",
"description":"<p>The unique identifier used while integrating the repository data with the external system.</p>"
},
"externalType":{
"type":"string",
"description":"<p>The type of the category used while integrating the repository data with the external system. Valid options are PRODUCT and CATEGORY.</p>"
},
"responseLocale":{
"type":"string",
"description":"<p>This is a custom field that will get populated if a name is translated into the default locale when the translated name is not found.</p>"
},
"description":{
"type":"string",
"description":"Description of the Category object"
},
"childrenCount":{
"type":"integer",
"description":"<p>This field will return number of immediate children a category has.</p> <p>This field will only be populated if childrenCount query parameter is passed in with value true.</p> <p>Example URIs for the this parameter are as follows:</p> <ul> <li>http://<IM_REST_API_HOST>/km/api/categories/{id}?childrenCount=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?childrenCount=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?q=contentTypeRefKey eq 'FAQ'&childrenCount=true&mode=KEY</li> </ul>"
},
"parents":{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>This field will return all parents of category.</p> <p>This field will only be populated if withParents query parameter is passed in with value true.</p> <p>Example URIs for the this parameter are as follows:</p> <ul> <li>http://<IM_REST_API_HOST>/km/api/categories/{id}?withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?q=contentTypeRefKey eq 'FAQ'&withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories/{id}?childrenCount=true&withParents=true&mode=KEY</li> </ul>"
}
}
}
Nested Schema : parents
Type: array
This field will return all parents of category.
This field will only be populated if withParents query parameter is passed in with value true.
Example URIs for the this parameter are as follows:
- http://<IM_REST_API_HOST>/km/api/categories/{id}?withParents=true&mode=KEY
- http://<IM_REST_API_HOST>/km/api/categories?withParents=true&mode=KEY
- http://<IM_REST_API_HOST>/km/api/categories?q=contentTypeRefKey eq 'FAQ'&withParents=true&mode=KEY
- http://<IM_REST_API_HOST>/km/api/categories/{id}?childrenCount=true&withParents=true&mode=KEY
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/CategoryKey"
},
"description":"<p>This field will return all parents of category.</p> <p>This field will only be populated if withParents query parameter is passed in with value true.</p> <p>Example URIs for the this parameter are as follows:</p> <ul> <li>http://<IM_REST_API_HOST>/km/api/categories/{id}?withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories?q=contentTypeRefKey eq 'FAQ'&withParents=true&mode=KEY</li> <li>http://<IM_REST_API_HOST>/km/api/categories/{id}?childrenCount=true&withParents=true&mode=KEY</li> </ul>"
}
Nested Schema : CustomMetricKey
Type: object
Title: CustomMetricKey
Show Source
-
name:
string
Name of the CustomMetric object
-
recordId:
string
The unique record ID of the CustomMetric object.
-
referenceKey:
string
The reference key for the CustomMetric object. CustomMetric objects support multiple languages. This field can be used to identify the associated objects for all languages.
{
"title":"CustomMetricKey",
"properties":{
"recordId":{
"type":"string",
"description":"The unique record ID of the CustomMetric object."
},
"referenceKey":{
"type":"string",
"description":"The reference key for the CustomMetric object. CustomMetric objects support multiple languages. This field can be used to identify the associated objects for all languages."
},
"name":{
"type":"string",
"description":"Name of the CustomMetric object"
}
}
}
Nested Schema : LocaleKey
Match All
Show Source
{
"allOf":[
{
"$ref":"#/definitions/singularResource"
},
{
"properties":{
"recordId":{
"type":"string",
"description":"<p>The unique identifier of the Locale object.</p>"
}
}
}
]
}
Nested Schema : LocaleKey-allOf[1]
Type: object
Show Source
{
"properties":{
"recordId":{
"type":"string",
"description":"<p>The unique identifier of the Locale object.</p>"
}
}
}
Nested Schema : WorkflowKey-allOf[1]
Type: object
Show Source
{
"properties":{
"recordId":{
"type":"string",
"description":"GUID for the Workflow"
},
"referenceKey":{
"type":"string",
"description":"Non localized name of the Workflow"
},
"name":{
"type":"string",
"description":"Localized name of the Workflow"
}
}
}