Skip to content

ISAAssayJSONSchema

Defined in: types/isa.d.ts:306

JSON Schema describing an ISA model Assay object

optional @context?: string

Defined in: types/isa.d.ts:308


optional @id?: string

Defined in: types/isa.d.ts:307


optional @type?: "Assay"

Defined in: types/isa.d.ts:309


optional characteristicCategories?: ISAMaterialAttributeSchema[]

Defined in: types/isa.d.ts:323

List of all the characteristics categories (or material attributes) defined in the study, used to avoid duplication of their declaration when each material_attribute_value is created.


optional comments?: ISACommentSchema[]

Defined in: types/isa.d.ts:329


optional dataFiles?: ISADataSchema[]

Defined in: types/isa.d.ts:314


optional filename?: string

Defined in: types/isa.d.ts:310


optional materials?: object

Defined in: types/isa.d.ts:315

[k: string]: unknown

optional otherMaterials?: ISAMaterialSchema[]

optional samples?: ISASampleSchema[]


optional measurementType?: ISAOntologyReferenceSchema

Defined in: types/isa.d.ts:311


optional processSequence?: ISAProcessSchema[]

Defined in: types/isa.d.ts:328


optional technologyPlatform?: string

Defined in: types/isa.d.ts:313


optional technologyType?: ISAOntologyReferenceSchema

Defined in: types/isa.d.ts:312


optional unitCategories?: ISAOntologyReferenceSchema[]

Defined in: types/isa.d.ts:327

List of all the unitsdefined in the study, used to avoid duplication of their declaration when each value is created.