Closed egekorkan closed 2 years ago
The TD spec mentions JSON Pointer as the type of tm:required . However, the examples contain:
tm:required
{ "tm:required": [ "#/properties/status", "#/actions/toggle" ] }
Use of # is actually not a JSON Pointer as per RFC 6901:
#
Call of 06.07:
The TD spec mentions JSON Pointer as the type of
tm:required
. However, the examples contain:Use of
#
is actually not a JSON Pointer as per RFC 6901: