InternalExtension Model
Overview
file field mode_of_publish field license_key field template_id field created_at field modified_at field filename field
Fields
| Field | Type | Description | Required |
|---|---|---|---|
| file | string | file field | ❌ |
| mode_of_publish | string | mode_of_publish field | ❌ |
| license_key | string | license_key field | ❌ |
| template_id | string | template_id field | ❌ |
| created_at | date | created_at field | ❌ |
| modified_at | date | modified_at field | ❌ |
| filename | string | filename field | ❌ |
Sample JSON
{
"file": "example_value",
"mode_of_publish": "example_value",
"license_key": "example_value",
"template_id": "example_value",
"created_at": "example_value",
"modified_at": "example_value",
"filename": "example_value"
}