objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
{
  "title": "cli.output.notification.Schema",
  "description": "A single JSON Schema document, emitted by `schemas <category> <type> get`.\nThe body is the raw schema as a `Value` since JSON Schemas have an\nopen recursive structure.\n\nWire: `{\"type\":\"notification\",\"schema\":{...JSON Schema...}}`.",
  "type": "object",
  "properties": {
    "schema": {}
  }
}