objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "title": "cli.output.notification.Published",
  "description": "Result of `<resource> publish`. The SHA identifies the resulting\ncommit on the local filesystem repo.\n\nWire: `{\"type\":\"notification\",\"sha\":\"<commit-sha>\"}`.",
  "type": "object",
  "properties": {
    "sha": {
      "type": "string"
    }
  }
}