Skip to main content

Create a new schema for projectId

POST 

/schema

Create a new schema for projectId

Request

Body

Schema data

    state schemaState (string)

    Possible values: [draft, open, closed]

    description string

    Possible values: <= 3000 characters

    approvalMethod string
    voteThresholdSettings string

    Vote threshold

    tags string[]
    data stringrequired
    projectId projectId (string)required

    Unique identifier for Project

    name stringrequired
    categoryId string

    Unique identifier for Category

    displayInteractive string
    displayThumbnail string
    postProcessing string

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

Responses

Schema successfully created

Schema

    state schemaState (string)

    Possible values: [draft, open, closed]

    type string
    description string

    Possible values: <= 3000 characters

    approvalMethod string
    voteThresholdSettings string

    Vote threshold

    tags string[]
    data stringrequired
    projectId projectId (string)required

    Unique identifier for Project

    name stringrequired
    categoryId string

    Unique identifier for Category

    id string

    Unique identifier for Schema

    createdAt date-time

    Time representation of schema creation

    thumbnail string

    Url for thumbnail

    displayInteractive string
    category object[]

    Categories for schema

    displayThumbnail string
    postProcessing string

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

Loading...