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[]
    description string

    Possible values: <= 3000 characters

    data stringrequired
    voteThresholdSettings string

    Vote threshold

    state schemaState (string)

    Possible values: [draft, open, closed]

    displayThumbnail string
    approvalMethod string
    projectId projectId (string)required

    Unique identifier for Project

    categoryId string

    Unique identifier for Category

    displayInteractive string
    name 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[]
    description string

    Possible values: <= 3000 characters

    data stringrequired
    voteThresholdSettings string

    Vote threshold

    state schemaState (string)

    Possible values: [draft, open, closed]

    thumbnail string

    Url for thumbnail

    displayThumbnail string
    approvalMethod string
    type string
    createdAt date-time

    Time representation of schema creation

    projectId projectId (string)required

    Unique identifier for Project

    id string

    Unique identifier for Schema

    categoryId string

    Unique identifier for Category

    displayInteractive string
    name stringrequired
    category object[]

    Categories for schema

Loading...