objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "filesystem.config.FunctionsConfig",
  "type": "object",
  "properties": {
    "favorites": {
      "anyOf": [
        {
          "type": "array",
          "items": {
            "$ref": "filesystem.config.Favorite"
          }
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "inventions": {
      "anyOf": [
        {
          "$ref": "filesystem.config.FunctionsInventionsConfig"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "profiles": {
      "anyOf": [
        {
          "$ref": "filesystem.config.FunctionsProfilesConfig"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}