Skip to main content

Create a new schema for projectId

POST 

/schema

Create a new schema for projectId

Request

Body

Schema data

    thumbnail urinullable

    Url for schema's thumbnail

    voteThresholdSettings string

    Vote threshold

    state schemaState (string)

    Possible values: [draft, open, closed]

    approvalMethod string
    displayInteractive string
    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    description string

    Possible values: <= 3000 characters

    projectId projectId (string)required

    Unique identifier for Project

    tags string[]
    categoryId string

    Unique identifier for Category

    displayThumbnail string
    postProcessing string

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

    data stringrequired

Responses

Schema successfully created

Schema

    thumbnail urinullable

    Url for schema's thumbnail

    voteThresholdSettings string

    Vote threshold

    state schemaState (string)

    Possible values: [draft, open, closed]

    approvalMethod string
    displayInteractive string
    type string
    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    id string

    Unique identifier for Schema

    description string

    Possible values: <= 3000 characters

    createdAt date-time

    Time representation of schema creation

    projectId projectId (string)required

    Unique identifier for Project

    category object[]

    Categories for schema

    tags string[]
    categoryId string

    Unique identifier for Category

    displayThumbnail string
    postProcessing string

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

    data stringrequired
Loading...