ApiPersonPerson
Upgather SDK / ApiPersonPerson
Interface: ApiPersonPerson
Defined in: lib/types/generated/strapiContentTypes.d.ts:1385
Extends
CollectionTypeSchema
Properties
attributes
attributes:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:1396
Houses a comprehensive collection of attributes for this Schema.
Each attribute has a unique string key and corresponding value should be any Attribute type instance.
address
address:
object
createdAt
createdAt:
object
createdBy
createdBy:
object&Private
first_name
first_name:
object&Required
last_name
last_name:
object&Required
locale
locale:
object&Private
localizations
localizations:
object&Private
publishedAt
publishedAt:
object
sponsors
sponsors:
object
updatedAt
updatedAt:
object
updatedBy
updatedBy:
object&Private
user
user:
object
Overrides
Struct.CollectionTypeSchema.attributes
collectionName
collectionName:
"people"
Defined in: lib/types/generated/strapiContentTypes.d.ts:1386
Optional property. Specifies the custom table name for the Schema if any.
Overrides
Struct.CollectionTypeSchema.collectionName
info
info:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:1387
Brings together attributes related to naming and display characteristics like singular name and plural name of the content type. These names are typically used in user interfaces where these entries are displayed.
description
description:
""
displayName
displayName:
"Person"
pluralName
pluralName:
"people"
singularName
singularName:
"person"
Overrides
Struct.CollectionTypeSchema.info
options
options:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:1393
Encapsulates all core options related to Strapi features for a given Schema.
draftAndPublish
draftAndPublish:
true
Overrides
Struct.CollectionTypeSchema.options