Skip to content

Commit ddf2088

Browse files
committed
bugfix; schema now appears
1 parent ee906ae commit ddf2088

File tree

5 files changed

+102
-85
lines changed

5 files changed

+102
-85
lines changed

context/hypermedia-context.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@id": "hctl:additionalReturns"
7878
},
7979
"schema": {
80-
"@id": "hctl:additionalOutputSchema",
80+
"@id": "hctl:hasAdditionalOutputSchema",
8181
"@type" : "@id"
8282
},
8383
"success": {

context/td-context-1.1.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"@id": "hctl:additionalReturns"
370370
},
371371
"schema": {
372-
"@id": "hctl:additionalOutputSchema",
372+
"@id": "hctl:hasAdditionalOutputSchema",
373373
"@type": "@id"
374374
},
375375
"success": {
@@ -463,7 +463,7 @@
463463
"@id": "hctl:additionalReturns"
464464
},
465465
"schema": {
466-
"@id": "hctl:additionalOutputSchema",
466+
"@id": "hctl:hasAdditionalOutputSchema",
467467
"@type": "@id"
468468
},
469469
"success": {

context/td-context.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ _:hasForm-additionalResponses <http://www.w3.org/ns/json-ld#iri> <https://www.w3
615615
_:hasForm-context <http://www.w3.org/ns/json-ld#definition> _:hasForm-schema .
616616
_:hasForm-schema <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/json-ld#Mapping> .
617617
_:hasForm-schema <http://www.w3.org/ns/json-ld#term> "schema" .
618-
_:hasForm-schema <http://www.w3.org/ns/json-ld#iri> <https://www.w3.org/2019/wot/hypermedia#additionalOutputSchema> .
618+
_:hasForm-schema <http://www.w3.org/ns/json-ld#iri> <https://www.w3.org/2019/wot/hypermedia#hasAdditionalOutputSchema> .
619619
_:hasForm-context <http://www.w3.org/ns/json-ld#definition> _:hasForm-success .
620620
_:hasForm-success <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/json-ld#Mapping> .
621621
_:hasForm-success <http://www.w3.org/ns/json-ld#term> "success" .
@@ -779,7 +779,7 @@ _:hasLink-additionalResponses <http://www.w3.org/ns/json-ld#iri> <https://www.w3
779779
_:hasLink-context <http://www.w3.org/ns/json-ld#definition> _:hasLink-schema .
780780
_:hasLink-schema <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/json-ld#Mapping> .
781781
_:hasLink-schema <http://www.w3.org/ns/json-ld#term> "schema" .
782-
_:hasLink-schema <http://www.w3.org/ns/json-ld#iri> <https://www.w3.org/2019/wot/hypermedia#additionalOutputSchema> .
782+
_:hasLink-schema <http://www.w3.org/ns/json-ld#iri> <https://www.w3.org/2019/wot/hypermedia#hasAdditionalOutputSchema> .
783783
_:hasLink-context <http://www.w3.org/ns/json-ld#definition> _:hasLink-success .
784784
_:hasLink-success <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/json-ld#Mapping> .
785785
_:hasLink-success <http://www.w3.org/ns/json-ld#term> "success" .

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ <h2>Hypermedia Controls Vocabulary Definitions</h2>
21732173
the media type [<cite><a class="bibref" data-link-type="biblio" href="#bib-rfc2046" title="Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types">RFC2046</a></cite>].</td><td>mandatory</td><td><a href="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#string"><code>string</code></a></td></tr></tbody></table></section>
21742174
<section><h3><code>AdditionalExpectedResponse</code></h3><p>Communication metadata describing the expected
21752175
response message for additional responses.</p><table class="def"><thead><tr><th><a>Vocabulary term</a></th><th>Description</th><th>Assignment</th><th>Type</th></tr></thead><tbody><tr class="rfc2119-table-assertion" id="td-vocab-success--AdditionalExpectedResponse"><td><code>success</code></td><td>Signals if an additional response should not be considered an error.</td><td><a href="#sec-default-values">with default</a></td><td><a href="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#boolean"><code>boolean</code></a></td></tr>
2176-
<tr class="rfc2119-table-assertion" id="td-vocab---AdditionalExpectedResponse"><td><code></code></td><td>Used to define the output data schema
2176+
<tr class="rfc2119-table-assertion" id="td-vocab-schema--AdditionalExpectedResponse"><td><code>schema</code></td><td>Used to define the output data schema
21772177
for an additional response if it differs from the default
21782178
output data schema.
21792179
Rather than a <code>DataSchema</code> object, the

0 commit comments

Comments
 (0)