A record containing user settings for managing a collection in Skywrite CMS.
Record Key
nsid
Properties
contentFields
array
of
string
Optional
No description available.
metaFields
array
of
string
Optional
No description available.
pluralLabel
string
Optional
Plural noun describing multiple of the collection's records.
maxLength: 640 bytesminLength: 1 bytesmaxGraphemes: 64 graphemessingularLabel
string
Optional
Singular noun describing one of the collection's records.
maxLength: 640 bytesminLength: 1 bytesmaxGraphemes: 64 graphemesView raw schema
{
"key": "nsid",
"type": "record",
"record": {
"type": "object",
"required": [],
"properties": {
"metaFields": {
"type": "array",
"items": {
"type": "string"
}
},
"pluralLabel": {
"type": "string",
"maxLength": 640,
"minLength": 1,
"description": "Plural noun describing multiple of the collection's records.",
"maxGraphemes": 64
},
"contentFields": {
"type": "array",
"items": {
"type": "string"
}
},
"singularLabel": {
"type": "string",
"maxLength": 640,
"minLength": 1,
"description": "Singular noun describing one of the collection's records.",
"maxGraphemes": 64
}
}
},
"description": "A record containing user settings for managing a collection in Skywrite CMS."
}