본문으로 건너뛰기

CollectionCreate

Payload used to create Collection. The required field is name.

nameName (string)필수

lower_snake_case identifier from 1 to 63 characters. It must start with a lowercase letter or underscore and may contain lowercase letters, digits, and underscores.

Possible values: Value must match regular expression ^[a-z_][a-z0-9_]{0,62}$

alias object
하나 이상(anyOf)
string
type object
하나 이상(anyOf)
string
tags object
하나 이상(anyOf)
  • Array [
  • string
  • ]
  • description object
    하나 이상(anyOf)
    string
    CollectionCreate
    {
    "name": "string",
    "alias": "string",
    "type": "string",
    "tags": [
    "string"
    ],
    "description": "string"
    }