Aller au contenu principal

StudentProjectCreate

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