Mid TMC scan 2.3

Example JSON.

{
    "interface": "https://schema.skao.int/ska-tmc-scan/2.3",
    "transaction_id": "txn-....-00001",
    "scan_id": 1,
    "start_time": "2025-12-23T08:25:00.412Z",
    "duration": 2.0
}

https://schema.skao.int/ska-tmc-scan/2.3

type

object

properties

  • interface

URI of JSON schema applicable to this JSON payload.

type

string

  • transaction_id

A transaction id specific to the command

type

string

  • scan_id

Scan ID to associate with the data.

type

integer

  • start_time

Start time of the scan

type

string

  • duration

Scan duration in seconds.

Value must be > 0.

allOf

type

number

additionalProperties

True