Skip to main content

Curation

@nevermined-io/sdk - v3.0.44 / Curation

Interface: Curation

Curation attributes of Assets Metadata.

See

https://github.com/nevermined-io/docs/blob/master/docs/architecture/specs/metadata/README.md#curation-attributes

Table of contents

Properties

Properties

isListed

Optional isListed: boolean

Flag unsuitable content.

Example

true

Defined in

src/types/DDOTypes.ts:412


numVotes

numVotes: number

Number of votes. 0 is the default value.

Example

123

Defined in

src/types/DDOTypes.ts:400


rating

rating: number

Decimal value between 0 and 1. 0 is the default value.

Example

0.93

Defined in

src/types/DDOTypes.ts:394


schema

Optional schema: string

Schema applied to calculate the rating.

Example

'Binary Voting'

Defined in

src/types/DDOTypes.ts:406