Skip to content

ISAMaterialAttributeValueSchema

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

JSON-schema representing an ISA model material attribute (or characteristic) value object

optional @context?: string

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


optional @id?: string

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


optional @type?: "MaterialAttributeValue"

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


optional category?: ISAMaterialAttributeSchema

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


optional comments?: ISACommentSchema[]

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


optional unit?: ISAOntologyReferenceSchema

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


optional value?: string | number | ISAOntologyReferenceSchema

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