You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
<t>This attribute is a string that provides a full description of the of purpose the instance property.</t>
464
472
</section>
465
473
466
-
<sectiontitle="format">
467
-
<t>This property defines the type of data, content type, or microformat to be expected in the instance property values. A format attribute MAY be one of the values listed below, and if so, SHOULD adhere to the semantics describing for the format. A format SHOULD only be used to give meaning to primitive types (string, integer, number, or boolean). Validators MAY (but are not required to) validate that the instance values conform to a format.</t>
468
-
469
-
<t>
470
-
The following formats are predefined:
471
-
472
-
<liststyle="hanging">
473
-
<thangText="date-time">This SHOULD be a date in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time. This is the recommended form of date/timestamp.</t>
474
-
<thangText="date">This SHOULD be a date in the format of YYYY-MM-DD. It is recommended that you use the "date-time" format instead of "date" unless you need to transfer only the date part.</t>
475
-
<thangText="time">This SHOULD be a time in the format of hh:mm:ss. It is recommended that you use the "date-time" format instead of "time" unless you need to transfer only the time part.</t>
476
-
<thangText="utc-millisec">This SHOULD be the difference, measured in milliseconds, between the specified time and midnight, 00:00 of January 1, 1970 UTC. The value SHOULD be a number (integer or float).</t>
477
-
<thangText="regex">A regular expression, following the regular expression specification from ECMA 262/Perl 5.</t>
478
-
<thangText="color">This is a CSS color (like "#FF0000" or "red"), based on <xreftarget="W3C.CR-CSS21-20070719">CSS 2.1</xref>.</t>
479
-
<thangText="style">This is a CSS style definition (like "color: red; background-color:#FFF"), based on <xreftarget="W3C.CR-CSS21-20070719">CSS 2.1</xref>.</t>
480
-
<thangText="phone">This SHOULD be a phone number (format MAY follow E.123).</t>
481
-
<thangText="uri">This value SHOULD be a URI.</t>
482
-
<thangText="email">This SHOULD be an email address.</t>
483
-
<thangText="ip-address">This SHOULD be an ip version 4 address.</t>
484
-
<thangText="ipv6">This SHOULD be an ip version 6 address.</t>
485
-
<thangText="host-name">This SHOULD be a host-name.</t>
486
-
</list>
487
-
</t>
488
-
489
-
<t>Additional custom formats MAY be created. These custom formats MAY be expressed as an URI, and this URI MAY reference a schema of that format.</t>
490
-
</section>
491
-
492
474
<sectiontitle="divisibleBy">
493
475
<t>This attribute defines what value the number instance must be divisible by with no remainder (the result of the division must be an integer.) The value of this attribute SHOULD NOT be 0.</t>
indicates the target URI of the related resource. The value
@@ -741,6 +723,10 @@ GET /Resource/
741
723
</t>
742
724
</section>
743
725
726
+
<sectiontitle="template">
727
+
<t>This property value is a string that defines the templating language used in the <xreftarget="href">"href"</xref> attribute. If no templating language is defined, then the default <xreftarget="href">Link Description Object templating langauge</xref> is used.</t>
728
+
</section>
729
+
744
730
<sectiontitle="targetSchema">
745
731
<t>This property value is a schema that defines the expected structure of the JSON representation of the target of the link.</t>
0 commit comments