본문으로 건너뛰기
버전: v0.2.0

Collection

id object
anyOf
string
nameName (string)required
alias object
anyOf
string
categoryCategory (string)
Default value: collection
type object
anyOf
string
collection_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    created_at object
    anyOf
    integer
    updated_at object
    anyOf
    integer
    Collection
    {
    "id": "string",
    "name": "string",
    "alias": "string",
    "category": "collection",
    "type": "string",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "created_at": 0,
    "updated_at": 0
    }