CSP scan 2.5

JSON schema and example for CSP Mid scan

CSP scan 2.5

Example JSON

{
    "interface": "https://schema.skao.int/ska-csp-scan/2.5",
    "scan_id": 7,
    "transaction_id": "txn-....-00001",
    "start_time": "2026-03-03T19:34:12.345Z",
    "duration": 20.0
}

https://schema.skao.int/ska-csp-scan/2.5

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

Time at which scan starts

Expected to be in ISO 8601 format with UTC timezone, e.g. ā€œ2026-03-03T19:34:12.345Zā€.

type

string

  • duration

Scan duration in seconds. Value must be >= 0.0

type

number

additionalProperties

True