mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-06-08 06:03:55 +02:00
update example
This commit is contained in:
@@ -22,20 +22,22 @@ body:
|
|||||||
**Example: single object**
|
**Example: single object**
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"transponder_code_hex": "a1b2c3"
|
"registration_number": "N12345",
|
||||||
|
"tags": {"owner": "Taylor Swift"}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Example: multiple objects (array)**
|
**Example: multiple objects (array)**
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"registration_number": "N123AB"
|
"registration_number": "N12345",
|
||||||
},
|
"tags": {"internet": "starlink"}
|
||||||
{
|
},
|
||||||
"planequery_airframe_id": "cessna|172s|12345",
|
{
|
||||||
"transponder_code_hex": "0f1234"
|
"transponder_code_hex": "ABC123",
|
||||||
}
|
"tags": {"internet": "viasat", "owner": "John Doe"}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user