Download OpenAPI specification:
| email required | string <email> |
| password required | string >= 12 characters |
{- "email": "user@example.com",
- "password": "stringstring"
}{- "access_token": "string",
- "refresh_token": "string",
- "token_type": "Bearer",
- "expires_in": 0,
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "user@example.com",
- "name": "string",
- "role": "super_admin",
- "is_active": true,
- "last_login_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "user@example.com",
- "name": "string",
- "role": "super_admin",
- "is_active": true,
- "last_login_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| refresh_token required | string |
{- "refresh_token": "string"
}{- "access_token": "string",
- "refresh_token": "string",
- "token_type": "Bearer",
- "expires_in": 0,
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "user@example.com",
- "name": "string",
- "role": "super_admin",
- "is_active": true,
- "last_login_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}| Authorization required | string |
| position | integer >= 0 |
| image_url | string |
{- "position": 0,
- "image_url": "string"
}{- "id": 0,
- "image_url": "string",
- "has_image_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| page | integer |
| items_per_page | integer Default 25, max 1000 |
| Authorization required | string |
{- "data": [
- {
- "id": 0,
- "image_url": "string",
- "has_image_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | integer |
| Authorization required | string |
{- "id": 0,
- "image_url": "string",
- "has_image_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| position | integer >= 0 |
| image_url | string |
{- "position": 0,
- "image_url": "string"
}{- "id": 0,
- "image_url": "string",
- "has_image_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| Authorization required | string |
| position | integer >= 0 |
| image_url | string |
{- "position": 0,
- "image_url": "string"
}{- "id": 0,
- "image_url": "string",
- "has_image_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| page | integer |
| items_per_page | integer Default 25, max 1000 |
| Authorization required | string |
{- "data": [
- {
- "id": 0,
- "image_url": "string",
- "has_image_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | integer |
| Authorization required | string |
{- "id": 0,
- "image_url": "string",
- "has_image_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| position | integer >= 0 |
| image_url | string |
{- "position": 0,
- "image_url": "string"
}{- "id": 0,
- "image_url": "string",
- "has_image_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| Authorization required | string |
| name required | string <= 255 characters |
| position | integer >= 0 |
| file_url | string |
{- "name": "string",
- "position": 0,
- "file_url": "string"
}{- "id": 0,
- "name": "string",
- "file_url": "string",
- "has_file_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| q | string Case-insensitive name search |
| page | integer |
| items_per_page | integer Default 25, max 1000 |
| Authorization required | string |
{- "data": [
- {
- "id": 0,
- "name": "string",
- "file_url": "string",
- "has_file_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | integer |
| Authorization required | string |
{- "id": 0,
- "name": "string",
- "file_url": "string",
- "has_file_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| name | string <= 255 characters |
| position | integer >= 0 |
| file_url | string |
{- "name": "string",
- "position": 0,
- "file_url": "string"
}{- "id": 0,
- "name": "string",
- "file_url": "string",
- "has_file_upload": true,
- "position": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| Authorization required | string |
| tracks_csv | string or null |
| phases_csv | string or null |
| categories_csv | string or null |
| authors_csv | string or null |
| sessions_csv | string or null |
| session_taps_csv | string or null |
object | |
object |
{- "tracks_csv": "string",
- "phases_csv": "string",
- "categories_csv": "string",
- "authors_csv": "string",
- "sessions_csv": "string",
- "session_taps_csv": "string",
- "audio_files": {
- "property1": "string",
- "property2": "string"
}, - "image_files": {
- "property1": "string",
- "property2": "string"
}
}| Authorization required | string |
| tracks_csv | string or null |
| phases_csv | string or null |
| categories_csv | string or null |
| authors_csv | string or null |
| sessions_csv | string or null |
| session_taps_csv | string or null |
object | |
object |
{- "tracks_csv": "string",
- "phases_csv": "string",
- "categories_csv": "string",
- "authors_csv": "string",
- "sessions_csv": "string",
- "session_taps_csv": "string",
- "audio_files": {
- "property1": "string",
- "property2": "string"
}, - "image_files": {
- "property1": "string",
- "property2": "string"
}
}| Authorization required | string |
| session_ids required | Array of integers <= 500 items |
| language | string |
{- "session_ids": [
- 0
], - "language": "string"
}| Authorization required | string |
| session_ids required | Array of integers <= 500 items |
| language | string |
{- "session_ids": [
- 0
], - "language": "string"
}| Authorization required | string |
| session_ids required | Array of integers <= 500 items |
| language | string |
{- "session_ids": [
- 0
], - "language": "string"
}| Authorization required | string |
| name required | string <= 255 characters |
| ui_color required | string^#[0-9A-Fa-f]{6}$ |
| parent_id | integer or null |
| position | integer or null >= 0 |
{- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0
}{- "id": 0,
- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0,
- "is_imported": true,
- "is_hidden": true,
- "subcategories": [
- { }
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| include_hidden | boolean Include hidden categories |
| parent_id | integer Filter by parent. Pass null for top-level categories. |
| top_level_only | boolean |
| q | string Case-insensitive name search |
| page | integer |
| items_per_page | integer Default 25, up to 1000 |
| Authorization required | string |
{- "data": [
- {
- "id": 0,
- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0,
- "is_imported": true,
- "is_hidden": true,
- "subcategories": [
- { }
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | integer |
| Authorization required | string |
{- "id": 0,
- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0,
- "is_imported": true,
- "is_hidden": true,
- "subcategories": [
- { }
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| name | string <= 255 characters |
| ui_color | string^#[0-9A-Fa-f]{6}$ |
| parent_id | integer or null |
| position | integer or null >= 0 |
{- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0
}{- "id": 0,
- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0,
- "is_imported": true,
- "is_hidden": true,
- "subcategories": [
- { }
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| session_ids required | Array of integers |
{- "session_ids": [
- 0
]
}[- {
- "id": 0,
- "name": "string",
- "description": "string",
- "duration": 0,
- "position": 0,
- "audio_url": "string",
- "has_audio_upload": true,
- "author_id": 0,
- "category_id": 0,
- "phase_ids": [
- 0
], - "start_stress_checkin_time": 0,
- "end_stress_checkin_time": 0,
- "disable_ratings": true,
- "content_start_time": 0,
- "is_hidden": true,
- "is_imported": true,
- "session_taps": [
- {
- "id": 0,
- "show_at": 0,
- "point": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]| Authorization required | string |
| category_ids required | Array of integers |
{- "category_ids": [
- 0
]
}[- {
- "id": 0,
- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0,
- "is_imported": true,
- "is_hidden": true,
- "subcategories": [
- { }
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]| id required | integer |
| Authorization required | string |
| category_ids required | Array of integers |
{- "category_ids": [
- 0
]
}[- {
- "id": 0,
- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0,
- "is_imported": true,
- "is_hidden": true,
- "subcategories": [
- { }
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]| id required | integer |
| Authorization required | string |
{- "id": 0,
- "name": "string",
- "ui_color": "string",
- "parent_id": 0,
- "position": 0,
- "is_imported": true,
- "is_hidden": true,
- "subcategories": [
- { }
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| Authorization required | string |
| email required | string <email> |
| name required | string <= 255 characters |
| role required | string Enum: "super_admin" "clinical_admin" "content_manager" "support" "reporting" |
| password required | string >= 12 characters |
{- "email": "user@example.com",
- "name": "string",
- "role": "super_admin",
- "password": "stringstring"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "user@example.com",
- "name": "string",
- "role": "super_admin",
- "is_active": true,
- "last_login_at": "2019-08-24T14:15:22Z",
- "last_login_ip": "string",
- "deactivated_at": "2019-08-24T14:15:22Z",
- "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| include_inactive | boolean |
| role | string |
| q | string Case-insensitive search on name and email |
| page | integer |
| items_per_page | integer Default 25, max 100 |
| Authorization required | string |
{- "data": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "user@example.com",
- "name": "string",
- "role": "super_admin",
- "is_active": true,
- "last_login_at": "2019-08-24T14:15:22Z",
- "last_login_ip": "string",
- "deactivated_at": "2019-08-24T14:15:22Z",
- "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | string |
| Authorization required | string |
| reason required | string <= 500 characters |
{- "reason": "string"
}| id required | string |
| Authorization required | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "user@example.com",
- "name": "string",
- "role": "super_admin",
- "is_active": true,
- "last_login_at": "2019-08-24T14:15:22Z",
- "last_login_ip": "string",
- "deactivated_at": "2019-08-24T14:15:22Z",
- "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | string |
| Authorization required | string |
| name | string <= 255 characters |
| role | string |
{- "name": "string",
- "role": "string"
}| id required | string |
| Authorization required | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "user@example.com",
- "name": "string",
- "role": "super_admin",
- "is_active": true,
- "last_login_at": "2019-08-24T14:15:22Z",
- "last_login_ip": "string",
- "deactivated_at": "2019-08-24T14:15:22Z",
- "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| Authorization required | string |
| name required | string <= 255 characters |
| description required | string |
| cluster required | string |
| track_type required | string |
| position required | integer |
{- "name": "string",
- "description": "string",
- "cluster": "string",
- "track_type": "string",
- "position": 0
}{- "id": 0,
- "name": "string",
- "description": "string",
- "cluster": "string",
- "track_type": "string",
- "position": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "sessions_count": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| q | string Case-insensitive search on name and description |
| page | integer |
| items_per_page | integer Default 25, up to 1000 |
| Authorization required | string |
{- "data": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cluster": "string",
- "track_type": "string",
- "position": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "sessions_count": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | integer |
| Authorization required | string |
{- "id": 0,
- "name": "string",
- "description": "string",
- "cluster": "string",
- "track_type": "string",
- "position": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "sessions_count": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| name | string <= 255 characters |
| description | string |
| cluster | string |
| track_type | string |
| position | integer |
{- "name": "string",
- "description": "string",
- "cluster": "string",
- "track_type": "string",
- "position": 0
}{- "id": 0,
- "name": "string",
- "description": "string",
- "cluster": "string",
- "track_type": "string",
- "position": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "sessions_count": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| phase_session_ids required | Array of integers |
{- "phase_session_ids": [
- 0
]
}[- {
- "id": 0,
- "phase_id": 0,
- "session_id": 0,
- "position": 0,
- "session": {
- "id": 0,
- "name": "string",
- "duration": 0,
- "is_hidden": true
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]| id required | integer |
| Authorization required | string |
{- "data": [
- {
- "id": 0,
- "phase_id": 0,
- "session_id": 0,
- "position": 0,
- "session": {
- "id": 0,
- "name": "string",
- "duration": 0,
- "is_hidden": true
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | integer |
| session_id required | integer |
| Authorization required | string |
{- "id": 0,
- "phase_id": 0,
- "session_id": 0,
- "position": 0,
- "session": {
- "id": 0,
- "name": "string",
- "duration": 0,
- "is_hidden": true
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| Authorization required | string |
| name required | string <= 255 characters |
| duration required | integer >= 1 |
| position required | integer >= 0 |
| description | string |
| audio_url | string |
| author_id | integer or null |
| category_id | integer or null |
| phase_id | integer or null |
| is_hidden | boolean |
| start_stress_checkin_time | integer or null >= 0 |
| end_stress_checkin_time | integer or null >= 0 |
| disable_ratings | boolean |
{- "name": "string",
- "duration": 1,
- "position": 0,
- "description": "string",
- "audio_url": "string",
- "author_id": 0,
- "category_id": 0,
- "phase_id": 0,
- "is_hidden": true,
- "start_stress_checkin_time": 0,
- "end_stress_checkin_time": 0,
- "disable_ratings": true
}{- "id": 0,
- "name": "string",
- "description": "string",
- "duration": 0,
- "position": 0,
- "audio_url": "string",
- "has_audio_upload": true,
- "author_id": 0,
- "category_id": 0,
- "phase_ids": [
- 0
], - "start_stress_checkin_time": 0,
- "end_stress_checkin_time": 0,
- "disable_ratings": true,
- "content_start_time": 0,
- "is_hidden": true,
- "is_imported": true,
- "session_taps": [
- {
- "id": 0,
- "show_at": 0,
- "point": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| include_hidden | boolean |
| visibility | string :
|
| category_id | integer |
| phase_id | integer |
| author_id | integer |
| q | string Case-insensitive match on name |
| page | integer |
| items_per_page | integer Default 25, max 1000 (allow_more_items) |
| Authorization required | string |
{- "data": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "duration": 0,
- "position": 0,
- "audio_url": "string",
- "has_audio_upload": true,
- "author_id": 0,
- "category_id": 0,
- "phase_ids": [
- 0
], - "start_stress_checkin_time": 0,
- "end_stress_checkin_time": 0,
- "disable_ratings": true,
- "content_start_time": 0,
- "is_hidden": true,
- "is_imported": true,
- "session_taps": [
- {
- "id": 0,
- "show_at": 0,
- "point": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | integer |
| Authorization required | string |
{- "id": 0,
- "name": "string",
- "description": "string",
- "duration": 0,
- "position": 0,
- "audio_url": "string",
- "has_audio_upload": true,
- "author_id": 0,
- "category_id": 0,
- "phase_ids": [
- 0
], - "start_stress_checkin_time": 0,
- "end_stress_checkin_time": 0,
- "disable_ratings": true,
- "content_start_time": 0,
- "is_hidden": true,
- "is_imported": true,
- "session_taps": [
- {
- "id": 0,
- "show_at": 0,
- "point": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| name | string <= 255 characters |
| duration | integer >= 1 |
| position | integer >= 0 |
| description | string |
| is_hidden | boolean |
| disable_ratings | boolean |
{- "name": "string",
- "duration": 1,
- "position": 0,
- "description": "string",
- "is_hidden": true,
- "disable_ratings": true
}{- "id": 0,
- "name": "string",
- "description": "string",
- "duration": 0,
- "position": 0,
- "audio_url": "string",
- "has_audio_upload": true,
- "author_id": 0,
- "category_id": 0,
- "phase_ids": [
- 0
], - "start_stress_checkin_time": 0,
- "end_stress_checkin_time": 0,
- "disable_ratings": true,
- "content_start_time": 0,
- "is_hidden": true,
- "is_imported": true,
- "session_taps": [
- {
- "id": 0,
- "show_at": 0,
- "point": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
| phase_id | integer or null |
| category_id | integer or null |
{- "phase_id": 0,
- "category_id": 0
}{- "id": 0,
- "name": "string",
- "description": "string",
- "duration": 0,
- "position": 0,
- "audio_url": "string",
- "has_audio_upload": true,
- "author_id": 0,
- "category_id": 0,
- "phase_ids": [
- 0
], - "start_stress_checkin_time": 0,
- "end_stress_checkin_time": 0,
- "disable_ratings": true,
- "content_start_time": 0,
- "is_hidden": true,
- "is_imported": true,
- "session_taps": [
- {
- "id": 0,
- "show_at": 0,
- "point": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| Authorization required | string |
{- "id": 0,
- "name": "string",
- "description": "string",
- "duration": 0,
- "position": 0,
- "audio_url": "string",
- "has_audio_upload": true,
- "author_id": 0,
- "category_id": 0,
- "phase_ids": [
- 0
], - "start_stress_checkin_time": 0,
- "end_stress_checkin_time": 0,
- "disable_ratings": true,
- "content_start_time": 0,
- "is_hidden": true,
- "is_imported": true,
- "session_taps": [
- {
- "id": 0,
- "show_at": 0,
- "point": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| Authorization required | string |
| name required | string <= 255 characters ^[a-z0-9_]+$ |
| image_url | string |
{- "name": "string",
- "image_url": "string"
}{- "id": 0,
- "name": "string",
- "image_url": "string",
- "has_image_upload": true,
- "is_imported": true,
- "position": 0
}| q | string Case-insensitive name search |
| page | integer |
| items_per_page | integer Default 25, max 1000 (dropdown source) |
| Authorization required | string |
{- "data": [
- {
- "id": 0,
- "name": "string",
- "image_url": "string",
- "has_image_upload": true,
- "is_imported": true,
- "position": 0
}
], - "pagination": {
- "items_length": 0,
- "page": 0,
- "page_count": 0
}
}| id required | integer |
| Authorization required | string |
| name | string <= 255 characters ^[a-z0-9_]+$ |
| image_url | string |
{- "name": "string",
- "image_url": "string"
}{- "id": 0,
- "name": "string",
- "image_url": "string",
- "has_image_upload": true,
- "is_imported": true,
- "position": 0
}