Schema v1

First iteration of the schema

Download json.

CorrectionSet

type

object

properties

  • schema_version

Schema Version

const

1

  • corrections

Corrections

type

array

items

Correction

additionalProperties

False

Binning

type

object

properties

  • nodetype

Nodetype

const

binning

  • edges

Edges

type

array

items

type

number

  • content

Content

type

array

items

anyOf

Binning

MultiBinning

Category

Formula

type

number

additionalProperties

False

Category

type

object

properties

  • nodetype

Nodetype

const

category

  • keys

Keys

type

array

items

anyOf

type

string

type

integer

  • content

Content

type

array

items

anyOf

Binning

MultiBinning

Category

Formula

type

number

additionalProperties

False

Correction

type

object

properties

  • name

Name

type

string

  • description

Description

default

null

anyOf

type

string

type

null

  • version

Version

type

integer

  • inputs

Inputs

type

array

items

Variable

  • output

Variable

  • data

Data

anyOf

Binning

MultiBinning

Category

Formula

type

number

additionalProperties

False

Formula

type

object

properties

  • expression

Expression

type

string

  • parser

Parser

type

string

enum

TFormula, numexpr

  • parameters

Parameters

type

array

items

type

integer

additionalProperties

False

MultiBinning

N-dimensional rectangular binning

type

object

properties

  • nodetype

Nodetype

const

multibinning

  • edges

Edges

type

array

items

type

array

items

type

number

  • content

Content

type

array

items

anyOf

Binning

MultiBinning

Category

Formula

type

number

additionalProperties

False

Variable

type

object

properties

  • name

Name

type

string

  • type

Type

type

string

enum

string, int, real

  • description

Description

default

null

anyOf

type

string

type

null

additionalProperties

False