CSP scan 8.1

JSON schema and example for CSP Low scan

LOWCSP scan description 8.1

Example JSON (LOW CSP scan JSON v. 8.1)

{
    "interface": "https://schema.skao.int/ska-low-csp-scan/8.1",
    "transaction_id": "txn-....-00001",
    "common": {
        "subarray_id": 1
    },
    "scan_id": 987654321,
    "start_time": "2026-03-03T19:34:12.345Z"
}

https://schema.skao.int/ska-low-csp-scan/8.1

type

object

properties

  • interface

LOW CSP SCAN interface

type

string

  • transaction_id

A transaction id specific to the command

type

string

  • common

LOWCSP common section 8.1

LOWCSP subarray id arguments

type

object

properties

  • subarray_id

subarray id

type

integer

additionalProperties

True

  • scan_id

Scan ID

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