| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<String> | Unique script identifier | |
| page_id | Option<String> | Parent page ID | |
| source | Option<String> | Script source (inline or external URL) | |
| urls | Option<Vec> | URLs where this script was observed | |
| first_seen_at | Option<String> | ||
| last_seen_at | Option<String> | ||
| justification | Option<String> | Reason for authorization decision | |
| current_hash | Option<String> | Current script content hash | |
| authorized_hash | Option<String> | Hash of authorized script content | |
| authorization_status | Option<String> | Script authorization status | |
| authorized_at | Option<String> |