pocketbase-import/input/example.json
michal-kapala 3c78bb2a1b url type added
+ support for `Url` columns
2023-06-28 02:16:09 +02:00

25 lines
454 B
JSON

[
{
"id": 1,
"name": "john",
"is_good": true,
"score": 0.8412384213497,
"email": "john.doe@example.com",
"json": [],
"date": "2023-03-05T00:35:21.104Z",
"url": "https://example.com"
},
{
"id": 2,
"name": "fire",
"is_good": false,
"score": -80347329472,
"email": "firebase@google.com",
"json": {
"xd": "nice meme"
},
"date": null,
"url": "sftp://fire@8.8.8.8/base.txt"
}
]