ska-low-tmc-releaseresources

Low TMC resource release 3.0

Example JSON.

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

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

default

null

  • 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

False

Low TMC resource release 2.0

Example JSON.

{
    "interface": "https://schema.skao.in/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

default

null

  • 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

False

Low TMC resource release 1.0

Example JSON.

{
    "interface": "https://schema.skatelescope.org/ska-low-tmc-releaseresources/1.0",
    "subarray_id": 1,
    "release_all": true
}

https://schema.skatelescope.org/ska-low-tmc-releaseresources/1.0

type

object

properties

  • interface

URI of JSON schema applicable to this JSON payload.

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

False