ReleaseNoteItem
One categorized App Connect or connector release note.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
type |
string | Yes | Release-note category such as New or Fix. Minimum length: 1. |
description |
string | Yes | Human-readable release-note text. Minimum length: 1. |
Example
{
"type": "string",
"description": "string"
}