Skip to main content

Create a new schema for projectId

POST 

/schema

Create a new schema for projectId

Request

Body

Schema data

    tags string[]
    description string

    Possible values: <= 3000 characters

    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    displayThumbnail string
    approvalMethod string
    displayInteractive string
    projectId projectId (string)required

    Unique identifier for Project

    state schemaState (string)

    Possible values: [draft, open, closed]

    postProcessing string

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

    thumbnail urinullable

    Url for schema's thumbnail

    categoryId string

    Unique identifier for Category

    voteThresholdSettings string

    Vote threshold

    data stringrequired

Responses

Schema successfully created

Schema

    tags string[]
    createdAt date-time

    Time representation of schema creation

    description string

    Possible values: <= 3000 characters

    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    displayThumbnail string
    approvalMethod string
    displayInteractive string
    projectId projectId (string)required

    Unique identifier for Project

    state schemaState (string)

    Possible values: [draft, open, closed]

    id string

    Unique identifier for Schema

    postProcessing string

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

    category object[]

    Categories for schema

    thumbnail urinullable

    Url for schema's thumbnail

    type string
    categoryId string

    Unique identifier for Category

    voteThresholdSettings string

    Vote threshold

    data stringrequired
Loading...