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

    voteThresholdSettings string

    Vote threshold

    displayThumbnail string
    data stringrequired
    categoryId string

    Unique identifier for Category

    credits integer

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

    displayInteractive string
    state schemaState (string)

    Possible values: [draft, open, closed]

    tags string[]
    description string

    Possible values: <= 3000 characters

    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    projectId projectId (string)required

    Unique identifier for Project

    approvalMethod string
    thumbnail urinullable

    Url for schema's thumbnail

Responses

Schema successfully created

Schema

    postProcessing string

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

    voteThresholdSettings string

    Vote threshold

    displayThumbnail string
    createdAt date-time

    Time representation of schema creation

    data stringrequired
    category object[]

    Categories for schema

    id string

    Unique identifier for Schema

    categoryId string

    Unique identifier for Category

    credits integer

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

    displayInteractive string
    state schemaState (string)

    Possible values: [draft, open, closed]

    tags string[]
    description string

    Possible values: <= 3000 characters

    type string
    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    projectId projectId (string)required

    Unique identifier for Project

    approvalMethod string
    thumbnail urinullable

    Url for schema's thumbnail

Loading...