Record
content-content-item-public-contract
No description available.
record content-content-item-public-contract {
allow-comments: option<bool>,
author: option<user-general-user>,
auto-english-property-fallback: option<bool>,
c-type: option<string>,
cms-path: option<string>,
comment-summary: option<content-comment-summary>,
content-id: option<s64>,
creation-date: option<string>,
has-age-gate: option<bool>,
minimum-age: option<s32>,
modify-date: option<string>,
properties: option<content-content-item-public-contract-properties>,
rating-image-path: option<string>,
representations: option<list<content-content-representation>>,
tags: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-comments | option<bool> | |
| author | option<user-general-user> | |
| auto-english-property-fallback | option<bool> | |
| c-type | option<string> | |
| cms-path | option<string> | |
| comment-summary | option<content-comment-summary> | |
| content-id | option<s64> | |
| creation-date | option<string> | |
| has-age-gate | option<bool> | |
| minimum-age | option<s32> | |
| modify-date | option<string> | |
| properties | option<content-content-item-public-contract-properties> | |
| rating-image-path | option<string> | |
| representations | option<list<content-content-representation>> | |
| tags | option<list<string>> |