Skip to main content

ListProjectsResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ListProjectsResponseBody.json
projects object[]required

List of projects

  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/Project.json
    categoriesstring[]nullable
    createdAtdate-timerequired
    createdBystringrequired
    descriptionstringrequired
    documentUuidsstring[]nullablerequired
    hindsightBankIdstringrequired
    isPersonalboolean
    isoStandardsstring[]nullable
    namestringrequired
    personalUserUuidstring
    settings object
    directivesstring[]nullable
    empathyint32
    languagestring
    literalismint32
    maxTokensint32
    skepticismint32
    systemPromptstring
    temperaturestring
    statusstringrequired
    updatedAtdate-timerequired
    uuidstringrequired
  • ]
  • ListProjectsResponseBody
    {
    "$schema": "https://example.com/schemas/ListProjectsResponseBody.json",
    "projects": "Unknown Type: array,null"
    }