1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2025-02-18 10:57:46 +03:00
parent 30baad99d1
commit cc655d75f4
2 changed files with 40 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,40 @@
 {
"data": [
{
"bigint_field": 9999999,
"bigserial_field": 9999999,
"bool_field": true,
"bytea_field": {
"BYTEA": "/9j/4VTBRX..."
},
"char_field": "A",
"charn_field": "AAA",
"date_field": "2025-02-18",
"dp_field": 1.0002,
"int_field": 100,
"ip_field": "127.0.0.1",
"json_field": {
"key": "ItsKey",
"value": 10
},
"jsonb_field": {
"key": "ItsKey",
"value": 10
},
"name_field": "Vitaly",
"oid_field": 24576,
"oldchar_field": 1,
"real_field": 15.1999998092651,
"serial_field": 100,
"smallint_field": 5,
"smallserial_field": 6,
"text_field": "Some text",
"time_field": "10:27:17.521765",
"ts_field": "2025-02-18 10:27:17.521765",
"tswtz_field": "2025-02-18 05:27:17.521765 +00:00",
"uuid_field": "01c7d2f4-b076-4582-b69b-e120ab495e05",
"varchar_field": "Some varchar"
}
],
"result": true
}