StudentProjectCreate
titleTitle (string)required
description object
anyOf
- string
- null
string
github_url object
anyOf
- string
- null
string
demo_url object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
media object
anyOf
- object[]
- null
Array [
property name*any
]
StudentProjectCreate
{
"title": "string",
"description": "string",
"github_url": "string",
"demo_url": "string",
"tags": [
"string"
],
"media": [
{}
]
}