first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled

This commit is contained in:
2026-03-17 16:22:57 +03:30
commit 3d5eaf9445
15349 changed files with 2847338 additions and 0 deletions
@@ -0,0 +1,95 @@
{
"type": "object",
"properties": {
"active": {
"type": "boolean"
},
"collapsed_for_agents": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"custom_field_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"default": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"raw_name": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"description": {
"type": "string"
},
"editable_in_portal": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"key": {
"type": "null"
},
"position": {
"type": "integer"
},
"raw_description": {
"type": "string"
},
"raw_title": {
"type": "string"
},
"raw_title_in_portal": {
"type": "string"
},
"regexp_for_validation": {
"type": "null"
},
"removable": {
"type": "boolean"
},
"required": {
"type": "boolean"
},
"required_in_portal": {
"type": "boolean"
},
"tag": {
"type": "null"
},
"title": {
"type": "string"
},
"title_in_portal": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"url": {
"type": "string"
},
"visible_in_portal": {
"type": "boolean"
}
},
"version": 1
}