Add SCUM world query assets
This commit is contained in:
@@ -482,6 +482,81 @@
|
||||
"maxRows": 1,
|
||||
"timeoutMs": 2000,
|
||||
"maxResultBytes": 32768
|
||||
},
|
||||
{
|
||||
"key": "scum-squads-read",
|
||||
"adapterVersion": "scum-live-data-v1",
|
||||
"assetPath": "assets/scum-live/queries/squads-read.json",
|
||||
"digest": "sha256:e7746ac4f4ea86038c1a035087154d4dc3a622fdb14b3ad94b45fec819486f50",
|
||||
"capability": "squads.read",
|
||||
"requiredSchemaFingerprint": "sha256:ebd477d6c6ead9c34c41169af489236d762a76186d45dedd753d50f1b81e26f0",
|
||||
"transportKey": "scum-database",
|
||||
"targetKey": "scum-database",
|
||||
"parameterSchemaRef": "schemas/scum-live/squads-read.parameters.schema.json",
|
||||
"resultSchemaRef": "schemas/scum-live/squads-read.result.schema.json",
|
||||
"maxRows": 100,
|
||||
"timeoutMs": 2000,
|
||||
"maxResultBytes": 65536
|
||||
},
|
||||
{
|
||||
"key": "scum-squad-members-read",
|
||||
"adapterVersion": "scum-live-data-v1",
|
||||
"assetPath": "assets/scum-live/queries/squad-members-read.json",
|
||||
"digest": "sha256:e49b634d8a63b0d1f979706ff4a99050c11b5661d494f72897e89da6554f0654",
|
||||
"capability": "squad-members.read",
|
||||
"requiredSchemaFingerprint": "sha256:ebd477d6c6ead9c34c41169af489236d762a76186d45dedd753d50f1b81e26f0",
|
||||
"transportKey": "scum-database",
|
||||
"targetKey": "scum-database",
|
||||
"parameterSchemaRef": "schemas/scum-live/squad-members-read.parameters.schema.json",
|
||||
"resultSchemaRef": "schemas/scum-live/squad-members-read.result.schema.json",
|
||||
"maxRows": 500,
|
||||
"timeoutMs": 2000,
|
||||
"maxResultBytes": 131072
|
||||
},
|
||||
{
|
||||
"key": "scum-vehicles-read",
|
||||
"adapterVersion": "scum-live-data-v1",
|
||||
"assetPath": "assets/scum-live/queries/vehicles-read.json",
|
||||
"digest": "sha256:e2362451c3a4392adeca38c5e81055674f78e982cee710a33717b3d06bb78dc3",
|
||||
"capability": "vehicles.read",
|
||||
"requiredSchemaFingerprint": "sha256:ebd477d6c6ead9c34c41169af489236d762a76186d45dedd753d50f1b81e26f0",
|
||||
"transportKey": "scum-database",
|
||||
"targetKey": "scum-database",
|
||||
"parameterSchemaRef": "schemas/scum-live/vehicles-read.parameters.schema.json",
|
||||
"resultSchemaRef": "schemas/scum-live/vehicles-read.result.schema.json",
|
||||
"maxRows": 500,
|
||||
"timeoutMs": 2000,
|
||||
"maxResultBytes": 262144
|
||||
},
|
||||
{
|
||||
"key": "scum-flags-read",
|
||||
"adapterVersion": "scum-live-data-v1",
|
||||
"assetPath": "assets/scum-live/queries/flags-read.json",
|
||||
"digest": "sha256:42ddc6e8a237b7d576834845d1b1d5b2a2fc087668579eac0e3dc08ce2941000",
|
||||
"capability": "flags.read",
|
||||
"requiredSchemaFingerprint": "sha256:ebd477d6c6ead9c34c41169af489236d762a76186d45dedd753d50f1b81e26f0",
|
||||
"transportKey": "scum-database",
|
||||
"targetKey": "scum-database",
|
||||
"parameterSchemaRef": "schemas/scum-live/flags-read.parameters.schema.json",
|
||||
"resultSchemaRef": "schemas/scum-live/flags-read.result.schema.json",
|
||||
"maxRows": 200,
|
||||
"timeoutMs": 2000,
|
||||
"maxResultBytes": 65536
|
||||
},
|
||||
{
|
||||
"key": "scum-positions-read",
|
||||
"adapterVersion": "scum-live-data-v1",
|
||||
"assetPath": "assets/scum-live/queries/positions-read.json",
|
||||
"digest": "sha256:88629de001e6882ce9e72bf5f0b17770d408c665869d04cd768c2e3fdfb9f790",
|
||||
"capability": "positions.read",
|
||||
"requiredSchemaFingerprint": "sha256:ebd477d6c6ead9c34c41169af489236d762a76186d45dedd753d50f1b81e26f0",
|
||||
"transportKey": "scum-database",
|
||||
"targetKey": "scum-database",
|
||||
"parameterSchemaRef": "schemas/scum-live/positions-read.parameters.schema.json",
|
||||
"resultSchemaRef": "schemas/scum-live/positions-read.result.schema.json",
|
||||
"maxRows": 500,
|
||||
"timeoutMs": 2000,
|
||||
"maxResultBytes": 262144
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -558,6 +633,26 @@
|
||||
{
|
||||
"path": "assets/scum-live/queries/player-session-enrichment-read.json",
|
||||
"mode": 384
|
||||
},
|
||||
{
|
||||
"path": "assets/scum-live/queries/squads-read.json",
|
||||
"mode": 384
|
||||
},
|
||||
{
|
||||
"path": "assets/scum-live/queries/squad-members-read.json",
|
||||
"mode": 384
|
||||
},
|
||||
{
|
||||
"path": "assets/scum-live/queries/vehicles-read.json",
|
||||
"mode": 384
|
||||
},
|
||||
{
|
||||
"path": "assets/scum-live/queries/flags-read.json",
|
||||
"mode": 384
|
||||
},
|
||||
{
|
||||
"path": "assets/scum-live/queries/positions-read.json",
|
||||
"mode": 384
|
||||
}
|
||||
],
|
||||
"productionLifecycle": {
|
||||
|
||||
Reference in New Issue
Block a user