json icon

Ready to Acquire

v0.6.0events
schema.json
1{
2  "$schema": "http://json-schema.org/draft-07/schema#",
3  "title": "ReadyToAcquire",
4  "type": "object",
5  "properties": {
6    "logId": { "type": ["integer", "null" ] },
7    "facilityId": { "type": ["string", "null"] },
8    "reportTrackingId": { "type": "string" }
9  },
10  "required": ["reportTrackingId"],
11  "additionalProperties": false
12}

Details

Format
JSON Schema
Resource
events
Summary
Indicates when a data acquisition log is ready to be processed

Versions

Downloads