Details
| ID | AnthropicClaude_ModelingRule |
|---|---|
| From Version | 8.15.0 |
Schema
anthropic_claude_raw
| Field | Type | Array? |
|---|---|---|
actor |
string | — |
created_at |
string | — |
id |
string | — |
request_id |
string | — |
request_method |
string | — |
status_code |
string | — |
type |
string | — |
url |
string | — |
{ "anthropic_claude_raw": { "id": { "type": "string", "is_array": false }, "type": { "type": "string", "is_array": false }, "url": { "type": "string", "is_array": false }, "actor": { "type": "string", "is_array": false }, "status_code": { "type": "string", "is_array": false }, "request_method": { "type": "string", "is_array": false }, "request_id": { "type": "string", "is_array": false }, "created_at": { "type": "string", "is_array": false } } }