CSP scan 2.4

JSON schema and example for CSP Mid scan

CSP scan 2.4

Example JSON

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

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

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

additionalProperties

True