Skip to main content

Create a new schema for projectId

POST 

/schema

Create a new schema for projectId

Request

Body

Schema data

    data stringrequired
    voteThresholdSettings string

    Vote threshold

    tags string[]
    description string

    Possible values: <= 3000 characters

    postProcessing string

    A json holding certain regulations for the post processing of submissions assigned to the schema

    credits integer

    The amount of project credits required to create a submission for this schema

    categoryId string

    Unique identifier for Category

    thumbnail urinullable

    Url for schema's thumbnail

    state schemaState (string)

    Possible values: [draft, open, closed]

    displayInteractive string
    projectId projectId (string)required

    Unique identifier for Project

    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    approvalMethod string
    displayThumbnail string

Responses

Schema successfully created

Schema

    type string
    data stringrequired
    voteThresholdSettings string

    Vote threshold

    tags string[]
    description string

    Possible values: <= 3000 characters

    postProcessing string

    A json holding certain regulations for the post processing of submissions assigned to the schema

    credits integer

    The amount of project credits required to create a submission for this schema

    categoryId string

    Unique identifier for Category

    createdAt date-time

    Time representation of schema creation

    thumbnail urinullable

    Url for schema's thumbnail

    state schemaState (string)

    Possible values: [draft, open, closed]

    displayInteractive string
    projectId projectId (string)required

    Unique identifier for Project

    id string

    Unique identifier for Schema

    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    approvalMethod string
    displayThumbnail string
    category object[]

    Categories for schema

Loading...