Low TMC resource release 2.0

Example JSON.

{
    "interface": "https://schema.skao.int/ska-low-tmc-releaseresources/2.0",
    "transaction_id": "txn-....-00001",
    "subarray_id": 1,
    "release_all": true
}

https://schema.skao.int/ska-low-tmc-releaseresources/2.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

  • subarray_id

ID of the sub-array which should release resources.

type

integer

  • release_all

true to release all resources, false to release only the resources defined in this payload.

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

type

boolean

additionalProperties

True