diff --git a/index.html b/index.html index 9ade431d7..41c7f9a73 100644 --- a/index.html +++ b/index.html @@ -2141,7 +2141,9 @@

Hypermedia Controls Vocabulary Definitions

the correct form for the operation required. op can be assigned one or more interaction verb(s) each representing a semantic intention of an - operation.optionalstring or Array of string (one of readproperty, writeproperty, observeproperty, unobserveproperty, invokeaction, queryaction, cancelaction, subscribeevent, unsubscribeevent, readallproperties, writeallproperties, readmultipleproperties, writemultipleproperties, observeallproperties, unobserveallproperties, subscribeallevents, unsubscribeallevents, or queryallactions)

Possible values for the contentCoding + + operation.with defaultstring or Array of string (one of readproperty, writeproperty, observeproperty, unobserveproperty, invokeaction, subscribeevent, unsubscribeevent, readallproperties, writeallproperties, readmultipleproperties, writemultipleproperties, observeallproperties, unobserveallproperties, subscribeallevents, or unsubscribeallevents)

Possible values for the contentCoding + property can be found, e.g., in the IANA HTTP content coding registry.

diff --git a/templates.sparql b/templates.sparql index 1f45ce88d..962c7f61a 100644 --- a/templates.sparql +++ b/templates.sparql @@ -133,7 +133,7 @@ template :field(?class ?ns) { "" format { "%s" - if(?hasDefault || ?prop = , + if(?hasDefault || ?prop = , "with default", if(?mandatory, "mandatory", "optional")) }