measurement/error-1.0.0

Measurement error description.

Description

A basic schema to represent a measurement error.

Outline

Schema Definitions

This type is an object with the following properties:

Original Schema

%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
...