ska-tmc-releaseresources

Mid TMC resource release 2.1

Example JSON.

{
    "interface": "https://schema.skao.in/ska-tmc-releaseresources/2.1",
    "transaction_id": "txn-....-00001",
    "subarray_id": 1,
    "release_all": true,
    "receptor_ids": []
}

https://schema.skao.int/ska-tmc-releaseresources/2.1

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

default

null

  • subarray_id

ID of the sub-array which should release resources.

type

integer

  • release_all

Scan ID to associate with the data. true to release all resources, false to release only the resources defined in this payload.

Note: partial resource release for SKA Mid is not implemented and the identification of the resources to release is not yet part of the schema.

type

boolean

  • receptor_ids

empty list of receptor_ids when release_all is true

type

array

default

null

items

type

string

additionalProperties

False