$comment |
source code comments only, no semantics |
[RFC-ietf-asdf-sdf-23] |
IETF |
const |
constant value |
[RFC-ietf-asdf-sdf-23] |
IETF |
contentFormat |
content format |
[RFC-ietf-asdf-sdf-23] |
IETF |
default |
default value |
[RFC-ietf-asdf-sdf-23] |
IETF |
description |
long description text |
[RFC-ietf-asdf-sdf-23] |
IETF |
enum |
sdfChoice limited to text strings |
[RFC-ietf-asdf-sdf-23] |
IETF |
exclusiveMaximum |
exclusive maximum for a number |
[RFC-ietf-asdf-sdf-23] |
IETF |
exclusiveMinimum |
exclusive minimum for a number |
[RFC-ietf-asdf-sdf-23] |
IETF |
format |
specific format for a text string |
[RFC-ietf-asdf-sdf-23] |
IETF |
items |
items of an array |
[RFC-ietf-asdf-sdf-23] |
IETF |
label |
short text (no constraints); defaults to key |
[RFC-ietf-asdf-sdf-23] |
IETF |
maxItems |
maximum number of items in an array |
[RFC-ietf-asdf-sdf-23] |
IETF |
maxLength |
maximum length for a text string (in characters, i.e., Unicode scalar values) |
[RFC-ietf-asdf-sdf-23] |
IETF |
maximum |
maximum for a number |
[RFC-ietf-asdf-sdf-23] |
IETF |
minItems |
minimum number of items in an array |
[RFC-ietf-asdf-sdf-23] |
IETF |
minLength |
minimum length for a text string (in characters, i.e., Unicode scalar values) |
[RFC-ietf-asdf-sdf-23] |
IETF |
minimum |
minimum for a number |
[RFC-ietf-asdf-sdf-23] |
IETF |
multipleOf |
step size of number |
[RFC-ietf-asdf-sdf-23] |
IETF |
nullable |
boolean: can the item be left out? |
[RFC-ietf-asdf-sdf-23] |
IETF |
observable |
boolean: can the item be observed? |
[RFC-ietf-asdf-sdf-23] |
IETF |
pattern |
regular expression pattern for a text string |
[RFC-ietf-asdf-sdf-23] |
IETF |
properties |
named dataqualities for type="object" |
[RFC-ietf-asdf-sdf-23] |
IETF |
readable |
boolean: can the item be read? |
[RFC-ietf-asdf-sdf-23] |
IETF |
required |
which data items are required? |
[RFC-ietf-asdf-sdf-23] |
IETF |
sdfChoice |
named dataqualities for a choice |
[RFC-ietf-asdf-sdf-23] |
IETF |
sdfData |
named dataqualities for an independent data type definition |
[RFC-ietf-asdf-sdf-23] |
IETF |
sdfInputData |
input data to an action |
[RFC-ietf-asdf-sdf-23] |
IETF |
sdfOutputData |
output data of an action or event (sdfRequired applies here) |
[RFC-ietf-asdf-sdf-23] |
IETF |
sdfRef |
sdf-pointer to definition being referenced |
[RFC-ietf-asdf-sdf-23] |
IETF |
sdfRequired |
pointer-list to declarations of required components |
[RFC-ietf-asdf-sdf-23] |
IETF |
sdfRequiredInputData |
pointer-list to declarations of required input data for an action |
[RFC-ietf-asdf-sdf-23] |
IETF |
sdfType |
more detailed information about the type of a string |
[RFC-ietf-asdf-sdf-23] |
IETF |
type |
general category of data type |
[RFC-ietf-asdf-sdf-23] |
IETF |
uniqueItems |
boolean: do the items of the array need to be all different? |
[RFC-ietf-asdf-sdf-23] |
IETF |
unit |
engineering unit and scale (per SenML registry) |
[RFC-ietf-asdf-sdf-23] |
IETF |
writable |
boolean: can the item be written to? |
[RFC-ietf-asdf-sdf-23] |
IETF |