Skip to main content

Create a new schema for projectId

POST 

/schema

Create a new schema for projectId

Request

Body

Schema data

    postProcessing string

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

    tags string[]
    categoryId string

    Unique identifier for Category

    thumbnail urinullable

    Url for schema's thumbnail

    displayThumbnail string
    projectId projectId (string)required

    Unique identifier for Project

    displayInteractive string
    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    approvalMethod string
    state schemaState (string)

    Possible values: [draft, open, closed]

    description string

    Possible values: <= 3000 characters

    voteThresholdSettings string

    Vote threshold

    credits integer

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

    data stringrequired

Responses

Schema successfully created

Schema

    postProcessing string

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

    tags string[]
    id string

    Unique identifier for Schema

    categoryId string

    Unique identifier for Category

    thumbnail urinullable

    Url for schema's thumbnail

    displayThumbnail string
    projectId projectId (string)required

    Unique identifier for Project

    displayInteractive string
    type string
    category object[]

    Categories for schema

    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    approvalMethod string
    state schemaState (string)

    Possible values: [draft, open, closed]

    createdAt date-time

    Time representation of schema creation

    description string

    Possible values: <= 3000 characters

    voteThresholdSettings string

    Vote threshold

    credits integer

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

    data stringrequired
Loading...