Skip to content

ISASampleSchema

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

JSON-schema representing an ISA model Sample object (A sample represents a major output resulting from a protocol application other than the special case outputs of Extract or a Labeled Extract)

optional @context?: string

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


optional @id?: string

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


optional @type?: "Sample"

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


optional characteristics?: ISAMaterialAttributeValueSchema[]

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


optional comments?: ISACommentSchema[]

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


optional derivesFrom?: ISASourceSchema[]

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


optional factorValues?: ISAFactorValueSchema[]

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


optional name?: string

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