Skip to content

ISAMaterialSchema

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

JSON-schema representing an ISA model material object, which is not a source or a sample (as they have specific schemas) - this will correspond to ‘Extract Name’, ‘Labeled Extract Name’

optional @context?: string

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


optional @id?: string

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


optional @type?: "Material"

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


optional characteristics?: ISAMaterialAttributeValueSchema[]

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


optional comments?: ISACommentSchema[]

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


optional name?: string

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


optional type?: "Extract Name" | "Labeled Extract Name"

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