Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ "fields": [ { "id": "_driver_name_raw", "anchor": "name of driver", "method": { "id": "label", "position": "below" } } ], "computed_fields": [ { "id": "driver_name_last", "method": { "id": "split", "source_id": "_driver_name_raw", "separator": " ", "index": 1 } }, { "id": "driver_name_first", "method": { "id": "split", "source_id": "_driver_name_raw", "separator": " ", "index": 0 } } ], }
{ "_driver_name_raw": { "type": "string", "value": "Petar Petrov" }, "driver_name_last": { "value": "Petrov", "type": "string" }, "driver_name_first": { "value": "Petar", "type": "string" } } `