Measurement error description.
This node must validate against one of the following:
%YAML 1.1 --- $schema: "http://stsci.edu/schemas/yaml-schema/draft-01" id: "http://weldx.bam.de/schemas/weldx/measurement/error-1.0.0" tag: "tag:weldx.bam.de:weldx/measurement/error-1.0.0" title: | Measurement error description. description: | A basic schema to represent a measurement error. type: object properties: deviation: description: | A simple numerical representation of the error. oneOf: - type: number - $ref: tag:stsci.edu:asdf/unit/quantity-1.1.0 required: [deviation] flowStyle: block additionalProperties: false ...