JSON Pointer
A schema that is used to validate a part of Laboperator workflow templates.
string (JSON Pointer)
JSON Pointer is a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document as defined by RFC6901. It contains a sequence of zero or more reference tokens, each prefixed by a '/' character.
Examples:
/
/0/experiments
/devices/2/weighing
|
# Use '~1' to escape a '/''
/mass~1volume # => for { "mass/volume": ... }
|
# Use '~0' to escape a '~'
/sample~0dilutions # => for { "sample~dilutions": ... }
Where is this used?
Other schemas that have a reference ($ref
) to this schema.
No references found.