Schema v1
First iteration of the schema
CorrectionSet
type |
object |
|
properties |
||
|
Schema Version |
|
type |
integer |
|
enum |
1 |
|
const |
1 |
|
|
Corrections |
|
type |
array |
|
items |
||
additionalProperties |
False |
Binning
type |
object |
|||
properties |
||||
|
Nodetype |
|||
type |
string |
|||
enum |
binning |
|||
const |
binning |
|||
|
Edges |
|||
type |
array |
|||
items |
type |
number |
||
|
Content |
|||
type |
array |
|||
items |
anyOf |
|||
type |
number |
|||
additionalProperties |
False |
Category
type |
object |
|||
properties |
||||
|
Nodetype |
|||
type |
string |
|||
enum |
category |
|||
const |
category |
|||
|
Keys |
|||
type |
array |
|||
items |
anyOf |
type |
string |
|
type |
integer |
|||
|
Content |
|||
type |
array |
|||
items |
anyOf |
|||
type |
number |
|||
additionalProperties |
False |
Correction
type |
object |
||
properties |
|||
|
Name |
||
type |
string |
||
|
Description |
||
default |
null |
||
anyOf |
type |
string |
|
type |
null |
||
|
Version |
||
type |
integer |
||
|
Inputs |
||
type |
array |
||
items |
|||
|
|||
|
Data |
||
anyOf |
|||
type |
number |
||
additionalProperties |
False |
Formula
type |
object |
||
properties |
|||
|
Expression |
||
type |
string |
||
|
Parser |
||
type |
string |
||
enum |
TFormula, numexpr |
||
|
Parameters |
||
type |
array |
||
items |
type |
integer |
|
additionalProperties |
False |
MultiBinning
N-dimensional rectangular binning
type |
object |
|||
properties |
||||
|
Nodetype |
|||
type |
string |
|||
enum |
multibinning |
|||
const |
multibinning |
|||
|
Edges |
|||
type |
array |
|||
items |
type |
array |
||
items |
type |
number |
||
|
Content |
|||
type |
array |
|||
items |
anyOf |
|||
type |
number |
|||
additionalProperties |
False |
Variable
type |
object |
||
properties |
|||
|
Name |
||
type |
string |
||
|
Type |
||
type |
string |
||
enum |
string, int, real |
||
|
Description |
||
default |
null |
||
anyOf |
type |
string |
|
type |
null |
||
additionalProperties |
False |