forked from json-schema-org/json-schema-org.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared.html
More file actions
58 lines (41 loc) · 2.15 KB
/
shared.html
File metadata and controls
58 lines (41 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html>
<head>
<title>Common JSON Schema Definitions</title>
</head>
<body>
<p>The following are a list of some of the future common JSON Schema definitions. Included is the URL to reference and download the schema and object type definition. These shared definitions can be referenced in JSON Schemas and SMDs using JSON referencing (<a href="http://www.json.com/2007/10/19/json-referencing-proposal-and-library/">here is a suggested method)</a>.<br></p>
<ul>
<li>card - A representation of a person, company, organization, or place as defined at: <a href="http://microformats.org/wiki/hcard">http://microformats.org/wiki/hcard</a><br></li>
<ul>
<li>schema - <a href="http://json-schema.org/card">http://json-schema.org/card</a></li>
<li>object type definition - <a href="http://json-schema.org/card.properties">http://json-schema.org/card.properties</a> </li>
</ul>
<li>address - A street address, as defined at: http://microformats.org/wiki/hcard<br></li>
<ul>
<li>schema - <a href="http://json-schema.org/address">http://json-schema.org/address</a></li>
<li>object type definition - <a href="http://json-schema.org/address.properties">http://json-schema.org/address.properties</a></li>
</ul>
</ul>
<ul>
<li>geo - A geographic coordinate<br></li>
<ul>
<li>schema - <a href="http://json-schema.org/geo">http://json-schema.org/geo</a></li>
<li>object type definition - <a href="http://json-schema.org/geo.properties">http://json-schema.org/geo.properties</a></li>
</ul>
</ul>
<ul>
<li>schema - A JSON Schema<br></li>
<ul>
<li>schema - <a href="http://json-schema.org/schema">http://json-schema.org/schema</a></li>
<li>object type definition - <a href="http://json-schema.org/schema.properties">http://json-schema.org/schema.properties</a></li>
</ul>
</ul>
<ul>
<li>calendar - A representation of an event as defined at: <a href="http://microformats.org/wiki/hcalendar">http://microformats.org/wiki/hcalendar</a></li>
<ul>
<li>schema - <a href="http://json-schema.org/calendar">http://json-schema.org/calendar</a></li>
<li>object type definition - <a href="http://json-schema.org/calendar.properties">http://json-schema.org/calendar.properties</a><br></li>
</ul>
</ul>
</body>
</html>