NonSupportPolicyBase

NonSupportPolicyBase
NonSupportPolicyBase

Basic information for a non-support policy

JSON Example
{
    "key": "memcached-nonsupport",
    "name": "Memcached is not supported anymore",
    "reason": "Upstream project has been discontinued."
}
string As ^[a-zA-Z0-9._-]+$
key
Required
Constraints: maxLength: 100

Key for the non-support policy. Only alphanumeric, underscore, dash and dot characters are allowed.

string
name
Required
Constraints: maxLength: 100

Human-readable name for the non-support policy.

string
reason
Required
Constraints: maxLength: 255

Sentence explaining why the non-support policy is set.