Skip to content

Commit 7ba6b0b

Browse files
committed
chore(testing): sync assertions.csv with the current assertions in the spec
1 parent 1e16b24 commit 7ba6b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/assertions.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,12 @@
392392
"td-vocab-synchronous--ActionAffordance","null","synchronousIndicates whether the action is synchronous (=true) or not. A synchronous action means that the response of action contains all the information about the result of the action and no further querying about the status of the action is needed. Lack of this keyword means that no claim on the synchronicity of the action can be made.optionalboolean"
393393
"td-vocab-title--DataSchema","null","titleProvides a human-readable title (e.g., display a text for UI representation) based on a default language.optionalstring"
394394
"td-vocab-title--InteractionAffordance","null","titleProvides a human-readable title (e.g., display a text for UI representation) based on a default language.optionalstring"
395-
"td-vocab-title--Thing","null","titleProvides a human-readable title (e.g., display a text for UI representation) based on a default language.mandatorystring"
395+
"td-vocab-title--Thing","null","titleProvides a human-readable title (e.g., display a text for UI representation) based on a default language.mandatoryany type"
396396
"td-vocab-titles--DataSchema","null","titlesProvides multi-language human-readable titles (e.g., display a text for UI representation in different languages). Also see MultiLanguage.optionalMap of MultiLanguage"
397397
"td-vocab-titles--InteractionAffordance","null","titlesProvides multi-language human-readable titles (e.g., display a text for UI representation in different languages). Also see MultiLanguage.optionalMap of MultiLanguage"
398398
"td-vocab-titles--Thing","null","titlesProvides multi-language human-readable titles (e.g., display a text for UI representation in different languages). Also see MultiLanguage.optionalMap of MultiLanguage"
399399
"td-vocab-token--OAuth2SecurityScheme","null","tokenURI of the token server.optionalanyURI"
400-
"td-vocab-type--DataSchema","null","typeAssignment of JSON-based data types compatible with JSON Schema (one of boolean, integer, number, string, object, array, or null).optionalstring (one of object, array, string, number, integer, boolean, or null)"
400+
"td-vocab-type--DataSchema","null","typeAssignment of JSON-based data types compatible with JSON Schema (one of boolean, integer, number, string, object, array, or null).optionalanyURI (one of object, array, string, number, integer, boolean, or null)"
401401
"td-vocab-type--DataSchema_array","null","type: Assignment of JSON-based data types MUST be compatible with JSON Schema (array)."
402402
"td-vocab-type--DataSchema_boolean","null","type: Assignment of JSON-based data types MUST be compatible with JSON Schema (boolean)."
403403
"td-vocab-type--DataSchema_integer","null","type: Assignment of JSON-based data types MUST be compatible with JSON Schema (integer)."

0 commit comments

Comments
 (0)