ska-mid-cbf-assignresources 1.0

Mid.CBF AssignResources schema 1.0

Example (Mid.CBF Parameters)

{
    "interface": "https://schema.skao.int/ska-mid-cbf-assignresources/1.0",
    "transaction_id": "txn-3fd8f6vxnkv",
    "receptor_ids": ["SKA001", "SKA036", "SKA063", "SKA100"]
}

https://schema.skao.int/ska-mid-cbf-assignresources/1.0

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

  • receptor_ids

The list of receptors that will be assigned to the Subarray.

Valid receptor IDs include:

  • SKA dishes: “SKAnnn”, where nnn is a zero padded integer in the range of 001 to 133.

  • MeerKAT dishes: “MKTnnn”, where nnn is a zero padded integer in the range of 000 to 063.

type

array

items

type

string

additionalProperties

True