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

Knowledge

id object
anyOf
string
nameName (string)required
alias object
anyOf
string
categoryCategory (string)
Default value: knowledge
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
    options object
    anyOf
    object
    Knowledge
    {
    "id": "string",
    "name": "string",
    "alias": "string",
    "category": "knowledge",
    "type": "string",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "created_at": 0,
    "updated_at": 0,
    "options": {}
    }