addedOutput schema / $defs / CliCapability / properties / catalog_age_s
Added value: +{
+ "default": 0,
+ "title": "Catalog Age S",
+ "type": "integer"
+}
addedOutput schema / $defs / CliCapability / properties / catalog_refreshed_at
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Catalog Refreshed At"
+}
addedOutput schema / $defs / CliCapability / properties / configured_effort
Added value: +{
+ "default": "",
+ "title": "Configured Effort",
+ "type": "string"
+}
addedOutput schema / $defs / CliCapability / properties / configured_model
Added value: +{
+ "default": "",
+ "title": "Configured Model",
+ "type": "string"
+}
addedOutput schema / $defs / CliCapability / properties / effort_mode
Added value: +{
+ "default": "independent",
+ "title": "Effort Mode",
+ "type": "string"
+}
addedOutput schema / $defs / CliCapability / properties / effort_note
Added value: +{
+ "default": "",
+ "title": "Effort Note",
+ "type": "string"
+}
addedOutput schema / $defs / CliCapability / properties / effort_options
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "title": "Effort Options",
+ "type": "array"
+}
addedOutput schema / $defs / CliCapability / properties / error
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Error"
+}
addedOutput schema / $defs / CliCapability / properties / executable
Added value: +{
+ "default": "",
+ "title": "Executable",
+ "type": "string"
+}
addedOutput schema / $defs / CliCapability / properties / model_source
Added value: +{
+ "default": "",
+ "title": "Model Source",
+ "type": "string"
+}
addedOutput schema / $defs / CliCapability / properties / models
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "title": "Models",
+ "type": "array"
+}
addedOutput schema / $defs / CliCapability / properties / source_updated_at
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Source Updated At"
+}
addedOutput schema / $defs / CliCapability / properties / stale
Added value: +{
+ "default": false,
+ "title": "Stale",
+ "type": "boolean"
+}
addedOutput schema / $defs / CliCapability / properties / version
Added value: +{
+ "default": "",
+ "title": "Version",
+ "type": "string"
+}
addedOutput schema / $defs / SpawnRoleResolution
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "cli": {
+ "title": "Cli",
+ "type": "string"
+ },
+ "cli_source": {
+ "default": "",
+ "title": "Cli Source",
+ "type": "string"
+ },
+ "effort": {
+ "default": "",
+ "title": "Effort",
+ "type": "string"
+ },
+ "effort_source": {
+ "default": "",
+ "title": "Effort Source",
+ "type": "string"
+ },
+ "model": {
+ "default": "",
+ "title": "Model",
+ "type": "string"
+ },
+ "model_source": {
+ "default": "",
+ "title": "Model Source",
+ "type": "string"
+ },
+ "role": {
+ "title": "Role",
+ "type": "string"
+ }
+ },
+ "required": [
+ "role",
+ "cli"
+ ],
+ "title": "SpawnRoleResolution",
+ "type": "object"
+}
addedOutput schema / properties / catalog_generated_at
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Catalog Generated At"
+}
addedOutput schema / properties / roles
Added value: +{
+ "items": {
+ "$ref": "#/$defs/SpawnRoleResolution"
+ },
+ "title": "Roles",
+ "type": "array"
+}