@fedify/fedify 1.6.1-dev.869 → 1.6.1-dev.871

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (457) hide show
  1. package/dist/actor-CM3gfkH6.js +36173 -0
  2. package/dist/{vocab/actor.js → actor-D7NMuy45.js} +5 -4
  3. package/dist/{vocab/actor.d.ts → actor-lFlm8FYo.d.ts} +2 -2
  4. package/dist/{node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert.js → assert-Dv75vaGI.js} +2 -1
  5. package/dist/assert_equals-ClvzlhZu.js +1020 -0
  6. package/dist/{node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_instance_of.js → assert_instance_of--9UCVKsi.js} +2 -1
  7. package/dist/{node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_is_error.js → assert_is_error-D162gXcM.js} +2 -2
  8. package/dist/{node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_not_equals.js → assert_not_equals-Cyf5m9Ke.js} +2 -2
  9. package/dist/{node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_rejects.js → assert_rejects-FOHCtlD2.js} +23 -3
  10. package/dist/{node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_throws.js → assert_throws-CRfQJvVx.js} +3 -2
  11. package/dist/{runtime/authdocloader.js → authdocloader-BKZDAq91.js} +5 -4
  12. package/dist/authdocloader-OfYZlI31.js +51 -0
  13. package/dist/{federation/builder.js → builder-DSTiU6ue.js} +6 -5
  14. package/dist/{_virtual/rolldown_runtime.js → chunk-HsBuZ-b2.js} +1 -0
  15. package/dist/client-Dw1pCSIt.d.ts +299 -0
  16. package/dist/{nodeinfo/client.js → client-RN5A1Qgw.js} +3 -2
  17. package/dist/{federation/collection.js → collection-QaGK9TVn.js} +1 -0
  18. package/dist/compat/mod.d.ts +12 -2
  19. package/dist/compat/mod.js +2 -1
  20. package/dist/compat/transformers.test.d.ts +2 -1
  21. package/dist/compat/transformers.test.js +32 -8
  22. package/dist/context-CzJXjNR8.d.ts +2034 -0
  23. package/dist/{testing/context.js → context-DZKXS0DV.js} +5 -4
  24. package/dist/{x/denokv.js → denokv-iB_ggPGm.js} +3 -1
  25. package/dist/{testing/docloader.js → docloader-09nVWLAZ.js} +1 -0
  26. package/dist/{runtime/contexts.js → docloader-BcMxZ9JH.js} +420 -1
  27. package/dist/docloader-DDFam5Xn.js +4594 -0
  28. package/dist/{runtime/docloader.d.ts → docloader-DTRsVZPo.d.ts} +1 -1
  29. package/dist/esm-BxIKwi-M.js +1221 -0
  30. package/dist/federation/builder.test.d.ts +2 -1
  31. package/dist/federation/builder.test.js +21 -7
  32. package/dist/federation/collection.test.d.ts +2 -1
  33. package/dist/federation/collection.test.js +11 -3
  34. package/dist/federation/handler.test.d.ts +2 -1
  35. package/dist/federation/handler.test.js +40 -12
  36. package/dist/federation/inbox.test.d.ts +2 -1
  37. package/dist/federation/inbox.test.js +12 -5
  38. package/dist/federation/keycache.test.d.ts +2 -1
  39. package/dist/federation/keycache.test.js +12 -7
  40. package/dist/federation/kv.test.d.ts +2 -1
  41. package/dist/federation/kv.test.js +11 -3
  42. package/dist/federation/middleware.test.d.ts +2 -1
  43. package/dist/federation/middleware.test.js +107 -26
  44. package/dist/federation/mod.d.ts +13 -13
  45. package/dist/federation/mod.js +12 -8
  46. package/dist/federation/mq.test.d.ts +2 -1
  47. package/dist/federation/mq.test.js +153 -6
  48. package/dist/federation/retry.test.d.ts +2 -1
  49. package/dist/federation/retry.test.js +5 -5
  50. package/dist/federation/router.test.d.ts +2 -1
  51. package/dist/federation/router.test.js +11 -6
  52. package/dist/federation/send.test.d.ts +2 -1
  53. package/dist/federation/send.test.js +25 -13
  54. package/dist/{federation/mq.js → federation-Bmj7soSg.js} +47 -1
  55. package/dist/{node_modules/.pnpm/@jsr_hongminhee__deno-mock-fetch@0.3.2/node_modules/@jsr/hongminhee__deno-mock-fetch/router.js → hongminhee__deno-mock-fetch-DJKLj_H-.js} +96 -1
  56. package/dist/{sig/http.js → http-BFvv3ZId.js} +5 -4
  57. package/dist/http-BImJcLfv.d.ts +258 -0
  58. package/dist/http-v1TqJ9Qa.js +720 -0
  59. package/dist/{federation/inbox.js → inbox-XV_W1qfB.js} +4 -3
  60. package/dist/key-BNM-ickE.js +16 -0
  61. package/dist/key-CVIQ7iUB.js +262 -0
  62. package/dist/{sig/key.js → key-DIk4Rloj.js} +2 -4
  63. package/dist/key-DiVhk5ik.js +10 -0
  64. package/dist/{federation/keycache.js → keycache-uTxsh7dt.js} +2 -1
  65. package/dist/{testing/keys.js → keys-D7lJqunm.js} +2 -2
  66. package/dist/{federation/kv.js → kv-DohFOP2C.js} +1 -0
  67. package/dist/{runtime/langstr.js → langstr-DbWheeIS.js} +1 -0
  68. package/dist/{sig/ld.js → ld-bOhcKpmk.js} +6 -6
  69. package/dist/{webfinger/lookup.js → lookup-B5KVF6HM.js} +1 -3
  70. package/dist/lookup-D3xTID-6.js +131 -0
  71. package/dist/{webfinger/jrd.d.ts → lookup-DAfStZtI.d.ts} +41 -1
  72. package/dist/{vocab/lookup.js → lookup-D_v0FFGL.js} +5 -5
  73. package/dist/middleware-BFedQWFA.js +33 -0
  74. package/dist/middleware-BiYIqI0b.js +3525 -0
  75. package/dist/{federation/middleware.js → middleware-CPAfRtS5.js} +957 -105
  76. package/dist/middleware-pAGwVkRf.js +17 -0
  77. package/dist/mod-1pDWKvUL.d.ts +2 -0
  78. package/dist/{runtime/key.d.ts → mod-BxwG4X3V.d.ts} +52 -7
  79. package/dist/{compat/transformers.d.ts → mod-CeLnlsqE.d.ts} +3 -4
  80. package/dist/{vocab/lookup.d.ts → mod-DysVoXOu.d.ts} +98 -3
  81. package/dist/mod-GIh5OYxW.d.ts +2 -0
  82. package/dist/{sig/ld.d.ts → mod-XT0mRthe.d.ts} +126 -4
  83. package/dist/mod-g0xFzAP9.d.ts +2 -0
  84. package/dist/mod.d.ts +18 -34
  85. package/dist/mod.js +17 -27
  86. package/dist/multibase-DeCHcK8L.js +316 -0
  87. package/dist/nodeinfo/client.test.d.ts +2 -1
  88. package/dist/nodeinfo/client.test.js +15 -4
  89. package/dist/nodeinfo/handler.test.d.ts +2 -1
  90. package/dist/nodeinfo/handler.test.js +39 -7
  91. package/dist/nodeinfo/mod.d.ts +4 -3
  92. package/dist/nodeinfo/mod.js +3 -3
  93. package/dist/nodeinfo/semver.test.d.ts +2 -1
  94. package/dist/nodeinfo/semver.test.js +11 -4
  95. package/dist/nodeinfo/types.test.d.ts +2 -1
  96. package/dist/nodeinfo/types.test.js +12 -4
  97. package/dist/{sig/owner.d.ts → owner-BjpObx-L.d.ts} +4 -6
  98. package/dist/{sig/owner.js → owner-tYPzPLFs.js} +4 -4
  99. package/dist/proof-D0cf4R25.js +595 -0
  100. package/dist/{sig/proof.js → proof-DIsZ1VTb.js} +5 -4
  101. package/dist/{federation/retry.js → retry-BiIhZWgD.js} +1 -0
  102. package/dist/{federation/router.js → router-D_aVZZUc.js} +1 -0
  103. package/dist/runtime/authdocloader.test.d.ts +2 -1
  104. package/dist/runtime/authdocloader.test.js +24 -9
  105. package/dist/runtime/docloader.test.d.ts +2 -1
  106. package/dist/runtime/docloader.test.js +15 -11
  107. package/dist/runtime/key.test.d.ts +2 -1
  108. package/dist/runtime/key.test.js +19 -4
  109. package/dist/runtime/langstr.test.d.ts +2 -1
  110. package/dist/runtime/langstr.test.js +11 -3
  111. package/dist/runtime/mod.d.ts +5 -4
  112. package/dist/runtime/mod.js +7 -4
  113. package/dist/runtime/multibase/multibase.test.d.ts +2 -1
  114. package/dist/runtime/multibase/multibase.test.js +11 -5
  115. package/dist/runtime/url.test.d.ts +2 -1
  116. package/dist/runtime/url.test.js +7 -6
  117. package/dist/{nodeinfo/semver.js → semver-CbbIgUsa.js} +1 -0
  118. package/dist/{federation/send.js → send-CFBOnY61.js} +3 -2
  119. package/dist/sig/http.test.d.ts +2 -1
  120. package/dist/sig/http.test.js +23 -12
  121. package/dist/sig/key.test.d.ts +2 -1
  122. package/dist/sig/key.test.js +21 -8
  123. package/dist/sig/ld.test.d.ts +2 -1
  124. package/dist/sig/ld.test.js +19 -11
  125. package/dist/sig/mod.d.ts +7 -5
  126. package/dist/sig/mod.js +7 -5
  127. package/dist/sig/owner.test.d.ts +2 -1
  128. package/dist/sig/owner.test.js +23 -9
  129. package/dist/sig/proof.test.d.ts +2 -1
  130. package/dist/sig/proof.test.js +22 -10
  131. package/dist/std__assert-CaBUULmX.js +151 -0
  132. package/dist/testing/docloader.test.d.ts +2 -1
  133. package/dist/testing/docloader.test.js +11 -3
  134. package/dist/testing/mod.d.ts +1 -0
  135. package/dist/testing/mod.js +2 -136
  136. package/dist/testing-jcGLO9Lp.js +143 -0
  137. package/dist/{compat/transformers.js → transformers-jxj-4o2K.js} +1 -1
  138. package/dist/{vocab/type.js → type-D2s5lmbZ.js} +1 -0
  139. package/dist/{nodeinfo/types.js → types-CqoqWDkp.js} +2 -1
  140. package/dist/types-D4p7qK8A.js +457 -0
  141. package/dist/{runtime/url.js → url-kTAI6_KP.js} +1 -0
  142. package/dist/vocab/actor.test.d.ts +2 -1
  143. package/dist/vocab/actor.test.js +5853 -14
  144. package/dist/vocab/lookup.test.d.ts +2 -1
  145. package/dist/vocab/lookup.test.js +20 -7
  146. package/dist/vocab/mod.d.ts +5 -5
  147. package/dist/vocab/mod.js +4 -5
  148. package/dist/vocab/type.test.d.ts +2 -1
  149. package/dist/vocab/type.test.js +9 -4
  150. package/dist/vocab/vocab.test.d.ts +2 -1
  151. package/dist/vocab/vocab.test.js +2440 -15
  152. package/dist/vocab-BSNlVPPE.js +172 -0
  153. package/dist/{vocab/vocab.js → vocab-BxrrllKY.js} +331 -182
  154. package/dist/{vocab/vocab.d.ts → vocab-CLWdoo7y.d.ts} +21 -9
  155. package/dist/webfinger/handler.test.d.ts +2 -1
  156. package/dist/webfinger/handler.test.js +39 -7
  157. package/dist/webfinger/lookup.test.d.ts +2 -1
  158. package/dist/webfinger/lookup.test.js +14 -4
  159. package/dist/webfinger/mod.d.ts +4 -2
  160. package/dist/webfinger/mod.js +3 -1
  161. package/dist/x/cfworkers.d.ts +49 -0
  162. package/dist/x/cfworkers.js +73 -0
  163. package/dist/x/cfworkers.test.d.ts +3 -0
  164. package/dist/x/cfworkers.test.js +153 -0
  165. package/dist/x/hono.d.ts +11 -2
  166. package/dist/x/sveltekit.d.ts +11 -2
  167. package/package.json +6 -1
  168. package/dist/codegen/fs.js +0 -23
  169. package/dist/codegen/schema.js +0 -88
  170. package/dist/codegen/type.js +0 -392
  171. package/dist/compat/types.d.ts +0 -18
  172. package/dist/deno.js +0 -137
  173. package/dist/federation/builder.d.ts +0 -19
  174. package/dist/federation/callback.d.ts +0 -211
  175. package/dist/federation/collection.d.ts +0 -36
  176. package/dist/federation/context.d.ts +0 -757
  177. package/dist/federation/federation.d.ts +0 -689
  178. package/dist/federation/handler.d.ts +0 -44
  179. package/dist/federation/handler.js +0 -543
  180. package/dist/federation/middleware.d.ts +0 -101
  181. package/dist/federation/negotiation.js +0 -63
  182. package/dist/federation/retry.d.ts +0 -71
  183. package/dist/federation/router.d.ts +0 -92
  184. package/dist/federation/send.d.ts +0 -29
  185. package/dist/node_modules/.pnpm/@jsr_hongminhee__deno-mock-fetch@0.3.2/node_modules/@jsr/hongminhee__deno-mock-fetch/mod.js +0 -101
  186. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_equals.js +0 -49
  187. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_exists.js +0 -32
  188. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_false.js +0 -26
  189. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_greater.js +0 -34
  190. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_greater_or_equal.js +0 -34
  191. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_strict_equals.js +0 -53
  192. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_string_includes.js +0 -32
  193. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assertion_error.js +0 -33
  194. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/equal.js +0 -79
  195. package/dist/node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/mod.js +0 -19
  196. package/dist/node_modules/.pnpm/@jsr_std__internal@1.0.7/node_modules/@jsr/std__internal/assertion_state.js +0 -177
  197. package/dist/node_modules/.pnpm/@jsr_std__internal@1.0.7/node_modules/@jsr/std__internal/build_message.js +0 -101
  198. package/dist/node_modules/.pnpm/@jsr_std__internal@1.0.7/node_modules/@jsr/std__internal/diff.js +0 -274
  199. package/dist/node_modules/.pnpm/@jsr_std__internal@1.0.7/node_modules/@jsr/std__internal/diff_str.js +0 -148
  200. package/dist/node_modules/.pnpm/@jsr_std__internal@1.0.7/node_modules/@jsr/std__internal/format.js +0 -37
  201. package/dist/node_modules/.pnpm/@jsr_std__internal@1.0.7/node_modules/@jsr/std__internal/mod.js +0 -10
  202. package/dist/node_modules/.pnpm/@jsr_std__internal@1.0.7/node_modules/@jsr/std__internal/styles.js +0 -172
  203. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/assert_path.js +0 -11
  204. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/constants.js +0 -10
  205. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/dirname.js +0 -14
  206. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/from_file_url.js +0 -13
  207. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/normalize.js +0 -14
  208. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/normalize_string.js +0 -60
  209. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/strip_trailing_separators.js +0 -15
  210. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_os.js +0 -9
  211. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/extname.js +0 -4
  212. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/format.js +0 -4
  213. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/from_file_url.js +0 -34
  214. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/glob_to_regexp.js +0 -4
  215. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/is_absolute.js +0 -4
  216. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/join.js +0 -4
  217. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/join_globs.js +0 -4
  218. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/mod.js +0 -5
  219. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/normalize.js +0 -4
  220. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/normalize_glob.js +0 -4
  221. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/parse.js +0 -4
  222. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/_util.js +0 -13
  223. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/dirname.js +0 -54
  224. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/from_file_url.js +0 -27
  225. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/join.js +0 -47
  226. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/normalize.js +0 -59
  227. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/relative.js +0 -4
  228. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/resolve.js +0 -4
  229. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/to_file_url.js +0 -4
  230. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/to_namespaced_path.js +0 -4
  231. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/windows/from_file_url.js +0 -31
  232. package/dist/node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/_strip.js +0 -17
  233. package/dist/node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/dirname.js +0 -38
  234. package/dist/node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/join.js +0 -36
  235. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_chars.js +0 -47
  236. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_dumper_state.js +0 -4
  237. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_loader_state.js +0 -884
  238. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_schema.js +0 -120
  239. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/binary.js +0 -92
  240. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/bool.js +0 -41
  241. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/float.js +0 -58
  242. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/int.js +0 -118
  243. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/map.js +0 -18
  244. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/merge.js +0 -14
  245. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/nil.js +0 -23
  246. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/omap.js +0 -31
  247. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/pairs.js +0 -22
  248. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/regexp.js +0 -29
  249. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/seq.js +0 -14
  250. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/set.js +0 -17
  251. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/str.js +0 -14
  252. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/timestamp.js +0 -57
  253. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_type/undefined.js +0 -24
  254. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/_utils.js +0 -17
  255. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/mod.js +0 -5
  256. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/parse.js +0 -54
  257. package/dist/node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/stringify.js +0 -4
  258. package/dist/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/dist/index.js +0 -68
  259. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/AlwaysShrinkableArbitrary.js +0 -30
  260. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/ArrayArbitrary.js +0 -203
  261. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/ArrayInt64Arbitrary.js +0 -122
  262. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/BigIntArbitrary.js +0 -63
  263. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/ConstantArbitrary.js +0 -58
  264. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/FrequencyArbitrary.js +0 -136
  265. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/IntegerArbitrary.js +0 -64
  266. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/LazyArbitrary.js +0 -29
  267. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/StringUnitArbitrary.js +0 -45
  268. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/TupleArbitrary.js +0 -74
  269. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/WithShrinkFromOtherArbitrary.js +0 -40
  270. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/builders/AnyArbitraryBuilder.js +0 -97
  271. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/builders/BoxedArbitraryBuilder.js +0 -13
  272. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/builders/CharacterArbitraryBuilder.js +0 -17
  273. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/builders/RestrictedIntegerArbitraryBuilder.js +0 -23
  274. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/builders/TypedIntArrayArbitraryBuilder.js +0 -32
  275. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/data/GraphemeRanges.js +0 -990
  276. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/ArrayInt64.js +0 -98
  277. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/BiasNumericRange.js +0 -53
  278. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/BuildSlicedGenerator.js +0 -15
  279. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/CustomEqualSet.js +0 -27
  280. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/DepthContext.js +0 -24
  281. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/DoubleHelpers.js +0 -96
  282. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/DoubleOnlyHelpers.js +0 -25
  283. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/FloatHelpers.js +0 -57
  284. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/FloatOnlyHelpers.js +0 -26
  285. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/FloatingOnlyHelpers.js +0 -26
  286. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/GraphemeRangesHelpers.js +0 -58
  287. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/MaxLengthFromMinLength.js +0 -72
  288. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/NoUndefinedAsContext.js +0 -16
  289. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/QualifiedObjectConstraints.js +0 -58
  290. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/SameValueSet.js +0 -41
  291. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/SameValueZeroSet.js +0 -33
  292. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/ShrinkBigInt.js +0 -37
  293. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/ShrinkInteger.js +0 -41
  294. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/SlicesForStringBuilder.js +0 -74
  295. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/StrictlyEqualSet.js +0 -38
  296. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/helpers/TokenizeString.js +0 -47
  297. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/implementations/NoopSlicedGenerator.js +0 -21
  298. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/implementations/SlicedBasedGenerator.js +0 -53
  299. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/ArrayToMap.js +0 -16
  300. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/ArrayToSet.js +0 -16
  301. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/CodePointsToString.js +0 -17
  302. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/IndexToCharString.js +0 -20
  303. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/IndexToMappedConstant.js +0 -69
  304. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/IndexToPrintableIndex.js +0 -18
  305. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/KeyValuePairsToObject.js +0 -42
  306. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/PatternsToString.js +0 -32
  307. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/TimeToDate.js +0 -30
  308. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/_internals/mappers/UnboxedToBoxed.js +0 -22
  309. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/anything.js +0 -14
  310. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/array.js +0 -22
  311. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/bigInt.js +0 -38
  312. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/boolean.js +0 -24
  313. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/constant.js +0 -13
  314. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/constantFrom.js +0 -14
  315. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/date.js +0 -30
  316. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/dictionary.js +0 -27
  317. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/double.js +0 -54
  318. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/float.js +0 -60
  319. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/float32Array.js +0 -22
  320. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/float64Array.js +0 -22
  321. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/fullUnicode.js +0 -24
  322. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/fullUnicodeString.js +0 -20
  323. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/int16Array.js +0 -15
  324. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/int32Array.js +0 -15
  325. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/int8Array.js +0 -15
  326. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/integer.js +0 -26
  327. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/letrec.js +0 -28
  328. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/mapToConstant.js +0 -26
  329. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/maxSafeInteger.js +0 -15
  330. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/nat.js +0 -17
  331. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/noBias.js +0 -11
  332. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/oneof.js +0 -31
  333. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/sparseArray.js +0 -68
  334. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/string.js +0 -32
  335. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/tuple.js +0 -13
  336. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/uint16Array.js +0 -15
  337. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/uint32Array.js +0 -15
  338. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/uint8Array.js +0 -15
  339. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/uint8ClampedArray.js +0 -15
  340. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/arbitrary/uniqueArray.js +0 -47
  341. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/arbitrary/definition/Arbitrary.js +0 -184
  342. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/arbitrary/definition/Value.js +0 -31
  343. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/precondition/PreconditionFailure.js +0 -19
  344. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/property/IRawProperty.js +0 -12
  345. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/property/IgnoreEqualValuesProperty.js +0 -52
  346. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/property/Property.generic.js +0 -77
  347. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/property/Property.js +0 -22
  348. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/property/SkipAfterProperty.js +0 -61
  349. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/property/TimeoutProperty.js +0 -52
  350. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/property/UnbiasedProperty.js +0 -29
  351. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/DecorateProperty.js +0 -26
  352. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/Runner.js +0 -61
  353. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/RunnerIterator.js +0 -47
  354. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/SourceValuesIterator.js +0 -35
  355. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/Tosser.js +0 -33
  356. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/configuration/GlobalParameters.js +0 -12
  357. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/configuration/QualifiedParameters.js +0 -121
  358. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/configuration/VerbosityLevel.js +0 -14
  359. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/reporter/ExecutionStatus.js +0 -14
  360. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/reporter/RunExecution.js +0 -116
  361. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/utils/PathWalker.js +0 -24
  362. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/runner/utils/RunDetailsFormatter.js +0 -135
  363. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/symbols.js +0 -15
  364. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/random/generator/Random.js +0 -48
  365. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/stream/LazyIterableIterator.js +0 -24
  366. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/stream/Stream.js +0 -84
  367. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/stream/StreamHelpers.js +0 -50
  368. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/utils/apply.js +0 -28
  369. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/utils/globals.js +0 -309
  370. package/dist/node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/utils/stringify.js +0 -217
  371. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/CallHistory.js +0 -94
  372. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/FetchMock.js +0 -143
  373. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/IsSubsetOf.js +0 -103
  374. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/Matchers.js +0 -195
  375. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/RequestUtils.js +0 -83
  376. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/Route.js +0 -137
  377. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/Router.js +0 -181
  378. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/StatusTextMap.js +0 -73
  379. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/TypeDescriptor.js +0 -97
  380. package/dist/node_modules/.pnpm/fetch-mock@12.5.2/node_modules/fetch-mock/dist/esm/index.js +0 -11
  381. package/dist/node_modules/.pnpm/glob-to-regexp@0.4.1/node_modules/glob-to-regexp/index.js +0 -87
  382. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/UniformArrayIntDistribution.js +0 -20
  383. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/UniformBigIntDistribution.js +0 -20
  384. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/UniformIntDistribution.js +0 -20
  385. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/UnsafeUniformArrayIntDistribution.js +0 -20
  386. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/UnsafeUniformBigIntDistribution.js +0 -32
  387. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/UnsafeUniformIntDistribution.js +0 -43
  388. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/internals/ArrayInt.js +0 -139
  389. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/internals/UnsafeUniformArrayIntDistributionInternal.js +0 -26
  390. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/distribution/internals/UnsafeUniformIntDistributionInternal.js +0 -14
  391. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/generator/LinearCongruential.js +0 -53
  392. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/generator/MersenneTwister.js +0 -114
  393. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/generator/RandomGenerator.js +0 -26
  394. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/generator/XorShift.js +0 -83
  395. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/generator/XoroShiro.js +0 -83
  396. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/pure-rand-default.js +0 -44
  397. package/dist/node_modules/.pnpm/pure-rand@6.1.0/node_modules/pure-rand/lib/esm/pure-rand.js +0 -22
  398. package/dist/node_modules/.pnpm/regexparam@3.0.0/node_modules/regexparam/dist/index.js +0 -37
  399. package/dist/nodeinfo/client.d.ts +0 -96
  400. package/dist/nodeinfo/handler.js +0 -46
  401. package/dist/nodeinfo/semver.d.ts +0 -78
  402. package/dist/nodeinfo/types.d.ts +0 -140
  403. package/dist/runtime/authdocloader.d.ts +0 -56
  404. package/dist/runtime/docloader.js +0 -291
  405. package/dist/runtime/key.js +0 -156
  406. package/dist/runtime/langstr.d.ts +0 -24
  407. package/dist/runtime/multibase/base.js +0 -32
  408. package/dist/runtime/multibase/constants.js +0 -172
  409. package/dist/runtime/multibase/index.js +0 -57
  410. package/dist/runtime/multibase/rfc4648.js +0 -61
  411. package/dist/runtime/multibase/util.js +0 -21
  412. package/dist/sig/http.d.ts +0 -143
  413. package/dist/sig/key.d.ts +0 -125
  414. package/dist/sig/proof.d.ts +0 -134
  415. package/dist/testing/fixtures/example.com/person.js +0 -29
  416. package/dist/testing/fixtures/example.com/person2.js +0 -48
  417. package/dist/vocab/constants.d.ts +0 -24
  418. package/dist/vocab/constants.js +0 -17
  419. package/dist/vocab/type.d.ts +0 -107
  420. package/dist/webfinger/handler.js +0 -140
  421. package/dist/webfinger/lookup.d.ts +0 -47
  422. /package/dist/{node_modules/.pnpm/@jsr_std__assert@0.226.0/node_modules/@jsr/std__assert/assert_object_match.js → compat-Bb5myD13.js} +0 -0
  423. /package/dist/{testing/fixtures → fixtures}/activitypub.academy/users/brauca_darradiul.json +0 -0
  424. /package/dist/{testing/fixtures → fixtures}/example.com/announce.json +0 -0
  425. /package/dist/{testing/fixtures → fixtures}/example.com/collection.json +0 -0
  426. /package/dist/{testing/fixtures → fixtures}/example.com/create.json +0 -0
  427. /package/dist/{testing/fixtures → fixtures}/example.com/cross-origin-actor.json +0 -0
  428. /package/dist/{testing/fixtures → fixtures}/example.com/hong-gildong.json +0 -0
  429. /package/dist/{testing/fixtures → fixtures}/example.com/invite.json +0 -0
  430. /package/dist/{testing/fixtures → fixtures}/example.com/key.json +0 -0
  431. /package/dist/{testing/fixtures → fixtures}/example.com/key2.json +0 -0
  432. /package/dist/{testing/fixtures → fixtures}/example.com/object.json +0 -0
  433. /package/dist/{testing/fixtures → fixtures}/example.com/orderedcollectionpage.json +0 -0
  434. /package/dist/{testing/fixtures → fixtures}/example.com/paged/a.json +0 -0
  435. /package/dist/{testing/fixtures → fixtures}/example.com/paged/b.json +0 -0
  436. /package/dist/{testing/fixtures → fixtures}/example.com/paged-collection.json +0 -0
  437. /package/dist/{testing/fixtures → fixtures}/example.com/person.json +0 -0
  438. /package/dist/{testing/fixtures → fixtures}/example.com/person2.json +0 -0
  439. /package/dist/{testing/fixtures → fixtures}/example.com/test.json +0 -0
  440. /package/dist/{testing/fixtures → fixtures}/example.com/users/handle.json +0 -0
  441. /package/dist/{testing/fixtures → fixtures}/example.com/wrong-type.json +0 -0
  442. /package/dist/{testing/fixtures → fixtures}/remote.domain/users/bob.json +0 -0
  443. /package/dist/{testing/fixtures → fixtures}/server.example/users/alice.json +0 -0
  444. /package/dist/{testing/fixtures → fixtures}/w3id.org/identity/v1.json +0 -0
  445. /package/dist/{testing/fixtures → fixtures}/w3id.org/security/data-integrity/v1.json +0 -0
  446. /package/dist/{testing/fixtures → fixtures}/w3id.org/security/multikey/v1.json +0 -0
  447. /package/dist/{testing/fixtures → fixtures}/w3id.org/security/v1.json +0 -0
  448. /package/dist/{testing/fixtures → fixtures}/wizard.casa/users/hongminhee.json +0 -0
  449. /package/dist/{testing/fixtures → fixtures}/www.w3.org/ns/activitystreams.json +0 -0
  450. /package/dist/{testing/fixtures → fixtures}/www.w3.org/ns/did/v1.json +0 -0
  451. /package/dist/{federation/kv.d.ts → kv-BmsWxOQ2.d.ts} +0 -0
  452. /package/dist/{federation/mq.d.ts → mq-Bue016Tz.d.ts} +0 -0
  453. /package/dist/{node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/basename.js → nodeinfo-CyEbLjHs.js} +0 -0
  454. /package/dist/{node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/common.js → runtime-BSkOVUWM.js} +0 -0
  455. /package/dist/{node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/constants.js → sig-BXJO--F9.js} +0 -0
  456. /package/dist/{codegen → vocab}/schema.yaml +0 -0
  457. /package/dist/{node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/dirname.js → webfinger-C3GIyXIg.js} +0 -0
@@ -0,0 +1,4594 @@
1
+
2
+ import { Temporal } from "@js-temporal/polyfill";
3
+ import { URLPattern } from "urlpattern-polyfill";
4
+
5
+ import { getLogger } from "@logtape/logtape";
6
+ import { HTTPHeaderLink } from "@hugoalh/http-header-link";
7
+ import process from "node:process";
8
+ import { lookup } from "node:dns/promises";
9
+ import { isIP } from "node:net";
10
+
11
+ //#region deno.json
12
+ var name = "@fedify/fedify";
13
+ var version = "1.6.1-dev.871+ca12a15a";
14
+ var license = "MIT";
15
+ var exports = {
16
+ ".": "./mod.ts",
17
+ "./compat": "./compat/mod.ts",
18
+ "./federation": "./federation/mod.ts",
19
+ "./nodeinfo": "./nodeinfo/mod.ts",
20
+ "./runtime": "./runtime/mod.ts",
21
+ "./sig": "./sig/mod.ts",
22
+ "./vocab": "./vocab/mod.ts",
23
+ "./webfinger": "./webfinger/mod.ts",
24
+ "./x/cfworkers": "./x/cfworkers.ts",
25
+ "./x/denokv": "./x/denokv.ts",
26
+ "./x/fresh": "./x/fresh.ts",
27
+ "./x/hono": "./x/hono.ts",
28
+ "./x/sveltekit": "./x/sveltekit.ts"
29
+ };
30
+ var imports = {
31
+ "@cfworker/json-schema": "npm:@cfworker/json-schema@^4.1.1",
32
+ "@cloudflare/workers-types": "npm:@cloudflare/workers-types@^4.20250529.0",
33
+ "@es-toolkit/es-toolkit": "jsr:@es-toolkit/es-toolkit@^1.38.0",
34
+ "@hongminhee/deno-mock-fetch": "jsr:@hongminhee/deno-mock-fetch@^0.3.2",
35
+ "@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
36
+ "@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
37
+ "@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
38
+ "@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
39
+ "@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
40
+ "@std/assert": "jsr:@std/assert@^0.226.0",
41
+ "@std/testing": "jsr:@std/testing@^0.224.0",
42
+ "@std/url": "jsr:@std/url@^0.225.1",
43
+ "@std/yaml": "jsr:@std/yaml@^0.224.3",
44
+ "asn1js": "npm:asn1js@^3.0.5",
45
+ "byte-encodings": "npm:byte-encodings@^1.0.11",
46
+ "fast-check": "npm:fast-check@^3.22.0",
47
+ "fetch-mock": "npm:fetch-mock@^12.5.2",
48
+ "json-canon": "npm:json-canon@^1.0.1",
49
+ "jsonld": "npm:jsonld@^8.3.2",
50
+ "multicodec": "npm:multicodec@^3.2.1",
51
+ "pkijs": "npm:pkijs@^3.2.4",
52
+ "structured-field-values": "npm:structured-field-values@^2.0.4",
53
+ "tsdown": "npm:tsdown@^0.12.2",
54
+ "uri-template-router": "npm:uri-template-router@^0.0.17",
55
+ "url-template": "npm:url-template@^3.1.1"
56
+ };
57
+ var include = ["vocab/vocab.ts"];
58
+ var exclude = [
59
+ "apidoc/",
60
+ "cfworkers/dist/",
61
+ "cfworkers/fixtures/",
62
+ "cfworkers/imports.ts",
63
+ "cfworkers/README.md",
64
+ "cfworkers/server.ts",
65
+ "cfworkers/server.js",
66
+ "cfworkers/server.js.map",
67
+ "codegen/schema.yaml",
68
+ "dist/",
69
+ "node_modules/",
70
+ "npm/",
71
+ "pnpm-lock.yaml",
72
+ "vocab/*.yaml",
73
+ "!vocab/vocab.ts"
74
+ ];
75
+ var tasks = {
76
+ "codegen": "deno run --allow-read --allow-write --check codegen/main.ts vocab/ ../runtime/ > vocab/vocab.ts && deno fmt vocab/vocab.ts && deno cache vocab/vocab.ts && deno check vocab/vocab.ts",
77
+ "check-version": "deno run --allow-read=package.json scripts/check_version.ts && deno run ../cli/scripts/check_version.ts",
78
+ "sync-version": "deno run --allow-read=package.json --allow-write=package.json scripts/sync_version.ts && deno run --allow-read=../cli/deno.json --allow-write=../cli/deno.json ../cli/scripts/sync_version.ts",
79
+ "cache": {
80
+ "command": "deno cache mod.ts",
81
+ "dependencies": ["check-version", "codegen"]
82
+ },
83
+ "check": {
84
+ "command": "deno fmt --check && deno lint && deno check */*.ts",
85
+ "dependencies": ["codegen"]
86
+ },
87
+ "test": {
88
+ "command": "deno test --check --doc --allow-read --allow-write --allow-env --unstable-kv --trace-leaks --parallel",
89
+ "dependencies": ["codegen"]
90
+ },
91
+ "coverage": "deno task test --clean --coverage && deno coverage --html coverage",
92
+ "bench": {
93
+ "command": "deno bench --allow-read --allow-write --allow-net --allow-env --allow-run --unstable-kv",
94
+ "dependencies": ["codegen"]
95
+ },
96
+ "apidoc": {
97
+ "command": "deno doc --html --name=Fedify --output=apidoc/ mod.ts",
98
+ "dependencies": ["codegen"]
99
+ },
100
+ "publish": {
101
+ "command": "deno publish",
102
+ "dependencies": ["check-version", "codegen"]
103
+ },
104
+ "pnpm:install": "pnpm install",
105
+ "pnpm:build": {
106
+ "command": "pnpm exec tsdown",
107
+ "dependencies": ["codegen", "pnpm:install"]
108
+ },
109
+ "npm": {
110
+ "command": "pnpm pack",
111
+ "dependencies": ["sync-version", "pnpm:install"]
112
+ },
113
+ "test:node": {
114
+ "command": "cd dist/ && node --test",
115
+ "dependencies": ["pnpm:build"]
116
+ },
117
+ "test:bun": {
118
+ "command": "cd dist/ && bun test --timeout 60000",
119
+ "dependencies": ["pnpm:build"]
120
+ },
121
+ "test:cfworkers": {
122
+ "command": "pnpm exec wrangler deploy --dry-run --outdir cfworkers && node --import=tsx cfworkers/client.ts",
123
+ "dependencies": ["pnpm:build"]
124
+ },
125
+ "test-all": { "dependencies": [
126
+ "check",
127
+ "test",
128
+ "test:node",
129
+ "test:bun",
130
+ "test:cfworkers"
131
+ ] }
132
+ };
133
+ var deno_default = {
134
+ name,
135
+ version,
136
+ license,
137
+ exports,
138
+ imports,
139
+ include,
140
+ exclude,
141
+ tasks
142
+ };
143
+
144
+ //#endregion
145
+ //#region runtime/contexts.ts
146
+ const preloadedContexts = {
147
+ "https://www.w3.org/ns/activitystreams": { "@context": {
148
+ "@vocab": "_:",
149
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
150
+ "as": "https://www.w3.org/ns/activitystreams#",
151
+ "ldp": "http://www.w3.org/ns/ldp#",
152
+ "vcard": "http://www.w3.org/2006/vcard/ns#",
153
+ "id": "@id",
154
+ "type": "@type",
155
+ "Accept": "as:Accept",
156
+ "Activity": "as:Activity",
157
+ "IntransitiveActivity": "as:IntransitiveActivity",
158
+ "Add": "as:Add",
159
+ "Announce": "as:Announce",
160
+ "Application": "as:Application",
161
+ "Arrive": "as:Arrive",
162
+ "Article": "as:Article",
163
+ "Audio": "as:Audio",
164
+ "Block": "as:Block",
165
+ "Collection": "as:Collection",
166
+ "CollectionPage": "as:CollectionPage",
167
+ "Relationship": "as:Relationship",
168
+ "Create": "as:Create",
169
+ "Delete": "as:Delete",
170
+ "Dislike": "as:Dislike",
171
+ "Document": "as:Document",
172
+ "Event": "as:Event",
173
+ "Follow": "as:Follow",
174
+ "Flag": "as:Flag",
175
+ "Group": "as:Group",
176
+ "Ignore": "as:Ignore",
177
+ "Image": "as:Image",
178
+ "Invite": "as:Invite",
179
+ "Join": "as:Join",
180
+ "Leave": "as:Leave",
181
+ "Like": "as:Like",
182
+ "Link": "as:Link",
183
+ "Mention": "as:Mention",
184
+ "Note": "as:Note",
185
+ "Object": "as:Object",
186
+ "Offer": "as:Offer",
187
+ "OrderedCollection": "as:OrderedCollection",
188
+ "OrderedCollectionPage": "as:OrderedCollectionPage",
189
+ "Organization": "as:Organization",
190
+ "Page": "as:Page",
191
+ "Person": "as:Person",
192
+ "Place": "as:Place",
193
+ "Profile": "as:Profile",
194
+ "Question": "as:Question",
195
+ "Reject": "as:Reject",
196
+ "Remove": "as:Remove",
197
+ "Service": "as:Service",
198
+ "TentativeAccept": "as:TentativeAccept",
199
+ "TentativeReject": "as:TentativeReject",
200
+ "Tombstone": "as:Tombstone",
201
+ "Undo": "as:Undo",
202
+ "Update": "as:Update",
203
+ "Video": "as:Video",
204
+ "View": "as:View",
205
+ "Listen": "as:Listen",
206
+ "Read": "as:Read",
207
+ "Move": "as:Move",
208
+ "Travel": "as:Travel",
209
+ "IsFollowing": "as:IsFollowing",
210
+ "IsFollowedBy": "as:IsFollowedBy",
211
+ "IsContact": "as:IsContact",
212
+ "IsMember": "as:IsMember",
213
+ "subject": {
214
+ "@id": "as:subject",
215
+ "@type": "@id"
216
+ },
217
+ "relationship": {
218
+ "@id": "as:relationship",
219
+ "@type": "@id"
220
+ },
221
+ "actor": {
222
+ "@id": "as:actor",
223
+ "@type": "@id"
224
+ },
225
+ "attributedTo": {
226
+ "@id": "as:attributedTo",
227
+ "@type": "@id"
228
+ },
229
+ "attachment": {
230
+ "@id": "as:attachment",
231
+ "@type": "@id"
232
+ },
233
+ "bcc": {
234
+ "@id": "as:bcc",
235
+ "@type": "@id"
236
+ },
237
+ "bto": {
238
+ "@id": "as:bto",
239
+ "@type": "@id"
240
+ },
241
+ "cc": {
242
+ "@id": "as:cc",
243
+ "@type": "@id"
244
+ },
245
+ "context": {
246
+ "@id": "as:context",
247
+ "@type": "@id"
248
+ },
249
+ "current": {
250
+ "@id": "as:current",
251
+ "@type": "@id"
252
+ },
253
+ "first": {
254
+ "@id": "as:first",
255
+ "@type": "@id"
256
+ },
257
+ "generator": {
258
+ "@id": "as:generator",
259
+ "@type": "@id"
260
+ },
261
+ "icon": {
262
+ "@id": "as:icon",
263
+ "@type": "@id"
264
+ },
265
+ "image": {
266
+ "@id": "as:image",
267
+ "@type": "@id"
268
+ },
269
+ "inReplyTo": {
270
+ "@id": "as:inReplyTo",
271
+ "@type": "@id"
272
+ },
273
+ "items": {
274
+ "@id": "as:items",
275
+ "@type": "@id"
276
+ },
277
+ "instrument": {
278
+ "@id": "as:instrument",
279
+ "@type": "@id"
280
+ },
281
+ "orderedItems": {
282
+ "@id": "as:items",
283
+ "@type": "@id",
284
+ "@container": "@list"
285
+ },
286
+ "last": {
287
+ "@id": "as:last",
288
+ "@type": "@id"
289
+ },
290
+ "location": {
291
+ "@id": "as:location",
292
+ "@type": "@id"
293
+ },
294
+ "next": {
295
+ "@id": "as:next",
296
+ "@type": "@id"
297
+ },
298
+ "object": {
299
+ "@id": "as:object",
300
+ "@type": "@id"
301
+ },
302
+ "oneOf": {
303
+ "@id": "as:oneOf",
304
+ "@type": "@id"
305
+ },
306
+ "anyOf": {
307
+ "@id": "as:anyOf",
308
+ "@type": "@id"
309
+ },
310
+ "closed": {
311
+ "@id": "as:closed",
312
+ "@type": "xsd:dateTime"
313
+ },
314
+ "origin": {
315
+ "@id": "as:origin",
316
+ "@type": "@id"
317
+ },
318
+ "accuracy": {
319
+ "@id": "as:accuracy",
320
+ "@type": "xsd:float"
321
+ },
322
+ "prev": {
323
+ "@id": "as:prev",
324
+ "@type": "@id"
325
+ },
326
+ "preview": {
327
+ "@id": "as:preview",
328
+ "@type": "@id"
329
+ },
330
+ "replies": {
331
+ "@id": "as:replies",
332
+ "@type": "@id"
333
+ },
334
+ "result": {
335
+ "@id": "as:result",
336
+ "@type": "@id"
337
+ },
338
+ "audience": {
339
+ "@id": "as:audience",
340
+ "@type": "@id"
341
+ },
342
+ "partOf": {
343
+ "@id": "as:partOf",
344
+ "@type": "@id"
345
+ },
346
+ "tag": {
347
+ "@id": "as:tag",
348
+ "@type": "@id"
349
+ },
350
+ "target": {
351
+ "@id": "as:target",
352
+ "@type": "@id"
353
+ },
354
+ "to": {
355
+ "@id": "as:to",
356
+ "@type": "@id"
357
+ },
358
+ "url": {
359
+ "@id": "as:url",
360
+ "@type": "@id"
361
+ },
362
+ "altitude": {
363
+ "@id": "as:altitude",
364
+ "@type": "xsd:float"
365
+ },
366
+ "content": "as:content",
367
+ "contentMap": {
368
+ "@id": "as:content",
369
+ "@container": "@language"
370
+ },
371
+ "name": "as:name",
372
+ "nameMap": {
373
+ "@id": "as:name",
374
+ "@container": "@language"
375
+ },
376
+ "duration": {
377
+ "@id": "as:duration",
378
+ "@type": "xsd:duration"
379
+ },
380
+ "endTime": {
381
+ "@id": "as:endTime",
382
+ "@type": "xsd:dateTime"
383
+ },
384
+ "height": {
385
+ "@id": "as:height",
386
+ "@type": "xsd:nonNegativeInteger"
387
+ },
388
+ "href": {
389
+ "@id": "as:href",
390
+ "@type": "@id"
391
+ },
392
+ "hreflang": "as:hreflang",
393
+ "latitude": {
394
+ "@id": "as:latitude",
395
+ "@type": "xsd:float"
396
+ },
397
+ "longitude": {
398
+ "@id": "as:longitude",
399
+ "@type": "xsd:float"
400
+ },
401
+ "mediaType": "as:mediaType",
402
+ "published": {
403
+ "@id": "as:published",
404
+ "@type": "xsd:dateTime"
405
+ },
406
+ "radius": {
407
+ "@id": "as:radius",
408
+ "@type": "xsd:float"
409
+ },
410
+ "rel": "as:rel",
411
+ "startIndex": {
412
+ "@id": "as:startIndex",
413
+ "@type": "xsd:nonNegativeInteger"
414
+ },
415
+ "startTime": {
416
+ "@id": "as:startTime",
417
+ "@type": "xsd:dateTime"
418
+ },
419
+ "summary": "as:summary",
420
+ "summaryMap": {
421
+ "@id": "as:summary",
422
+ "@container": "@language"
423
+ },
424
+ "totalItems": {
425
+ "@id": "as:totalItems",
426
+ "@type": "xsd:nonNegativeInteger"
427
+ },
428
+ "units": "as:units",
429
+ "updated": {
430
+ "@id": "as:updated",
431
+ "@type": "xsd:dateTime"
432
+ },
433
+ "width": {
434
+ "@id": "as:width",
435
+ "@type": "xsd:nonNegativeInteger"
436
+ },
437
+ "describes": {
438
+ "@id": "as:describes",
439
+ "@type": "@id"
440
+ },
441
+ "formerType": {
442
+ "@id": "as:formerType",
443
+ "@type": "@id"
444
+ },
445
+ "deleted": {
446
+ "@id": "as:deleted",
447
+ "@type": "xsd:dateTime"
448
+ },
449
+ "inbox": {
450
+ "@id": "ldp:inbox",
451
+ "@type": "@id"
452
+ },
453
+ "outbox": {
454
+ "@id": "as:outbox",
455
+ "@type": "@id"
456
+ },
457
+ "following": {
458
+ "@id": "as:following",
459
+ "@type": "@id"
460
+ },
461
+ "followers": {
462
+ "@id": "as:followers",
463
+ "@type": "@id"
464
+ },
465
+ "streams": {
466
+ "@id": "as:streams",
467
+ "@type": "@id"
468
+ },
469
+ "preferredUsername": "as:preferredUsername",
470
+ "endpoints": {
471
+ "@id": "as:endpoints",
472
+ "@type": "@id"
473
+ },
474
+ "uploadMedia": {
475
+ "@id": "as:uploadMedia",
476
+ "@type": "@id"
477
+ },
478
+ "proxyUrl": {
479
+ "@id": "as:proxyUrl",
480
+ "@type": "@id"
481
+ },
482
+ "liked": {
483
+ "@id": "as:liked",
484
+ "@type": "@id"
485
+ },
486
+ "oauthAuthorizationEndpoint": {
487
+ "@id": "as:oauthAuthorizationEndpoint",
488
+ "@type": "@id"
489
+ },
490
+ "oauthTokenEndpoint": {
491
+ "@id": "as:oauthTokenEndpoint",
492
+ "@type": "@id"
493
+ },
494
+ "provideClientKey": {
495
+ "@id": "as:provideClientKey",
496
+ "@type": "@id"
497
+ },
498
+ "signClientKey": {
499
+ "@id": "as:signClientKey",
500
+ "@type": "@id"
501
+ },
502
+ "sharedInbox": {
503
+ "@id": "as:sharedInbox",
504
+ "@type": "@id"
505
+ },
506
+ "Public": {
507
+ "@id": "as:Public",
508
+ "@type": "@id"
509
+ },
510
+ "source": "as:source",
511
+ "likes": {
512
+ "@id": "as:likes",
513
+ "@type": "@id"
514
+ },
515
+ "shares": {
516
+ "@id": "as:shares",
517
+ "@type": "@id"
518
+ },
519
+ "alsoKnownAs": {
520
+ "@id": "as:alsoKnownAs",
521
+ "@type": "@id"
522
+ }
523
+ } },
524
+ "https://w3id.org/security/v1": { "@context": {
525
+ "id": "@id",
526
+ "type": "@type",
527
+ "dc": "http://purl.org/dc/terms/",
528
+ "sec": "https://w3id.org/security#",
529
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
530
+ "EcdsaKoblitzSignature2016": "sec:EcdsaKoblitzSignature2016",
531
+ "Ed25519Signature2018": "sec:Ed25519Signature2018",
532
+ "EncryptedMessage": "sec:EncryptedMessage",
533
+ "GraphSignature2012": "sec:GraphSignature2012",
534
+ "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
535
+ "LinkedDataSignature2016": "sec:LinkedDataSignature2016",
536
+ "CryptographicKey": "sec:Key",
537
+ "authenticationTag": "sec:authenticationTag",
538
+ "canonicalizationAlgorithm": "sec:canonicalizationAlgorithm",
539
+ "cipherAlgorithm": "sec:cipherAlgorithm",
540
+ "cipherData": "sec:cipherData",
541
+ "cipherKey": "sec:cipherKey",
542
+ "created": {
543
+ "@id": "dc:created",
544
+ "@type": "xsd:dateTime"
545
+ },
546
+ "creator": {
547
+ "@id": "dc:creator",
548
+ "@type": "@id"
549
+ },
550
+ "digestAlgorithm": "sec:digestAlgorithm",
551
+ "digestValue": "sec:digestValue",
552
+ "domain": "sec:domain",
553
+ "encryptionKey": "sec:encryptionKey",
554
+ "expiration": {
555
+ "@id": "sec:expiration",
556
+ "@type": "xsd:dateTime"
557
+ },
558
+ "expires": {
559
+ "@id": "sec:expiration",
560
+ "@type": "xsd:dateTime"
561
+ },
562
+ "initializationVector": "sec:initializationVector",
563
+ "iterationCount": "sec:iterationCount",
564
+ "nonce": "sec:nonce",
565
+ "normalizationAlgorithm": "sec:normalizationAlgorithm",
566
+ "owner": {
567
+ "@id": "sec:owner",
568
+ "@type": "@id"
569
+ },
570
+ "password": "sec:password",
571
+ "privateKey": {
572
+ "@id": "sec:privateKey",
573
+ "@type": "@id"
574
+ },
575
+ "privateKeyPem": "sec:privateKeyPem",
576
+ "publicKey": {
577
+ "@id": "sec:publicKey",
578
+ "@type": "@id"
579
+ },
580
+ "publicKeyBase58": "sec:publicKeyBase58",
581
+ "publicKeyPem": "sec:publicKeyPem",
582
+ "publicKeyWif": "sec:publicKeyWif",
583
+ "publicKeyService": {
584
+ "@id": "sec:publicKeyService",
585
+ "@type": "@id"
586
+ },
587
+ "revoked": {
588
+ "@id": "sec:revoked",
589
+ "@type": "xsd:dateTime"
590
+ },
591
+ "salt": "sec:salt",
592
+ "signature": "sec:signature",
593
+ "signatureAlgorithm": "sec:signingAlgorithm",
594
+ "signatureValue": "sec:signatureValue"
595
+ } },
596
+ "https://w3id.org/security/data-integrity/v1": { "@context": {
597
+ "id": "@id",
598
+ "type": "@type",
599
+ "@protected": true,
600
+ "digestMultibase": {
601
+ "@id": "https://w3id.org/security#digestMultibase",
602
+ "@type": "https://w3id.org/security#multibase"
603
+ },
604
+ "proof": {
605
+ "@id": "https://w3id.org/security#proof",
606
+ "@type": "@id",
607
+ "@container": "@graph"
608
+ },
609
+ "DataIntegrityProof": {
610
+ "@id": "https://w3id.org/security#DataIntegrityProof",
611
+ "@context": {
612
+ "@protected": true,
613
+ "id": "@id",
614
+ "type": "@type",
615
+ "challenge": "https://w3id.org/security#challenge",
616
+ "created": {
617
+ "@id": "http://purl.org/dc/terms/created",
618
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
619
+ },
620
+ "domain": "https://w3id.org/security#domain",
621
+ "expires": {
622
+ "@id": "https://w3id.org/security#expiration",
623
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
624
+ },
625
+ "nonce": "https://w3id.org/security#nonce",
626
+ "proofPurpose": {
627
+ "@id": "https://w3id.org/security#proofPurpose",
628
+ "@type": "@vocab",
629
+ "@context": {
630
+ "@protected": true,
631
+ "id": "@id",
632
+ "type": "@type",
633
+ "assertionMethod": {
634
+ "@id": "https://w3id.org/security#assertionMethod",
635
+ "@type": "@id",
636
+ "@container": "@set"
637
+ },
638
+ "authentication": {
639
+ "@id": "https://w3id.org/security#authenticationMethod",
640
+ "@type": "@id",
641
+ "@container": "@set"
642
+ },
643
+ "capabilityInvocation": {
644
+ "@id": "https://w3id.org/security#capabilityInvocationMethod",
645
+ "@type": "@id",
646
+ "@container": "@set"
647
+ },
648
+ "capabilityDelegation": {
649
+ "@id": "https://w3id.org/security#capabilityDelegationMethod",
650
+ "@type": "@id",
651
+ "@container": "@set"
652
+ },
653
+ "keyAgreement": {
654
+ "@id": "https://w3id.org/security#keyAgreementMethod",
655
+ "@type": "@id",
656
+ "@container": "@set"
657
+ }
658
+ }
659
+ },
660
+ "cryptosuite": "https://w3id.org/security#cryptosuite",
661
+ "proofValue": {
662
+ "@id": "https://w3id.org/security#proofValue",
663
+ "@type": "https://w3id.org/security#multibase"
664
+ },
665
+ "verificationMethod": {
666
+ "@id": "https://w3id.org/security#verificationMethod",
667
+ "@type": "@id"
668
+ }
669
+ }
670
+ }
671
+ } },
672
+ "https://www.w3.org/ns/did/v1": { "@context": {
673
+ "@protected": true,
674
+ "id": "@id",
675
+ "type": "@type",
676
+ "alsoKnownAs": {
677
+ "@id": "https://www.w3.org/ns/activitystreams#alsoKnownAs",
678
+ "@type": "@id"
679
+ },
680
+ "assertionMethod": {
681
+ "@id": "https://w3id.org/security#assertionMethod",
682
+ "@type": "@id",
683
+ "@container": "@set"
684
+ },
685
+ "authentication": {
686
+ "@id": "https://w3id.org/security#authenticationMethod",
687
+ "@type": "@id",
688
+ "@container": "@set"
689
+ },
690
+ "capabilityDelegation": {
691
+ "@id": "https://w3id.org/security#capabilityDelegationMethod",
692
+ "@type": "@id",
693
+ "@container": "@set"
694
+ },
695
+ "capabilityInvocation": {
696
+ "@id": "https://w3id.org/security#capabilityInvocationMethod",
697
+ "@type": "@id",
698
+ "@container": "@set"
699
+ },
700
+ "controller": {
701
+ "@id": "https://w3id.org/security#controller",
702
+ "@type": "@id"
703
+ },
704
+ "keyAgreement": {
705
+ "@id": "https://w3id.org/security#keyAgreementMethod",
706
+ "@type": "@id",
707
+ "@container": "@set"
708
+ },
709
+ "service": {
710
+ "@id": "https://www.w3.org/ns/did#service",
711
+ "@type": "@id",
712
+ "@context": {
713
+ "@protected": true,
714
+ "id": "@id",
715
+ "type": "@type",
716
+ "serviceEndpoint": {
717
+ "@id": "https://www.w3.org/ns/did#serviceEndpoint",
718
+ "@type": "@id"
719
+ }
720
+ }
721
+ },
722
+ "verificationMethod": {
723
+ "@id": "https://w3id.org/security#verificationMethod",
724
+ "@type": "@id"
725
+ }
726
+ } },
727
+ "https://w3id.org/security/multikey/v1": { "@context": {
728
+ "id": "@id",
729
+ "type": "@type",
730
+ "@protected": true,
731
+ "Multikey": {
732
+ "@id": "https://w3id.org/security#Multikey",
733
+ "@context": {
734
+ "@protected": true,
735
+ "id": "@id",
736
+ "type": "@type",
737
+ "controller": {
738
+ "@id": "https://w3id.org/security#controller",
739
+ "@type": "@id"
740
+ },
741
+ "revoked": {
742
+ "@id": "https://w3id.org/security#revoked",
743
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
744
+ },
745
+ "expires": {
746
+ "@id": "https://w3id.org/security#expiration",
747
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
748
+ },
749
+ "publicKeyMultibase": {
750
+ "@id": "https://w3id.org/security#publicKeyMultibase",
751
+ "@type": "https://w3id.org/security#multibase"
752
+ },
753
+ "secretKeyMultibase": {
754
+ "@id": "https://w3id.org/security#secretKeyMultibase",
755
+ "@type": "https://w3id.org/security#multibase"
756
+ }
757
+ }
758
+ }
759
+ } },
760
+ "https://w3id.org/identity/v1": { "@context": {
761
+ "id": "@id",
762
+ "type": "@type",
763
+ "cred": "https://w3id.org/credentials#",
764
+ "dc": "http://purl.org/dc/terms/",
765
+ "identity": "https://w3id.org/identity#",
766
+ "perm": "https://w3id.org/permissions#",
767
+ "ps": "https://w3id.org/payswarm#",
768
+ "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
769
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
770
+ "sec": "https://w3id.org/security#",
771
+ "schema": "http://schema.org/",
772
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
773
+ "Group": "https://www.w3.org/ns/activitystreams#Group",
774
+ "claim": {
775
+ "@id": "cred:claim",
776
+ "@type": "@id"
777
+ },
778
+ "credential": {
779
+ "@id": "cred:credential",
780
+ "@type": "@id"
781
+ },
782
+ "issued": {
783
+ "@id": "cred:issued",
784
+ "@type": "xsd:dateTime"
785
+ },
786
+ "issuer": {
787
+ "@id": "cred:issuer",
788
+ "@type": "@id"
789
+ },
790
+ "recipient": {
791
+ "@id": "cred:recipient",
792
+ "@type": "@id"
793
+ },
794
+ "Credential": "cred:Credential",
795
+ "CryptographicKeyCredential": "cred:CryptographicKeyCredential",
796
+ "about": {
797
+ "@id": "schema:about",
798
+ "@type": "@id"
799
+ },
800
+ "address": {
801
+ "@id": "schema:address",
802
+ "@type": "@id"
803
+ },
804
+ "addressCountry": "schema:addressCountry",
805
+ "addressLocality": "schema:addressLocality",
806
+ "addressRegion": "schema:addressRegion",
807
+ "comment": "rdfs:comment",
808
+ "created": {
809
+ "@id": "dc:created",
810
+ "@type": "xsd:dateTime"
811
+ },
812
+ "creator": {
813
+ "@id": "dc:creator",
814
+ "@type": "@id"
815
+ },
816
+ "description": "schema:description",
817
+ "email": "schema:email",
818
+ "familyName": "schema:familyName",
819
+ "givenName": "schema:givenName",
820
+ "image": {
821
+ "@id": "schema:image",
822
+ "@type": "@id"
823
+ },
824
+ "label": "rdfs:label",
825
+ "name": "schema:name",
826
+ "postalCode": "schema:postalCode",
827
+ "streetAddress": "schema:streetAddress",
828
+ "title": "dc:title",
829
+ "url": {
830
+ "@id": "schema:url",
831
+ "@type": "@id"
832
+ },
833
+ "Person": "schema:Person",
834
+ "PostalAddress": "schema:PostalAddress",
835
+ "Organization": "schema:Organization",
836
+ "identityService": {
837
+ "@id": "identity:identityService",
838
+ "@type": "@id"
839
+ },
840
+ "idp": {
841
+ "@id": "identity:idp",
842
+ "@type": "@id"
843
+ },
844
+ "Identity": "identity:Identity",
845
+ "paymentProcessor": "ps:processor",
846
+ "preferences": {
847
+ "@id": "ps:preferences",
848
+ "@type": "@vocab"
849
+ },
850
+ "cipherAlgorithm": "sec:cipherAlgorithm",
851
+ "cipherData": "sec:cipherData",
852
+ "cipherKey": "sec:cipherKey",
853
+ "digestAlgorithm": "sec:digestAlgorithm",
854
+ "digestValue": "sec:digestValue",
855
+ "domain": "sec:domain",
856
+ "expires": {
857
+ "@id": "sec:expiration",
858
+ "@type": "xsd:dateTime"
859
+ },
860
+ "initializationVector": "sec:initializationVector",
861
+ "member": {
862
+ "@id": "schema:member",
863
+ "@type": "@id"
864
+ },
865
+ "memberOf": {
866
+ "@id": "schema:memberOf",
867
+ "@type": "@id"
868
+ },
869
+ "nonce": "sec:nonce",
870
+ "normalizationAlgorithm": "sec:normalizationAlgorithm",
871
+ "owner": {
872
+ "@id": "sec:owner",
873
+ "@type": "@id"
874
+ },
875
+ "password": "sec:password",
876
+ "privateKey": {
877
+ "@id": "sec:privateKey",
878
+ "@type": "@id"
879
+ },
880
+ "privateKeyPem": "sec:privateKeyPem",
881
+ "publicKey": {
882
+ "@id": "sec:publicKey",
883
+ "@type": "@id"
884
+ },
885
+ "publicKeyPem": "sec:publicKeyPem",
886
+ "publicKeyService": {
887
+ "@id": "sec:publicKeyService",
888
+ "@type": "@id"
889
+ },
890
+ "revoked": {
891
+ "@id": "sec:revoked",
892
+ "@type": "xsd:dateTime"
893
+ },
894
+ "signature": "sec:signature",
895
+ "signatureAlgorithm": "sec:signatureAlgorithm",
896
+ "signatureValue": "sec:signatureValue",
897
+ "CryptographicKey": "sec:Key",
898
+ "EncryptedMessage": "sec:EncryptedMessage",
899
+ "GraphSignature2012": "sec:GraphSignature2012",
900
+ "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
901
+ "accessControl": {
902
+ "@id": "perm:accessControl",
903
+ "@type": "@id"
904
+ },
905
+ "writePermission": {
906
+ "@id": "perm:writePermission",
907
+ "@type": "@id"
908
+ }
909
+ } },
910
+ "https://purl.archive.org/socialweb/webfinger": { "@context": {
911
+ "wf": "https://purl.archive.org/socialweb/webfinger#",
912
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
913
+ "webfinger": {
914
+ "@id": "wf:webfinger",
915
+ "@type": "xsd:string"
916
+ }
917
+ } },
918
+ "http://schema.org/": { "@context": {
919
+ "type": "@type",
920
+ "id": "@id",
921
+ "HTML": { "@id": "rdf:HTML" },
922
+ "@vocab": "http://schema.org/",
923
+ "csvw": "http://www.w3.org/ns/csvw#",
924
+ "dc": "http://purl.org/dc/elements/1.1/",
925
+ "dcat": "http://www.w3.org/ns/dcat#",
926
+ "dcmitype": "http://purl.org/dc/dcmitype/",
927
+ "dcterms": "http://purl.org/dc/terms/",
928
+ "dcam": "http://purl.org/dc/dcam/",
929
+ "doap": "http://usefulinc.com/ns/doap#",
930
+ "foaf": "http://xmlns.com/foaf/0.1/",
931
+ "odrl": "http://www.w3.org/ns/odrl/2/",
932
+ "org": "http://www.w3.org/ns/org#",
933
+ "owl": "http://www.w3.org/2002/07/owl#",
934
+ "prof": "http://www.w3.org/ns/dx/prof/",
935
+ "prov": "http://www.w3.org/ns/prov#",
936
+ "qb": "http://purl.org/linked-data/cube#",
937
+ "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
938
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
939
+ "schema": "http://schema.org/",
940
+ "sh": "http://www.w3.org/ns/shacl#",
941
+ "skos": "http://www.w3.org/2004/02/skos/core#",
942
+ "sosa": "http://www.w3.org/ns/sosa/",
943
+ "ssn": "http://www.w3.org/ns/ssn/",
944
+ "time": "http://www.w3.org/2006/time#",
945
+ "vann": "http://purl.org/vocab/vann/",
946
+ "void": "http://rdfs.org/ns/void#",
947
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
948
+ "xml": "http://www.w3.org/XML/1998/namespace",
949
+ "dct": "http://purl.org/dc/terms/",
950
+ "dctype": "http://purl.org/dc/dcmitype/",
951
+ "3DModel": { "@id": "schema:3DModel" },
952
+ "AMRadioChannel": { "@id": "schema:AMRadioChannel" },
953
+ "APIReference": { "@id": "schema:APIReference" },
954
+ "Abdomen": { "@id": "schema:Abdomen" },
955
+ "AboutPage": { "@id": "schema:AboutPage" },
956
+ "AcceptAction": { "@id": "schema:AcceptAction" },
957
+ "Accommodation": { "@id": "schema:Accommodation" },
958
+ "AccountingService": { "@id": "schema:AccountingService" },
959
+ "AchieveAction": { "@id": "schema:AchieveAction" },
960
+ "Action": { "@id": "schema:Action" },
961
+ "ActionAccessSpecification": { "@id": "schema:ActionAccessSpecification" },
962
+ "ActionStatusType": { "@id": "schema:ActionStatusType" },
963
+ "ActivateAction": { "@id": "schema:ActivateAction" },
964
+ "ActivationFee": { "@id": "schema:ActivationFee" },
965
+ "ActiveActionStatus": { "@id": "schema:ActiveActionStatus" },
966
+ "ActiveNotRecruiting": { "@id": "schema:ActiveNotRecruiting" },
967
+ "AddAction": { "@id": "schema:AddAction" },
968
+ "AdministrativeArea": { "@id": "schema:AdministrativeArea" },
969
+ "AdultEntertainment": { "@id": "schema:AdultEntertainment" },
970
+ "AdultOrientedEnumeration": { "@id": "schema:AdultOrientedEnumeration" },
971
+ "AdvertiserContentArticle": { "@id": "schema:AdvertiserContentArticle" },
972
+ "AerobicActivity": { "@id": "schema:AerobicActivity" },
973
+ "AggregateOffer": { "@id": "schema:AggregateOffer" },
974
+ "AggregateRating": { "@id": "schema:AggregateRating" },
975
+ "AgreeAction": { "@id": "schema:AgreeAction" },
976
+ "Airline": { "@id": "schema:Airline" },
977
+ "Airport": { "@id": "schema:Airport" },
978
+ "AlbumRelease": { "@id": "schema:AlbumRelease" },
979
+ "AlcoholConsideration": { "@id": "schema:AlcoholConsideration" },
980
+ "AlgorithmicMediaDigitalSource": { "@id": "schema:AlgorithmicMediaDigitalSource" },
981
+ "AlgorithmicallyEnhancedDigitalSource": { "@id": "schema:AlgorithmicallyEnhancedDigitalSource" },
982
+ "AlignmentObject": { "@id": "schema:AlignmentObject" },
983
+ "AllWheelDriveConfiguration": { "@id": "schema:AllWheelDriveConfiguration" },
984
+ "AllergiesHealthAspect": { "@id": "schema:AllergiesHealthAspect" },
985
+ "AllocateAction": { "@id": "schema:AllocateAction" },
986
+ "AmpStory": { "@id": "schema:AmpStory" },
987
+ "AmusementPark": { "@id": "schema:AmusementPark" },
988
+ "AnaerobicActivity": { "@id": "schema:AnaerobicActivity" },
989
+ "AnalysisNewsArticle": { "@id": "schema:AnalysisNewsArticle" },
990
+ "AnatomicalStructure": { "@id": "schema:AnatomicalStructure" },
991
+ "AnatomicalSystem": { "@id": "schema:AnatomicalSystem" },
992
+ "AndroidPlatform": { "@id": "schema:AndroidPlatform" },
993
+ "Anesthesia": { "@id": "schema:Anesthesia" },
994
+ "AnimalShelter": { "@id": "schema:AnimalShelter" },
995
+ "Answer": { "@id": "schema:Answer" },
996
+ "Apartment": { "@id": "schema:Apartment" },
997
+ "ApartmentComplex": { "@id": "schema:ApartmentComplex" },
998
+ "Appearance": { "@id": "schema:Appearance" },
999
+ "AppendAction": { "@id": "schema:AppendAction" },
1000
+ "ApplyAction": { "@id": "schema:ApplyAction" },
1001
+ "ApprovedIndication": { "@id": "schema:ApprovedIndication" },
1002
+ "Aquarium": { "@id": "schema:Aquarium" },
1003
+ "ArchiveComponent": { "@id": "schema:ArchiveComponent" },
1004
+ "ArchiveOrganization": { "@id": "schema:ArchiveOrganization" },
1005
+ "ArriveAction": { "@id": "schema:ArriveAction" },
1006
+ "ArtGallery": { "@id": "schema:ArtGallery" },
1007
+ "Artery": { "@id": "schema:Artery" },
1008
+ "Article": { "@id": "schema:Article" },
1009
+ "AskAction": { "@id": "schema:AskAction" },
1010
+ "AskPublicNewsArticle": { "@id": "schema:AskPublicNewsArticle" },
1011
+ "AssessAction": { "@id": "schema:AssessAction" },
1012
+ "AssignAction": { "@id": "schema:AssignAction" },
1013
+ "Atlas": { "@id": "schema:Atlas" },
1014
+ "Attorney": { "@id": "schema:Attorney" },
1015
+ "Audience": { "@id": "schema:Audience" },
1016
+ "AudioObject": { "@id": "schema:AudioObject" },
1017
+ "AudioObjectSnapshot": { "@id": "schema:AudioObjectSnapshot" },
1018
+ "Audiobook": { "@id": "schema:Audiobook" },
1019
+ "AudiobookFormat": { "@id": "schema:AudiobookFormat" },
1020
+ "AuthoritativeLegalValue": { "@id": "schema:AuthoritativeLegalValue" },
1021
+ "AuthorizeAction": { "@id": "schema:AuthorizeAction" },
1022
+ "AutoBodyShop": { "@id": "schema:AutoBodyShop" },
1023
+ "AutoDealer": { "@id": "schema:AutoDealer" },
1024
+ "AutoPartsStore": { "@id": "schema:AutoPartsStore" },
1025
+ "AutoRental": { "@id": "schema:AutoRental" },
1026
+ "AutoRepair": { "@id": "schema:AutoRepair" },
1027
+ "AutoWash": { "@id": "schema:AutoWash" },
1028
+ "AutomatedTeller": { "@id": "schema:AutomatedTeller" },
1029
+ "AutomotiveBusiness": { "@id": "schema:AutomotiveBusiness" },
1030
+ "Ayurvedic": { "@id": "schema:Ayurvedic" },
1031
+ "BackOrder": { "@id": "schema:BackOrder" },
1032
+ "BackgroundNewsArticle": { "@id": "schema:BackgroundNewsArticle" },
1033
+ "Bacteria": { "@id": "schema:Bacteria" },
1034
+ "Bakery": { "@id": "schema:Bakery" },
1035
+ "Balance": { "@id": "schema:Balance" },
1036
+ "BankAccount": { "@id": "schema:BankAccount" },
1037
+ "BankOrCreditUnion": { "@id": "schema:BankOrCreditUnion" },
1038
+ "BarOrPub": { "@id": "schema:BarOrPub" },
1039
+ "Barcode": { "@id": "schema:Barcode" },
1040
+ "BasicIncome": { "@id": "schema:BasicIncome" },
1041
+ "Beach": { "@id": "schema:Beach" },
1042
+ "BeautySalon": { "@id": "schema:BeautySalon" },
1043
+ "BedAndBreakfast": { "@id": "schema:BedAndBreakfast" },
1044
+ "BedDetails": { "@id": "schema:BedDetails" },
1045
+ "BedType": { "@id": "schema:BedType" },
1046
+ "BefriendAction": { "@id": "schema:BefriendAction" },
1047
+ "BenefitsHealthAspect": { "@id": "schema:BenefitsHealthAspect" },
1048
+ "BikeStore": { "@id": "schema:BikeStore" },
1049
+ "BioChemEntity": { "@id": "schema:BioChemEntity" },
1050
+ "Blog": { "@id": "schema:Blog" },
1051
+ "BlogPosting": { "@id": "schema:BlogPosting" },
1052
+ "BloodTest": { "@id": "schema:BloodTest" },
1053
+ "BoardingPolicyType": { "@id": "schema:BoardingPolicyType" },
1054
+ "BoatReservation": { "@id": "schema:BoatReservation" },
1055
+ "BoatTerminal": { "@id": "schema:BoatTerminal" },
1056
+ "BoatTrip": { "@id": "schema:BoatTrip" },
1057
+ "BodyMeasurementArm": { "@id": "schema:BodyMeasurementArm" },
1058
+ "BodyMeasurementBust": { "@id": "schema:BodyMeasurementBust" },
1059
+ "BodyMeasurementChest": { "@id": "schema:BodyMeasurementChest" },
1060
+ "BodyMeasurementFoot": { "@id": "schema:BodyMeasurementFoot" },
1061
+ "BodyMeasurementHand": { "@id": "schema:BodyMeasurementHand" },
1062
+ "BodyMeasurementHead": { "@id": "schema:BodyMeasurementHead" },
1063
+ "BodyMeasurementHeight": { "@id": "schema:BodyMeasurementHeight" },
1064
+ "BodyMeasurementHips": { "@id": "schema:BodyMeasurementHips" },
1065
+ "BodyMeasurementInsideLeg": { "@id": "schema:BodyMeasurementInsideLeg" },
1066
+ "BodyMeasurementNeck": { "@id": "schema:BodyMeasurementNeck" },
1067
+ "BodyMeasurementTypeEnumeration": { "@id": "schema:BodyMeasurementTypeEnumeration" },
1068
+ "BodyMeasurementUnderbust": { "@id": "schema:BodyMeasurementUnderbust" },
1069
+ "BodyMeasurementWaist": { "@id": "schema:BodyMeasurementWaist" },
1070
+ "BodyMeasurementWeight": { "@id": "schema:BodyMeasurementWeight" },
1071
+ "BodyOfWater": { "@id": "schema:BodyOfWater" },
1072
+ "Bone": { "@id": "schema:Bone" },
1073
+ "Book": { "@id": "schema:Book" },
1074
+ "BookFormatType": { "@id": "schema:BookFormatType" },
1075
+ "BookSeries": { "@id": "schema:BookSeries" },
1076
+ "BookStore": { "@id": "schema:BookStore" },
1077
+ "BookmarkAction": { "@id": "schema:BookmarkAction" },
1078
+ "Boolean": { "@id": "schema:Boolean" },
1079
+ "BorrowAction": { "@id": "schema:BorrowAction" },
1080
+ "BowlingAlley": { "@id": "schema:BowlingAlley" },
1081
+ "BrainStructure": { "@id": "schema:BrainStructure" },
1082
+ "Brand": { "@id": "schema:Brand" },
1083
+ "BreadcrumbList": { "@id": "schema:BreadcrumbList" },
1084
+ "Brewery": { "@id": "schema:Brewery" },
1085
+ "Bridge": { "@id": "schema:Bridge" },
1086
+ "BroadcastChannel": { "@id": "schema:BroadcastChannel" },
1087
+ "BroadcastEvent": { "@id": "schema:BroadcastEvent" },
1088
+ "BroadcastFrequencySpecification": { "@id": "schema:BroadcastFrequencySpecification" },
1089
+ "BroadcastRelease": { "@id": "schema:BroadcastRelease" },
1090
+ "BroadcastService": { "@id": "schema:BroadcastService" },
1091
+ "BrokerageAccount": { "@id": "schema:BrokerageAccount" },
1092
+ "BuddhistTemple": { "@id": "schema:BuddhistTemple" },
1093
+ "BusOrCoach": { "@id": "schema:BusOrCoach" },
1094
+ "BusReservation": { "@id": "schema:BusReservation" },
1095
+ "BusStation": { "@id": "schema:BusStation" },
1096
+ "BusStop": { "@id": "schema:BusStop" },
1097
+ "BusTrip": { "@id": "schema:BusTrip" },
1098
+ "BusinessAudience": { "@id": "schema:BusinessAudience" },
1099
+ "BusinessEntityType": { "@id": "schema:BusinessEntityType" },
1100
+ "BusinessEvent": { "@id": "schema:BusinessEvent" },
1101
+ "BusinessFunction": { "@id": "schema:BusinessFunction" },
1102
+ "BusinessSupport": { "@id": "schema:BusinessSupport" },
1103
+ "BuyAction": { "@id": "schema:BuyAction" },
1104
+ "ByBankTransferInAdvance": { "@id": "schema:ByBankTransferInAdvance" },
1105
+ "ByInvoice": { "@id": "schema:ByInvoice" },
1106
+ "CDCPMDRecord": { "@id": "schema:CDCPMDRecord" },
1107
+ "CDFormat": { "@id": "schema:CDFormat" },
1108
+ "COD": { "@id": "schema:COD" },
1109
+ "CT": { "@id": "schema:CT" },
1110
+ "CableOrSatelliteService": { "@id": "schema:CableOrSatelliteService" },
1111
+ "CafeOrCoffeeShop": { "@id": "schema:CafeOrCoffeeShop" },
1112
+ "Campground": { "@id": "schema:Campground" },
1113
+ "CampingPitch": { "@id": "schema:CampingPitch" },
1114
+ "Canal": { "@id": "schema:Canal" },
1115
+ "CancelAction": { "@id": "schema:CancelAction" },
1116
+ "Car": { "@id": "schema:Car" },
1117
+ "CarUsageType": { "@id": "schema:CarUsageType" },
1118
+ "Cardiovascular": { "@id": "schema:Cardiovascular" },
1119
+ "CardiovascularExam": { "@id": "schema:CardiovascularExam" },
1120
+ "CaseSeries": { "@id": "schema:CaseSeries" },
1121
+ "Cash": { "@id": "schema:Cash" },
1122
+ "Casino": { "@id": "schema:Casino" },
1123
+ "CassetteFormat": { "@id": "schema:CassetteFormat" },
1124
+ "CategoryCode": { "@id": "schema:CategoryCode" },
1125
+ "CategoryCodeSet": { "@id": "schema:CategoryCodeSet" },
1126
+ "CatholicChurch": { "@id": "schema:CatholicChurch" },
1127
+ "CausesHealthAspect": { "@id": "schema:CausesHealthAspect" },
1128
+ "Cemetery": { "@id": "schema:Cemetery" },
1129
+ "Certification": { "@id": "schema:Certification" },
1130
+ "CertificationActive": { "@id": "schema:CertificationActive" },
1131
+ "CertificationInactive": { "@id": "schema:CertificationInactive" },
1132
+ "CertificationStatusEnumeration": { "@id": "schema:CertificationStatusEnumeration" },
1133
+ "Chapter": { "@id": "schema:Chapter" },
1134
+ "CharitableIncorporatedOrganization": { "@id": "schema:CharitableIncorporatedOrganization" },
1135
+ "CheckAction": { "@id": "schema:CheckAction" },
1136
+ "CheckInAction": { "@id": "schema:CheckInAction" },
1137
+ "CheckInAdvance": { "@id": "schema:CheckInAdvance" },
1138
+ "CheckOutAction": { "@id": "schema:CheckOutAction" },
1139
+ "CheckoutPage": { "@id": "schema:CheckoutPage" },
1140
+ "ChemicalSubstance": { "@id": "schema:ChemicalSubstance" },
1141
+ "ChildCare": { "@id": "schema:ChildCare" },
1142
+ "ChildrensEvent": { "@id": "schema:ChildrensEvent" },
1143
+ "Chiropractic": { "@id": "schema:Chiropractic" },
1144
+ "ChooseAction": { "@id": "schema:ChooseAction" },
1145
+ "Church": { "@id": "schema:Church" },
1146
+ "City": { "@id": "schema:City" },
1147
+ "CityHall": { "@id": "schema:CityHall" },
1148
+ "CivicStructure": { "@id": "schema:CivicStructure" },
1149
+ "Claim": { "@id": "schema:Claim" },
1150
+ "ClaimReview": { "@id": "schema:ClaimReview" },
1151
+ "Class": { "@id": "schema:Class" },
1152
+ "CleaningFee": { "@id": "schema:CleaningFee" },
1153
+ "Clinician": { "@id": "schema:Clinician" },
1154
+ "Clip": { "@id": "schema:Clip" },
1155
+ "ClothingStore": { "@id": "schema:ClothingStore" },
1156
+ "CoOp": { "@id": "schema:CoOp" },
1157
+ "Code": { "@id": "schema:Code" },
1158
+ "CohortStudy": { "@id": "schema:CohortStudy" },
1159
+ "Collection": { "@id": "schema:Collection" },
1160
+ "CollectionPage": { "@id": "schema:CollectionPage" },
1161
+ "CollegeOrUniversity": { "@id": "schema:CollegeOrUniversity" },
1162
+ "ComedyClub": { "@id": "schema:ComedyClub" },
1163
+ "ComedyEvent": { "@id": "schema:ComedyEvent" },
1164
+ "ComicCoverArt": { "@id": "schema:ComicCoverArt" },
1165
+ "ComicIssue": { "@id": "schema:ComicIssue" },
1166
+ "ComicSeries": { "@id": "schema:ComicSeries" },
1167
+ "ComicStory": { "@id": "schema:ComicStory" },
1168
+ "Comment": { "@id": "schema:Comment" },
1169
+ "CommentAction": { "@id": "schema:CommentAction" },
1170
+ "CommentPermission": { "@id": "schema:CommentPermission" },
1171
+ "CommunicateAction": { "@id": "schema:CommunicateAction" },
1172
+ "CommunityHealth": { "@id": "schema:CommunityHealth" },
1173
+ "CompilationAlbum": { "@id": "schema:CompilationAlbum" },
1174
+ "CompleteDataFeed": { "@id": "schema:CompleteDataFeed" },
1175
+ "Completed": { "@id": "schema:Completed" },
1176
+ "CompletedActionStatus": { "@id": "schema:CompletedActionStatus" },
1177
+ "CompositeCaptureDigitalSource": { "@id": "schema:CompositeCaptureDigitalSource" },
1178
+ "CompositeSyntheticDigitalSource": { "@id": "schema:CompositeSyntheticDigitalSource" },
1179
+ "CompositeWithTrainedAlgorithmicMediaDigitalSource": { "@id": "schema:CompositeWithTrainedAlgorithmicMediaDigitalSource" },
1180
+ "CompoundPriceSpecification": { "@id": "schema:CompoundPriceSpecification" },
1181
+ "ComputerLanguage": { "@id": "schema:ComputerLanguage" },
1182
+ "ComputerStore": { "@id": "schema:ComputerStore" },
1183
+ "ConfirmAction": { "@id": "schema:ConfirmAction" },
1184
+ "Consortium": { "@id": "schema:Consortium" },
1185
+ "ConstraintNode": { "@id": "schema:ConstraintNode" },
1186
+ "ConsumeAction": { "@id": "schema:ConsumeAction" },
1187
+ "ContactPage": { "@id": "schema:ContactPage" },
1188
+ "ContactPoint": { "@id": "schema:ContactPoint" },
1189
+ "ContactPointOption": { "@id": "schema:ContactPointOption" },
1190
+ "ContagiousnessHealthAspect": { "@id": "schema:ContagiousnessHealthAspect" },
1191
+ "Continent": { "@id": "schema:Continent" },
1192
+ "ControlAction": { "@id": "schema:ControlAction" },
1193
+ "ConvenienceStore": { "@id": "schema:ConvenienceStore" },
1194
+ "Conversation": { "@id": "schema:Conversation" },
1195
+ "CookAction": { "@id": "schema:CookAction" },
1196
+ "Corporation": { "@id": "schema:Corporation" },
1197
+ "CorrectionComment": { "@id": "schema:CorrectionComment" },
1198
+ "Country": { "@id": "schema:Country" },
1199
+ "Course": { "@id": "schema:Course" },
1200
+ "CourseInstance": { "@id": "schema:CourseInstance" },
1201
+ "Courthouse": { "@id": "schema:Courthouse" },
1202
+ "CoverArt": { "@id": "schema:CoverArt" },
1203
+ "CovidTestingFacility": { "@id": "schema:CovidTestingFacility" },
1204
+ "CreateAction": { "@id": "schema:CreateAction" },
1205
+ "CreativeWork": { "@id": "schema:CreativeWork" },
1206
+ "CreativeWorkSeason": { "@id": "schema:CreativeWorkSeason" },
1207
+ "CreativeWorkSeries": { "@id": "schema:CreativeWorkSeries" },
1208
+ "CreditCard": { "@id": "schema:CreditCard" },
1209
+ "Crematorium": { "@id": "schema:Crematorium" },
1210
+ "CriticReview": { "@id": "schema:CriticReview" },
1211
+ "CrossSectional": { "@id": "schema:CrossSectional" },
1212
+ "CssSelectorType": { "@id": "schema:CssSelectorType" },
1213
+ "CurrencyConversionService": { "@id": "schema:CurrencyConversionService" },
1214
+ "DDxElement": { "@id": "schema:DDxElement" },
1215
+ "DJMixAlbum": { "@id": "schema:DJMixAlbum" },
1216
+ "DVDFormat": { "@id": "schema:DVDFormat" },
1217
+ "DamagedCondition": { "@id": "schema:DamagedCondition" },
1218
+ "DanceEvent": { "@id": "schema:DanceEvent" },
1219
+ "DanceGroup": { "@id": "schema:DanceGroup" },
1220
+ "DangerousGoodConsideration": { "@id": "schema:DangerousGoodConsideration" },
1221
+ "DataCatalog": { "@id": "schema:DataCatalog" },
1222
+ "DataDownload": { "@id": "schema:DataDownload" },
1223
+ "DataDrivenMediaDigitalSource": { "@id": "schema:DataDrivenMediaDigitalSource" },
1224
+ "DataFeed": { "@id": "schema:DataFeed" },
1225
+ "DataFeedItem": { "@id": "schema:DataFeedItem" },
1226
+ "DataType": { "@id": "schema:DataType" },
1227
+ "Dataset": { "@id": "schema:Dataset" },
1228
+ "Date": { "@id": "schema:Date" },
1229
+ "DateTime": { "@id": "schema:DateTime" },
1230
+ "DatedMoneySpecification": { "@id": "schema:DatedMoneySpecification" },
1231
+ "DayOfWeek": { "@id": "schema:DayOfWeek" },
1232
+ "DaySpa": { "@id": "schema:DaySpa" },
1233
+ "DeactivateAction": { "@id": "schema:DeactivateAction" },
1234
+ "DecontextualizedContent": { "@id": "schema:DecontextualizedContent" },
1235
+ "DefenceEstablishment": { "@id": "schema:DefenceEstablishment" },
1236
+ "DefinedRegion": { "@id": "schema:DefinedRegion" },
1237
+ "DefinedTerm": { "@id": "schema:DefinedTerm" },
1238
+ "DefinedTermSet": { "@id": "schema:DefinedTermSet" },
1239
+ "DefinitiveLegalValue": { "@id": "schema:DefinitiveLegalValue" },
1240
+ "DeleteAction": { "@id": "schema:DeleteAction" },
1241
+ "DeliveryChargeSpecification": { "@id": "schema:DeliveryChargeSpecification" },
1242
+ "DeliveryEvent": { "@id": "schema:DeliveryEvent" },
1243
+ "DeliveryMethod": { "@id": "schema:DeliveryMethod" },
1244
+ "DeliveryTimeSettings": { "@id": "schema:DeliveryTimeSettings" },
1245
+ "Demand": { "@id": "schema:Demand" },
1246
+ "DemoAlbum": { "@id": "schema:DemoAlbum" },
1247
+ "DemoGameAvailability": { "@id": "schema:DemoGameAvailability" },
1248
+ "Dentist": { "@id": "schema:Dentist" },
1249
+ "Dentistry": { "@id": "schema:Dentistry" },
1250
+ "DepartAction": { "@id": "schema:DepartAction" },
1251
+ "DepartmentStore": { "@id": "schema:DepartmentStore" },
1252
+ "DepositAccount": { "@id": "schema:DepositAccount" },
1253
+ "Dermatologic": { "@id": "schema:Dermatologic" },
1254
+ "Dermatology": { "@id": "schema:Dermatology" },
1255
+ "DesktopWebPlatform": { "@id": "schema:DesktopWebPlatform" },
1256
+ "DiabeticDiet": { "@id": "schema:DiabeticDiet" },
1257
+ "Diagnostic": { "@id": "schema:Diagnostic" },
1258
+ "DiagnosticLab": { "@id": "schema:DiagnosticLab" },
1259
+ "DiagnosticProcedure": { "@id": "schema:DiagnosticProcedure" },
1260
+ "Diet": { "@id": "schema:Diet" },
1261
+ "DietNutrition": { "@id": "schema:DietNutrition" },
1262
+ "DietarySupplement": { "@id": "schema:DietarySupplement" },
1263
+ "DigitalArtDigitalSource": { "@id": "schema:DigitalArtDigitalSource" },
1264
+ "DigitalAudioTapeFormat": { "@id": "schema:DigitalAudioTapeFormat" },
1265
+ "DigitalCaptureDigitalSource": { "@id": "schema:DigitalCaptureDigitalSource" },
1266
+ "DigitalDocument": { "@id": "schema:DigitalDocument" },
1267
+ "DigitalDocumentPermission": { "@id": "schema:DigitalDocumentPermission" },
1268
+ "DigitalDocumentPermissionType": { "@id": "schema:DigitalDocumentPermissionType" },
1269
+ "DigitalFormat": { "@id": "schema:DigitalFormat" },
1270
+ "DigitalPlatformEnumeration": { "@id": "schema:DigitalPlatformEnumeration" },
1271
+ "DirectDebit": { "@id": "schema:DirectDebit" },
1272
+ "DisabilitySupport": { "@id": "schema:DisabilitySupport" },
1273
+ "DisagreeAction": { "@id": "schema:DisagreeAction" },
1274
+ "Discontinued": { "@id": "schema:Discontinued" },
1275
+ "DiscoverAction": { "@id": "schema:DiscoverAction" },
1276
+ "DiscussionForumPosting": { "@id": "schema:DiscussionForumPosting" },
1277
+ "DislikeAction": { "@id": "schema:DislikeAction" },
1278
+ "Distance": { "@id": "schema:Distance" },
1279
+ "DistanceFee": { "@id": "schema:DistanceFee" },
1280
+ "Distillery": { "@id": "schema:Distillery" },
1281
+ "DonateAction": { "@id": "schema:DonateAction" },
1282
+ "DoseSchedule": { "@id": "schema:DoseSchedule" },
1283
+ "DoubleBlindedTrial": { "@id": "schema:DoubleBlindedTrial" },
1284
+ "DownloadAction": { "@id": "schema:DownloadAction" },
1285
+ "Downpayment": { "@id": "schema:Downpayment" },
1286
+ "DrawAction": { "@id": "schema:DrawAction" },
1287
+ "Drawing": { "@id": "schema:Drawing" },
1288
+ "DrinkAction": { "@id": "schema:DrinkAction" },
1289
+ "DriveWheelConfigurationValue": { "@id": "schema:DriveWheelConfigurationValue" },
1290
+ "DrivingSchoolVehicleUsage": { "@id": "schema:DrivingSchoolVehicleUsage" },
1291
+ "Drug": { "@id": "schema:Drug" },
1292
+ "DrugClass": { "@id": "schema:DrugClass" },
1293
+ "DrugCost": { "@id": "schema:DrugCost" },
1294
+ "DrugCostCategory": { "@id": "schema:DrugCostCategory" },
1295
+ "DrugLegalStatus": { "@id": "schema:DrugLegalStatus" },
1296
+ "DrugPregnancyCategory": { "@id": "schema:DrugPregnancyCategory" },
1297
+ "DrugPrescriptionStatus": { "@id": "schema:DrugPrescriptionStatus" },
1298
+ "DrugStrength": { "@id": "schema:DrugStrength" },
1299
+ "DryCleaningOrLaundry": { "@id": "schema:DryCleaningOrLaundry" },
1300
+ "Duration": { "@id": "schema:Duration" },
1301
+ "EBook": { "@id": "schema:EBook" },
1302
+ "EPRelease": { "@id": "schema:EPRelease" },
1303
+ "EUEnergyEfficiencyCategoryA": { "@id": "schema:EUEnergyEfficiencyCategoryA" },
1304
+ "EUEnergyEfficiencyCategoryA1Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA1Plus" },
1305
+ "EUEnergyEfficiencyCategoryA2Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA2Plus" },
1306
+ "EUEnergyEfficiencyCategoryA3Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA3Plus" },
1307
+ "EUEnergyEfficiencyCategoryB": { "@id": "schema:EUEnergyEfficiencyCategoryB" },
1308
+ "EUEnergyEfficiencyCategoryC": { "@id": "schema:EUEnergyEfficiencyCategoryC" },
1309
+ "EUEnergyEfficiencyCategoryD": { "@id": "schema:EUEnergyEfficiencyCategoryD" },
1310
+ "EUEnergyEfficiencyCategoryE": { "@id": "schema:EUEnergyEfficiencyCategoryE" },
1311
+ "EUEnergyEfficiencyCategoryF": { "@id": "schema:EUEnergyEfficiencyCategoryF" },
1312
+ "EUEnergyEfficiencyCategoryG": { "@id": "schema:EUEnergyEfficiencyCategoryG" },
1313
+ "EUEnergyEfficiencyEnumeration": { "@id": "schema:EUEnergyEfficiencyEnumeration" },
1314
+ "Ear": { "@id": "schema:Ear" },
1315
+ "EatAction": { "@id": "schema:EatAction" },
1316
+ "EditedOrCroppedContent": { "@id": "schema:EditedOrCroppedContent" },
1317
+ "EducationEvent": { "@id": "schema:EducationEvent" },
1318
+ "EducationalAudience": { "@id": "schema:EducationalAudience" },
1319
+ "EducationalOccupationalCredential": { "@id": "schema:EducationalOccupationalCredential" },
1320
+ "EducationalOccupationalProgram": { "@id": "schema:EducationalOccupationalProgram" },
1321
+ "EducationalOrganization": { "@id": "schema:EducationalOrganization" },
1322
+ "EffectivenessHealthAspect": { "@id": "schema:EffectivenessHealthAspect" },
1323
+ "Electrician": { "@id": "schema:Electrician" },
1324
+ "ElectronicsStore": { "@id": "schema:ElectronicsStore" },
1325
+ "ElementarySchool": { "@id": "schema:ElementarySchool" },
1326
+ "EmailMessage": { "@id": "schema:EmailMessage" },
1327
+ "Embassy": { "@id": "schema:Embassy" },
1328
+ "Emergency": { "@id": "schema:Emergency" },
1329
+ "EmergencyService": { "@id": "schema:EmergencyService" },
1330
+ "EmployeeRole": { "@id": "schema:EmployeeRole" },
1331
+ "EmployerAggregateRating": { "@id": "schema:EmployerAggregateRating" },
1332
+ "EmployerReview": { "@id": "schema:EmployerReview" },
1333
+ "EmploymentAgency": { "@id": "schema:EmploymentAgency" },
1334
+ "Endocrine": { "@id": "schema:Endocrine" },
1335
+ "EndorseAction": { "@id": "schema:EndorseAction" },
1336
+ "EndorsementRating": { "@id": "schema:EndorsementRating" },
1337
+ "Energy": { "@id": "schema:Energy" },
1338
+ "EnergyConsumptionDetails": { "@id": "schema:EnergyConsumptionDetails" },
1339
+ "EnergyEfficiencyEnumeration": { "@id": "schema:EnergyEfficiencyEnumeration" },
1340
+ "EnergyStarCertified": { "@id": "schema:EnergyStarCertified" },
1341
+ "EnergyStarEnergyEfficiencyEnumeration": { "@id": "schema:EnergyStarEnergyEfficiencyEnumeration" },
1342
+ "EngineSpecification": { "@id": "schema:EngineSpecification" },
1343
+ "EnrollingByInvitation": { "@id": "schema:EnrollingByInvitation" },
1344
+ "EntertainmentBusiness": { "@id": "schema:EntertainmentBusiness" },
1345
+ "EntryPoint": { "@id": "schema:EntryPoint" },
1346
+ "Enumeration": { "@id": "schema:Enumeration" },
1347
+ "Episode": { "@id": "schema:Episode" },
1348
+ "Event": { "@id": "schema:Event" },
1349
+ "EventAttendanceModeEnumeration": { "@id": "schema:EventAttendanceModeEnumeration" },
1350
+ "EventCancelled": { "@id": "schema:EventCancelled" },
1351
+ "EventMovedOnline": { "@id": "schema:EventMovedOnline" },
1352
+ "EventPostponed": { "@id": "schema:EventPostponed" },
1353
+ "EventRescheduled": { "@id": "schema:EventRescheduled" },
1354
+ "EventReservation": { "@id": "schema:EventReservation" },
1355
+ "EventScheduled": { "@id": "schema:EventScheduled" },
1356
+ "EventSeries": { "@id": "schema:EventSeries" },
1357
+ "EventStatusType": { "@id": "schema:EventStatusType" },
1358
+ "EventVenue": { "@id": "schema:EventVenue" },
1359
+ "EvidenceLevelA": { "@id": "schema:EvidenceLevelA" },
1360
+ "EvidenceLevelB": { "@id": "schema:EvidenceLevelB" },
1361
+ "EvidenceLevelC": { "@id": "schema:EvidenceLevelC" },
1362
+ "ExampleMeasurementMethodEnum": { "@id": "schema:ExampleMeasurementMethodEnum" },
1363
+ "ExchangeRateSpecification": { "@id": "schema:ExchangeRateSpecification" },
1364
+ "ExchangeRefund": { "@id": "schema:ExchangeRefund" },
1365
+ "ExerciseAction": { "@id": "schema:ExerciseAction" },
1366
+ "ExerciseGym": { "@id": "schema:ExerciseGym" },
1367
+ "ExercisePlan": { "@id": "schema:ExercisePlan" },
1368
+ "ExhibitionEvent": { "@id": "schema:ExhibitionEvent" },
1369
+ "Eye": { "@id": "schema:Eye" },
1370
+ "FAQPage": { "@id": "schema:FAQPage" },
1371
+ "FDAcategoryA": { "@id": "schema:FDAcategoryA" },
1372
+ "FDAcategoryB": { "@id": "schema:FDAcategoryB" },
1373
+ "FDAcategoryC": { "@id": "schema:FDAcategoryC" },
1374
+ "FDAcategoryD": { "@id": "schema:FDAcategoryD" },
1375
+ "FDAcategoryX": { "@id": "schema:FDAcategoryX" },
1376
+ "FDAnotEvaluated": { "@id": "schema:FDAnotEvaluated" },
1377
+ "FMRadioChannel": { "@id": "schema:FMRadioChannel" },
1378
+ "FailedActionStatus": { "@id": "schema:FailedActionStatus" },
1379
+ "False": { "@id": "schema:False" },
1380
+ "FastFoodRestaurant": { "@id": "schema:FastFoodRestaurant" },
1381
+ "Female": { "@id": "schema:Female" },
1382
+ "Festival": { "@id": "schema:Festival" },
1383
+ "FilmAction": { "@id": "schema:FilmAction" },
1384
+ "FinancialProduct": { "@id": "schema:FinancialProduct" },
1385
+ "FinancialService": { "@id": "schema:FinancialService" },
1386
+ "FindAction": { "@id": "schema:FindAction" },
1387
+ "FireStation": { "@id": "schema:FireStation" },
1388
+ "Flexibility": { "@id": "schema:Flexibility" },
1389
+ "Flight": { "@id": "schema:Flight" },
1390
+ "FlightReservation": { "@id": "schema:FlightReservation" },
1391
+ "Float": { "@id": "schema:Float" },
1392
+ "FloorPlan": { "@id": "schema:FloorPlan" },
1393
+ "Florist": { "@id": "schema:Florist" },
1394
+ "FollowAction": { "@id": "schema:FollowAction" },
1395
+ "FoodEstablishment": { "@id": "schema:FoodEstablishment" },
1396
+ "FoodEstablishmentReservation": { "@id": "schema:FoodEstablishmentReservation" },
1397
+ "FoodEvent": { "@id": "schema:FoodEvent" },
1398
+ "FoodService": { "@id": "schema:FoodService" },
1399
+ "FourWheelDriveConfiguration": { "@id": "schema:FourWheelDriveConfiguration" },
1400
+ "FreeReturn": { "@id": "schema:FreeReturn" },
1401
+ "Friday": { "@id": "schema:Friday" },
1402
+ "FrontWheelDriveConfiguration": { "@id": "schema:FrontWheelDriveConfiguration" },
1403
+ "FullGameAvailability": { "@id": "schema:FullGameAvailability" },
1404
+ "FullRefund": { "@id": "schema:FullRefund" },
1405
+ "FundingAgency": { "@id": "schema:FundingAgency" },
1406
+ "FundingScheme": { "@id": "schema:FundingScheme" },
1407
+ "Fungus": { "@id": "schema:Fungus" },
1408
+ "FurnitureStore": { "@id": "schema:FurnitureStore" },
1409
+ "Game": { "@id": "schema:Game" },
1410
+ "GameAvailabilityEnumeration": { "@id": "schema:GameAvailabilityEnumeration" },
1411
+ "GamePlayMode": { "@id": "schema:GamePlayMode" },
1412
+ "GameServer": { "@id": "schema:GameServer" },
1413
+ "GameServerStatus": { "@id": "schema:GameServerStatus" },
1414
+ "GardenStore": { "@id": "schema:GardenStore" },
1415
+ "GasStation": { "@id": "schema:GasStation" },
1416
+ "Gastroenterologic": { "@id": "schema:Gastroenterologic" },
1417
+ "GatedResidenceCommunity": { "@id": "schema:GatedResidenceCommunity" },
1418
+ "GenderType": { "@id": "schema:GenderType" },
1419
+ "Gene": { "@id": "schema:Gene" },
1420
+ "GeneralContractor": { "@id": "schema:GeneralContractor" },
1421
+ "GenericWebPlatform": { "@id": "schema:GenericWebPlatform" },
1422
+ "Genetic": { "@id": "schema:Genetic" },
1423
+ "Genitourinary": { "@id": "schema:Genitourinary" },
1424
+ "GeoCircle": { "@id": "schema:GeoCircle" },
1425
+ "GeoCoordinates": { "@id": "schema:GeoCoordinates" },
1426
+ "GeoShape": { "@id": "schema:GeoShape" },
1427
+ "GeospatialGeometry": { "@id": "schema:GeospatialGeometry" },
1428
+ "Geriatric": { "@id": "schema:Geriatric" },
1429
+ "GettingAccessHealthAspect": { "@id": "schema:GettingAccessHealthAspect" },
1430
+ "GiveAction": { "@id": "schema:GiveAction" },
1431
+ "GlutenFreeDiet": { "@id": "schema:GlutenFreeDiet" },
1432
+ "GolfCourse": { "@id": "schema:GolfCourse" },
1433
+ "GovernmentBenefitsType": { "@id": "schema:GovernmentBenefitsType" },
1434
+ "GovernmentBuilding": { "@id": "schema:GovernmentBuilding" },
1435
+ "GovernmentOffice": { "@id": "schema:GovernmentOffice" },
1436
+ "GovernmentOrganization": { "@id": "schema:GovernmentOrganization" },
1437
+ "GovernmentPermit": { "@id": "schema:GovernmentPermit" },
1438
+ "GovernmentService": { "@id": "schema:GovernmentService" },
1439
+ "Grant": { "@id": "schema:Grant" },
1440
+ "GraphicNovel": { "@id": "schema:GraphicNovel" },
1441
+ "GroceryStore": { "@id": "schema:GroceryStore" },
1442
+ "GroupBoardingPolicy": { "@id": "schema:GroupBoardingPolicy" },
1443
+ "Guide": { "@id": "schema:Guide" },
1444
+ "Gynecologic": { "@id": "schema:Gynecologic" },
1445
+ "HVACBusiness": { "@id": "schema:HVACBusiness" },
1446
+ "Hackathon": { "@id": "schema:Hackathon" },
1447
+ "HairSalon": { "@id": "schema:HairSalon" },
1448
+ "HalalDiet": { "@id": "schema:HalalDiet" },
1449
+ "Hardcover": { "@id": "schema:Hardcover" },
1450
+ "HardwareStore": { "@id": "schema:HardwareStore" },
1451
+ "Head": { "@id": "schema:Head" },
1452
+ "HealthAndBeautyBusiness": { "@id": "schema:HealthAndBeautyBusiness" },
1453
+ "HealthAspectEnumeration": { "@id": "schema:HealthAspectEnumeration" },
1454
+ "HealthCare": { "@id": "schema:HealthCare" },
1455
+ "HealthClub": { "@id": "schema:HealthClub" },
1456
+ "HealthInsurancePlan": { "@id": "schema:HealthInsurancePlan" },
1457
+ "HealthPlanCostSharingSpecification": { "@id": "schema:HealthPlanCostSharingSpecification" },
1458
+ "HealthPlanFormulary": { "@id": "schema:HealthPlanFormulary" },
1459
+ "HealthPlanNetwork": { "@id": "schema:HealthPlanNetwork" },
1460
+ "HealthTopicContent": { "@id": "schema:HealthTopicContent" },
1461
+ "HealthcareConsideration": { "@id": "schema:HealthcareConsideration" },
1462
+ "HearingImpairedSupported": { "@id": "schema:HearingImpairedSupported" },
1463
+ "Hematologic": { "@id": "schema:Hematologic" },
1464
+ "HighSchool": { "@id": "schema:HighSchool" },
1465
+ "HinduDiet": { "@id": "schema:HinduDiet" },
1466
+ "HinduTemple": { "@id": "schema:HinduTemple" },
1467
+ "HobbyShop": { "@id": "schema:HobbyShop" },
1468
+ "HomeAndConstructionBusiness": { "@id": "schema:HomeAndConstructionBusiness" },
1469
+ "HomeGoodsStore": { "@id": "schema:HomeGoodsStore" },
1470
+ "Homeopathic": { "@id": "schema:Homeopathic" },
1471
+ "Hospital": { "@id": "schema:Hospital" },
1472
+ "Hostel": { "@id": "schema:Hostel" },
1473
+ "Hotel": { "@id": "schema:Hotel" },
1474
+ "HotelRoom": { "@id": "schema:HotelRoom" },
1475
+ "House": { "@id": "schema:House" },
1476
+ "HousePainter": { "@id": "schema:HousePainter" },
1477
+ "HowItWorksHealthAspect": { "@id": "schema:HowItWorksHealthAspect" },
1478
+ "HowOrWhereHealthAspect": { "@id": "schema:HowOrWhereHealthAspect" },
1479
+ "HowTo": { "@id": "schema:HowTo" },
1480
+ "HowToDirection": { "@id": "schema:HowToDirection" },
1481
+ "HowToItem": { "@id": "schema:HowToItem" },
1482
+ "HowToSection": { "@id": "schema:HowToSection" },
1483
+ "HowToStep": { "@id": "schema:HowToStep" },
1484
+ "HowToSupply": { "@id": "schema:HowToSupply" },
1485
+ "HowToTip": { "@id": "schema:HowToTip" },
1486
+ "HowToTool": { "@id": "schema:HowToTool" },
1487
+ "HyperToc": { "@id": "schema:HyperToc" },
1488
+ "HyperTocEntry": { "@id": "schema:HyperTocEntry" },
1489
+ "IOSPlatform": { "@id": "schema:IOSPlatform" },
1490
+ "IPTCDigitalSourceEnumeration": { "@id": "schema:IPTCDigitalSourceEnumeration" },
1491
+ "IceCreamShop": { "@id": "schema:IceCreamShop" },
1492
+ "IgnoreAction": { "@id": "schema:IgnoreAction" },
1493
+ "ImageGallery": { "@id": "schema:ImageGallery" },
1494
+ "ImageObject": { "@id": "schema:ImageObject" },
1495
+ "ImageObjectSnapshot": { "@id": "schema:ImageObjectSnapshot" },
1496
+ "ImagingTest": { "@id": "schema:ImagingTest" },
1497
+ "InForce": { "@id": "schema:InForce" },
1498
+ "InStock": { "@id": "schema:InStock" },
1499
+ "InStoreOnly": { "@id": "schema:InStoreOnly" },
1500
+ "InStorePrepay": { "@id": "schema:InStorePrepay" },
1501
+ "IndividualPhysician": { "@id": "schema:IndividualPhysician" },
1502
+ "IndividualProduct": { "@id": "schema:IndividualProduct" },
1503
+ "Infectious": { "@id": "schema:Infectious" },
1504
+ "InfectiousAgentClass": { "@id": "schema:InfectiousAgentClass" },
1505
+ "InfectiousDisease": { "@id": "schema:InfectiousDisease" },
1506
+ "InformAction": { "@id": "schema:InformAction" },
1507
+ "IngredientsHealthAspect": { "@id": "schema:IngredientsHealthAspect" },
1508
+ "InsertAction": { "@id": "schema:InsertAction" },
1509
+ "InstallAction": { "@id": "schema:InstallAction" },
1510
+ "Installment": { "@id": "schema:Installment" },
1511
+ "InsuranceAgency": { "@id": "schema:InsuranceAgency" },
1512
+ "Intangible": { "@id": "schema:Intangible" },
1513
+ "Integer": { "@id": "schema:Integer" },
1514
+ "InteractAction": { "@id": "schema:InteractAction" },
1515
+ "InteractionCounter": { "@id": "schema:InteractionCounter" },
1516
+ "InternationalTrial": { "@id": "schema:InternationalTrial" },
1517
+ "InternetCafe": { "@id": "schema:InternetCafe" },
1518
+ "InvestmentFund": { "@id": "schema:InvestmentFund" },
1519
+ "InvestmentOrDeposit": { "@id": "schema:InvestmentOrDeposit" },
1520
+ "InviteAction": { "@id": "schema:InviteAction" },
1521
+ "Invoice": { "@id": "schema:Invoice" },
1522
+ "InvoicePrice": { "@id": "schema:InvoicePrice" },
1523
+ "ItemAvailability": { "@id": "schema:ItemAvailability" },
1524
+ "ItemList": { "@id": "schema:ItemList" },
1525
+ "ItemListOrderAscending": { "@id": "schema:ItemListOrderAscending" },
1526
+ "ItemListOrderDescending": { "@id": "schema:ItemListOrderDescending" },
1527
+ "ItemListOrderType": { "@id": "schema:ItemListOrderType" },
1528
+ "ItemListUnordered": { "@id": "schema:ItemListUnordered" },
1529
+ "ItemPage": { "@id": "schema:ItemPage" },
1530
+ "JewelryStore": { "@id": "schema:JewelryStore" },
1531
+ "JobPosting": { "@id": "schema:JobPosting" },
1532
+ "JoinAction": { "@id": "schema:JoinAction" },
1533
+ "Joint": { "@id": "schema:Joint" },
1534
+ "KeepProduct": { "@id": "schema:KeepProduct" },
1535
+ "KosherDiet": { "@id": "schema:KosherDiet" },
1536
+ "LaboratoryScience": { "@id": "schema:LaboratoryScience" },
1537
+ "LakeBodyOfWater": { "@id": "schema:LakeBodyOfWater" },
1538
+ "Landform": { "@id": "schema:Landform" },
1539
+ "LandmarksOrHistoricalBuildings": { "@id": "schema:LandmarksOrHistoricalBuildings" },
1540
+ "Language": { "@id": "schema:Language" },
1541
+ "LaserDiscFormat": { "@id": "schema:LaserDiscFormat" },
1542
+ "LearningResource": { "@id": "schema:LearningResource" },
1543
+ "LeaveAction": { "@id": "schema:LeaveAction" },
1544
+ "LeftHandDriving": { "@id": "schema:LeftHandDriving" },
1545
+ "LegalForceStatus": { "@id": "schema:LegalForceStatus" },
1546
+ "LegalService": { "@id": "schema:LegalService" },
1547
+ "LegalValueLevel": { "@id": "schema:LegalValueLevel" },
1548
+ "Legislation": { "@id": "schema:Legislation" },
1549
+ "LegislationObject": { "@id": "schema:LegislationObject" },
1550
+ "LegislativeBuilding": { "@id": "schema:LegislativeBuilding" },
1551
+ "LeisureTimeActivity": { "@id": "schema:LeisureTimeActivity" },
1552
+ "LendAction": { "@id": "schema:LendAction" },
1553
+ "Library": { "@id": "schema:Library" },
1554
+ "LibrarySystem": { "@id": "schema:LibrarySystem" },
1555
+ "LifestyleModification": { "@id": "schema:LifestyleModification" },
1556
+ "Ligament": { "@id": "schema:Ligament" },
1557
+ "LikeAction": { "@id": "schema:LikeAction" },
1558
+ "LimitedAvailability": { "@id": "schema:LimitedAvailability" },
1559
+ "LimitedByGuaranteeCharity": { "@id": "schema:LimitedByGuaranteeCharity" },
1560
+ "LinkRole": { "@id": "schema:LinkRole" },
1561
+ "LiquorStore": { "@id": "schema:LiquorStore" },
1562
+ "ListItem": { "@id": "schema:ListItem" },
1563
+ "ListPrice": { "@id": "schema:ListPrice" },
1564
+ "ListenAction": { "@id": "schema:ListenAction" },
1565
+ "LiteraryEvent": { "@id": "schema:LiteraryEvent" },
1566
+ "LiveAlbum": { "@id": "schema:LiveAlbum" },
1567
+ "LiveBlogPosting": { "@id": "schema:LiveBlogPosting" },
1568
+ "LivingWithHealthAspect": { "@id": "schema:LivingWithHealthAspect" },
1569
+ "LoanOrCredit": { "@id": "schema:LoanOrCredit" },
1570
+ "LocalBusiness": { "@id": "schema:LocalBusiness" },
1571
+ "LocationFeatureSpecification": { "@id": "schema:LocationFeatureSpecification" },
1572
+ "LockerDelivery": { "@id": "schema:LockerDelivery" },
1573
+ "Locksmith": { "@id": "schema:Locksmith" },
1574
+ "LodgingBusiness": { "@id": "schema:LodgingBusiness" },
1575
+ "LodgingReservation": { "@id": "schema:LodgingReservation" },
1576
+ "Longitudinal": { "@id": "schema:Longitudinal" },
1577
+ "LoseAction": { "@id": "schema:LoseAction" },
1578
+ "LowCalorieDiet": { "@id": "schema:LowCalorieDiet" },
1579
+ "LowFatDiet": { "@id": "schema:LowFatDiet" },
1580
+ "LowLactoseDiet": { "@id": "schema:LowLactoseDiet" },
1581
+ "LowSaltDiet": { "@id": "schema:LowSaltDiet" },
1582
+ "Lung": { "@id": "schema:Lung" },
1583
+ "LymphaticVessel": { "@id": "schema:LymphaticVessel" },
1584
+ "MRI": { "@id": "schema:MRI" },
1585
+ "MSRP": { "@id": "schema:MSRP" },
1586
+ "MadeToOrder": { "@id": "schema:MadeToOrder" },
1587
+ "Male": { "@id": "schema:Male" },
1588
+ "Manuscript": { "@id": "schema:Manuscript" },
1589
+ "Map": { "@id": "schema:Map" },
1590
+ "MapCategoryType": { "@id": "schema:MapCategoryType" },
1591
+ "MarryAction": { "@id": "schema:MarryAction" },
1592
+ "Mass": { "@id": "schema:Mass" },
1593
+ "MathSolver": { "@id": "schema:MathSolver" },
1594
+ "MaximumDoseSchedule": { "@id": "schema:MaximumDoseSchedule" },
1595
+ "MayTreatHealthAspect": { "@id": "schema:MayTreatHealthAspect" },
1596
+ "MeasurementMethodEnum": { "@id": "schema:MeasurementMethodEnum" },
1597
+ "MeasurementTypeEnumeration": { "@id": "schema:MeasurementTypeEnumeration" },
1598
+ "MediaEnumeration": { "@id": "schema:MediaEnumeration" },
1599
+ "MediaGallery": { "@id": "schema:MediaGallery" },
1600
+ "MediaManipulationRatingEnumeration": { "@id": "schema:MediaManipulationRatingEnumeration" },
1601
+ "MediaObject": { "@id": "schema:MediaObject" },
1602
+ "MediaReview": { "@id": "schema:MediaReview" },
1603
+ "MediaReviewItem": { "@id": "schema:MediaReviewItem" },
1604
+ "MediaSubscription": { "@id": "schema:MediaSubscription" },
1605
+ "MedicalAudience": { "@id": "schema:MedicalAudience" },
1606
+ "MedicalAudienceType": { "@id": "schema:MedicalAudienceType" },
1607
+ "MedicalBusiness": { "@id": "schema:MedicalBusiness" },
1608
+ "MedicalCause": { "@id": "schema:MedicalCause" },
1609
+ "MedicalClinic": { "@id": "schema:MedicalClinic" },
1610
+ "MedicalCode": { "@id": "schema:MedicalCode" },
1611
+ "MedicalCondition": { "@id": "schema:MedicalCondition" },
1612
+ "MedicalConditionStage": { "@id": "schema:MedicalConditionStage" },
1613
+ "MedicalContraindication": { "@id": "schema:MedicalContraindication" },
1614
+ "MedicalDevice": { "@id": "schema:MedicalDevice" },
1615
+ "MedicalDevicePurpose": { "@id": "schema:MedicalDevicePurpose" },
1616
+ "MedicalEntity": { "@id": "schema:MedicalEntity" },
1617
+ "MedicalEnumeration": { "@id": "schema:MedicalEnumeration" },
1618
+ "MedicalEvidenceLevel": { "@id": "schema:MedicalEvidenceLevel" },
1619
+ "MedicalGuideline": { "@id": "schema:MedicalGuideline" },
1620
+ "MedicalGuidelineContraindication": { "@id": "schema:MedicalGuidelineContraindication" },
1621
+ "MedicalGuidelineRecommendation": { "@id": "schema:MedicalGuidelineRecommendation" },
1622
+ "MedicalImagingTechnique": { "@id": "schema:MedicalImagingTechnique" },
1623
+ "MedicalIndication": { "@id": "schema:MedicalIndication" },
1624
+ "MedicalIntangible": { "@id": "schema:MedicalIntangible" },
1625
+ "MedicalObservationalStudy": { "@id": "schema:MedicalObservationalStudy" },
1626
+ "MedicalObservationalStudyDesign": { "@id": "schema:MedicalObservationalStudyDesign" },
1627
+ "MedicalOrganization": { "@id": "schema:MedicalOrganization" },
1628
+ "MedicalProcedure": { "@id": "schema:MedicalProcedure" },
1629
+ "MedicalProcedureType": { "@id": "schema:MedicalProcedureType" },
1630
+ "MedicalResearcher": { "@id": "schema:MedicalResearcher" },
1631
+ "MedicalRiskCalculator": { "@id": "schema:MedicalRiskCalculator" },
1632
+ "MedicalRiskEstimator": { "@id": "schema:MedicalRiskEstimator" },
1633
+ "MedicalRiskFactor": { "@id": "schema:MedicalRiskFactor" },
1634
+ "MedicalRiskScore": { "@id": "schema:MedicalRiskScore" },
1635
+ "MedicalScholarlyArticle": { "@id": "schema:MedicalScholarlyArticle" },
1636
+ "MedicalSign": { "@id": "schema:MedicalSign" },
1637
+ "MedicalSignOrSymptom": { "@id": "schema:MedicalSignOrSymptom" },
1638
+ "MedicalSpecialty": { "@id": "schema:MedicalSpecialty" },
1639
+ "MedicalStudy": { "@id": "schema:MedicalStudy" },
1640
+ "MedicalStudyStatus": { "@id": "schema:MedicalStudyStatus" },
1641
+ "MedicalSymptom": { "@id": "schema:MedicalSymptom" },
1642
+ "MedicalTest": { "@id": "schema:MedicalTest" },
1643
+ "MedicalTestPanel": { "@id": "schema:MedicalTestPanel" },
1644
+ "MedicalTherapy": { "@id": "schema:MedicalTherapy" },
1645
+ "MedicalTrial": { "@id": "schema:MedicalTrial" },
1646
+ "MedicalTrialDesign": { "@id": "schema:MedicalTrialDesign" },
1647
+ "MedicalWebPage": { "@id": "schema:MedicalWebPage" },
1648
+ "MedicineSystem": { "@id": "schema:MedicineSystem" },
1649
+ "MeetingRoom": { "@id": "schema:MeetingRoom" },
1650
+ "MemberProgram": { "@id": "schema:MemberProgram" },
1651
+ "MemberProgramTier": { "@id": "schema:MemberProgramTier" },
1652
+ "MensClothingStore": { "@id": "schema:MensClothingStore" },
1653
+ "Menu": { "@id": "schema:Menu" },
1654
+ "MenuItem": { "@id": "schema:MenuItem" },
1655
+ "MenuSection": { "@id": "schema:MenuSection" },
1656
+ "MerchantReturnEnumeration": { "@id": "schema:MerchantReturnEnumeration" },
1657
+ "MerchantReturnFiniteReturnWindow": { "@id": "schema:MerchantReturnFiniteReturnWindow" },
1658
+ "MerchantReturnNotPermitted": { "@id": "schema:MerchantReturnNotPermitted" },
1659
+ "MerchantReturnPolicy": { "@id": "schema:MerchantReturnPolicy" },
1660
+ "MerchantReturnPolicySeasonalOverride": { "@id": "schema:MerchantReturnPolicySeasonalOverride" },
1661
+ "MerchantReturnUnlimitedWindow": { "@id": "schema:MerchantReturnUnlimitedWindow" },
1662
+ "MerchantReturnUnspecified": { "@id": "schema:MerchantReturnUnspecified" },
1663
+ "Message": { "@id": "schema:Message" },
1664
+ "MiddleSchool": { "@id": "schema:MiddleSchool" },
1665
+ "Midwifery": { "@id": "schema:Midwifery" },
1666
+ "MinimumAdvertisedPrice": { "@id": "schema:MinimumAdvertisedPrice" },
1667
+ "MinorHumanEditsDigitalSource": { "@id": "schema:MinorHumanEditsDigitalSource" },
1668
+ "MisconceptionsHealthAspect": { "@id": "schema:MisconceptionsHealthAspect" },
1669
+ "MixedEventAttendanceMode": { "@id": "schema:MixedEventAttendanceMode" },
1670
+ "MixtapeAlbum": { "@id": "schema:MixtapeAlbum" },
1671
+ "MobileApplication": { "@id": "schema:MobileApplication" },
1672
+ "MobilePhoneStore": { "@id": "schema:MobilePhoneStore" },
1673
+ "MobileWebPlatform": { "@id": "schema:MobileWebPlatform" },
1674
+ "MolecularEntity": { "@id": "schema:MolecularEntity" },
1675
+ "Monday": { "@id": "schema:Monday" },
1676
+ "MonetaryAmount": { "@id": "schema:MonetaryAmount" },
1677
+ "MonetaryAmountDistribution": { "@id": "schema:MonetaryAmountDistribution" },
1678
+ "MonetaryGrant": { "@id": "schema:MonetaryGrant" },
1679
+ "MoneyTransfer": { "@id": "schema:MoneyTransfer" },
1680
+ "MortgageLoan": { "@id": "schema:MortgageLoan" },
1681
+ "Mosque": { "@id": "schema:Mosque" },
1682
+ "Motel": { "@id": "schema:Motel" },
1683
+ "Motorcycle": { "@id": "schema:Motorcycle" },
1684
+ "MotorcycleDealer": { "@id": "schema:MotorcycleDealer" },
1685
+ "MotorcycleRepair": { "@id": "schema:MotorcycleRepair" },
1686
+ "MotorizedBicycle": { "@id": "schema:MotorizedBicycle" },
1687
+ "Mountain": { "@id": "schema:Mountain" },
1688
+ "MoveAction": { "@id": "schema:MoveAction" },
1689
+ "Movie": { "@id": "schema:Movie" },
1690
+ "MovieClip": { "@id": "schema:MovieClip" },
1691
+ "MovieRentalStore": { "@id": "schema:MovieRentalStore" },
1692
+ "MovieSeries": { "@id": "schema:MovieSeries" },
1693
+ "MovieTheater": { "@id": "schema:MovieTheater" },
1694
+ "MovingCompany": { "@id": "schema:MovingCompany" },
1695
+ "MultiCenterTrial": { "@id": "schema:MultiCenterTrial" },
1696
+ "MultiPlayer": { "@id": "schema:MultiPlayer" },
1697
+ "MulticellularParasite": { "@id": "schema:MulticellularParasite" },
1698
+ "Muscle": { "@id": "schema:Muscle" },
1699
+ "Musculoskeletal": { "@id": "schema:Musculoskeletal" },
1700
+ "MusculoskeletalExam": { "@id": "schema:MusculoskeletalExam" },
1701
+ "Museum": { "@id": "schema:Museum" },
1702
+ "MusicAlbum": { "@id": "schema:MusicAlbum" },
1703
+ "MusicAlbumProductionType": { "@id": "schema:MusicAlbumProductionType" },
1704
+ "MusicAlbumReleaseType": { "@id": "schema:MusicAlbumReleaseType" },
1705
+ "MusicComposition": { "@id": "schema:MusicComposition" },
1706
+ "MusicEvent": { "@id": "schema:MusicEvent" },
1707
+ "MusicGroup": { "@id": "schema:MusicGroup" },
1708
+ "MusicPlaylist": { "@id": "schema:MusicPlaylist" },
1709
+ "MusicRecording": { "@id": "schema:MusicRecording" },
1710
+ "MusicRelease": { "@id": "schema:MusicRelease" },
1711
+ "MusicReleaseFormatType": { "@id": "schema:MusicReleaseFormatType" },
1712
+ "MusicStore": { "@id": "schema:MusicStore" },
1713
+ "MusicVenue": { "@id": "schema:MusicVenue" },
1714
+ "MusicVideoObject": { "@id": "schema:MusicVideoObject" },
1715
+ "NGO": { "@id": "schema:NGO" },
1716
+ "NLNonprofitType": { "@id": "schema:NLNonprofitType" },
1717
+ "NailSalon": { "@id": "schema:NailSalon" },
1718
+ "NarcoticConsideration": { "@id": "schema:NarcoticConsideration" },
1719
+ "Neck": { "@id": "schema:Neck" },
1720
+ "NegativeFilmDigitalSource": { "@id": "schema:NegativeFilmDigitalSource" },
1721
+ "Nerve": { "@id": "schema:Nerve" },
1722
+ "Neuro": { "@id": "schema:Neuro" },
1723
+ "Neurologic": { "@id": "schema:Neurologic" },
1724
+ "NewCondition": { "@id": "schema:NewCondition" },
1725
+ "NewsArticle": { "@id": "schema:NewsArticle" },
1726
+ "NewsMediaOrganization": { "@id": "schema:NewsMediaOrganization" },
1727
+ "Newspaper": { "@id": "schema:Newspaper" },
1728
+ "NightClub": { "@id": "schema:NightClub" },
1729
+ "NoninvasiveProcedure": { "@id": "schema:NoninvasiveProcedure" },
1730
+ "Nonprofit501a": { "@id": "schema:Nonprofit501a" },
1731
+ "Nonprofit501c1": { "@id": "schema:Nonprofit501c1" },
1732
+ "Nonprofit501c10": { "@id": "schema:Nonprofit501c10" },
1733
+ "Nonprofit501c11": { "@id": "schema:Nonprofit501c11" },
1734
+ "Nonprofit501c12": { "@id": "schema:Nonprofit501c12" },
1735
+ "Nonprofit501c13": { "@id": "schema:Nonprofit501c13" },
1736
+ "Nonprofit501c14": { "@id": "schema:Nonprofit501c14" },
1737
+ "Nonprofit501c15": { "@id": "schema:Nonprofit501c15" },
1738
+ "Nonprofit501c16": { "@id": "schema:Nonprofit501c16" },
1739
+ "Nonprofit501c17": { "@id": "schema:Nonprofit501c17" },
1740
+ "Nonprofit501c18": { "@id": "schema:Nonprofit501c18" },
1741
+ "Nonprofit501c19": { "@id": "schema:Nonprofit501c19" },
1742
+ "Nonprofit501c2": { "@id": "schema:Nonprofit501c2" },
1743
+ "Nonprofit501c20": { "@id": "schema:Nonprofit501c20" },
1744
+ "Nonprofit501c21": { "@id": "schema:Nonprofit501c21" },
1745
+ "Nonprofit501c22": { "@id": "schema:Nonprofit501c22" },
1746
+ "Nonprofit501c23": { "@id": "schema:Nonprofit501c23" },
1747
+ "Nonprofit501c24": { "@id": "schema:Nonprofit501c24" },
1748
+ "Nonprofit501c25": { "@id": "schema:Nonprofit501c25" },
1749
+ "Nonprofit501c26": { "@id": "schema:Nonprofit501c26" },
1750
+ "Nonprofit501c27": { "@id": "schema:Nonprofit501c27" },
1751
+ "Nonprofit501c28": { "@id": "schema:Nonprofit501c28" },
1752
+ "Nonprofit501c3": { "@id": "schema:Nonprofit501c3" },
1753
+ "Nonprofit501c4": { "@id": "schema:Nonprofit501c4" },
1754
+ "Nonprofit501c5": { "@id": "schema:Nonprofit501c5" },
1755
+ "Nonprofit501c6": { "@id": "schema:Nonprofit501c6" },
1756
+ "Nonprofit501c7": { "@id": "schema:Nonprofit501c7" },
1757
+ "Nonprofit501c8": { "@id": "schema:Nonprofit501c8" },
1758
+ "Nonprofit501c9": { "@id": "schema:Nonprofit501c9" },
1759
+ "Nonprofit501d": { "@id": "schema:Nonprofit501d" },
1760
+ "Nonprofit501e": { "@id": "schema:Nonprofit501e" },
1761
+ "Nonprofit501f": { "@id": "schema:Nonprofit501f" },
1762
+ "Nonprofit501k": { "@id": "schema:Nonprofit501k" },
1763
+ "Nonprofit501n": { "@id": "schema:Nonprofit501n" },
1764
+ "Nonprofit501q": { "@id": "schema:Nonprofit501q" },
1765
+ "Nonprofit527": { "@id": "schema:Nonprofit527" },
1766
+ "NonprofitANBI": { "@id": "schema:NonprofitANBI" },
1767
+ "NonprofitSBBI": { "@id": "schema:NonprofitSBBI" },
1768
+ "NonprofitType": { "@id": "schema:NonprofitType" },
1769
+ "Nose": { "@id": "schema:Nose" },
1770
+ "NotInForce": { "@id": "schema:NotInForce" },
1771
+ "NotYetRecruiting": { "@id": "schema:NotYetRecruiting" },
1772
+ "Notary": { "@id": "schema:Notary" },
1773
+ "NoteDigitalDocument": { "@id": "schema:NoteDigitalDocument" },
1774
+ "Number": { "@id": "schema:Number" },
1775
+ "Nursing": { "@id": "schema:Nursing" },
1776
+ "NutritionInformation": { "@id": "schema:NutritionInformation" },
1777
+ "OTC": { "@id": "schema:OTC" },
1778
+ "Observation": { "@id": "schema:Observation" },
1779
+ "Observational": { "@id": "schema:Observational" },
1780
+ "Obstetric": { "@id": "schema:Obstetric" },
1781
+ "Occupation": { "@id": "schema:Occupation" },
1782
+ "OccupationalActivity": { "@id": "schema:OccupationalActivity" },
1783
+ "OccupationalExperienceRequirements": { "@id": "schema:OccupationalExperienceRequirements" },
1784
+ "OccupationalTherapy": { "@id": "schema:OccupationalTherapy" },
1785
+ "OceanBodyOfWater": { "@id": "schema:OceanBodyOfWater" },
1786
+ "Offer": { "@id": "schema:Offer" },
1787
+ "OfferCatalog": { "@id": "schema:OfferCatalog" },
1788
+ "OfferForLease": { "@id": "schema:OfferForLease" },
1789
+ "OfferForPurchase": { "@id": "schema:OfferForPurchase" },
1790
+ "OfferItemCondition": { "@id": "schema:OfferItemCondition" },
1791
+ "OfferShippingDetails": { "@id": "schema:OfferShippingDetails" },
1792
+ "OfficeEquipmentStore": { "@id": "schema:OfficeEquipmentStore" },
1793
+ "OfficialLegalValue": { "@id": "schema:OfficialLegalValue" },
1794
+ "OfflineEventAttendanceMode": { "@id": "schema:OfflineEventAttendanceMode" },
1795
+ "OfflinePermanently": { "@id": "schema:OfflinePermanently" },
1796
+ "OfflineTemporarily": { "@id": "schema:OfflineTemporarily" },
1797
+ "OnDemandEvent": { "@id": "schema:OnDemandEvent" },
1798
+ "OnSitePickup": { "@id": "schema:OnSitePickup" },
1799
+ "Oncologic": { "@id": "schema:Oncologic" },
1800
+ "OneTimePayments": { "@id": "schema:OneTimePayments" },
1801
+ "Online": { "@id": "schema:Online" },
1802
+ "OnlineBusiness": { "@id": "schema:OnlineBusiness" },
1803
+ "OnlineEventAttendanceMode": { "@id": "schema:OnlineEventAttendanceMode" },
1804
+ "OnlineFull": { "@id": "schema:OnlineFull" },
1805
+ "OnlineOnly": { "@id": "schema:OnlineOnly" },
1806
+ "OnlineStore": { "@id": "schema:OnlineStore" },
1807
+ "OpenTrial": { "@id": "schema:OpenTrial" },
1808
+ "OpeningHoursSpecification": { "@id": "schema:OpeningHoursSpecification" },
1809
+ "OpinionNewsArticle": { "@id": "schema:OpinionNewsArticle" },
1810
+ "Optician": { "@id": "schema:Optician" },
1811
+ "Optometric": { "@id": "schema:Optometric" },
1812
+ "Order": { "@id": "schema:Order" },
1813
+ "OrderAction": { "@id": "schema:OrderAction" },
1814
+ "OrderCancelled": { "@id": "schema:OrderCancelled" },
1815
+ "OrderDelivered": { "@id": "schema:OrderDelivered" },
1816
+ "OrderInTransit": { "@id": "schema:OrderInTransit" },
1817
+ "OrderItem": { "@id": "schema:OrderItem" },
1818
+ "OrderPaymentDue": { "@id": "schema:OrderPaymentDue" },
1819
+ "OrderPickupAvailable": { "@id": "schema:OrderPickupAvailable" },
1820
+ "OrderProblem": { "@id": "schema:OrderProblem" },
1821
+ "OrderProcessing": { "@id": "schema:OrderProcessing" },
1822
+ "OrderReturned": { "@id": "schema:OrderReturned" },
1823
+ "OrderStatus": { "@id": "schema:OrderStatus" },
1824
+ "Organization": { "@id": "schema:Organization" },
1825
+ "OrganizationRole": { "@id": "schema:OrganizationRole" },
1826
+ "OrganizeAction": { "@id": "schema:OrganizeAction" },
1827
+ "OriginalMediaContent": { "@id": "schema:OriginalMediaContent" },
1828
+ "OriginalShippingFees": { "@id": "schema:OriginalShippingFees" },
1829
+ "Osteopathic": { "@id": "schema:Osteopathic" },
1830
+ "Otolaryngologic": { "@id": "schema:Otolaryngologic" },
1831
+ "OutOfStock": { "@id": "schema:OutOfStock" },
1832
+ "OutletStore": { "@id": "schema:OutletStore" },
1833
+ "OverviewHealthAspect": { "@id": "schema:OverviewHealthAspect" },
1834
+ "OwnershipInfo": { "@id": "schema:OwnershipInfo" },
1835
+ "PET": { "@id": "schema:PET" },
1836
+ "PaidLeave": { "@id": "schema:PaidLeave" },
1837
+ "PaintAction": { "@id": "schema:PaintAction" },
1838
+ "Painting": { "@id": "schema:Painting" },
1839
+ "PalliativeProcedure": { "@id": "schema:PalliativeProcedure" },
1840
+ "Paperback": { "@id": "schema:Paperback" },
1841
+ "ParcelDelivery": { "@id": "schema:ParcelDelivery" },
1842
+ "ParcelService": { "@id": "schema:ParcelService" },
1843
+ "ParentAudience": { "@id": "schema:ParentAudience" },
1844
+ "ParentalSupport": { "@id": "schema:ParentalSupport" },
1845
+ "Park": { "@id": "schema:Park" },
1846
+ "ParkingFacility": { "@id": "schema:ParkingFacility" },
1847
+ "ParkingMap": { "@id": "schema:ParkingMap" },
1848
+ "PartiallyInForce": { "@id": "schema:PartiallyInForce" },
1849
+ "Pathology": { "@id": "schema:Pathology" },
1850
+ "PathologyTest": { "@id": "schema:PathologyTest" },
1851
+ "Patient": { "@id": "schema:Patient" },
1852
+ "PatientExperienceHealthAspect": { "@id": "schema:PatientExperienceHealthAspect" },
1853
+ "PawnShop": { "@id": "schema:PawnShop" },
1854
+ "PayAction": { "@id": "schema:PayAction" },
1855
+ "PaymentAutomaticallyApplied": { "@id": "schema:PaymentAutomaticallyApplied" },
1856
+ "PaymentCard": { "@id": "schema:PaymentCard" },
1857
+ "PaymentChargeSpecification": { "@id": "schema:PaymentChargeSpecification" },
1858
+ "PaymentComplete": { "@id": "schema:PaymentComplete" },
1859
+ "PaymentDeclined": { "@id": "schema:PaymentDeclined" },
1860
+ "PaymentDue": { "@id": "schema:PaymentDue" },
1861
+ "PaymentMethod": { "@id": "schema:PaymentMethod" },
1862
+ "PaymentMethodType": { "@id": "schema:PaymentMethodType" },
1863
+ "PaymentPastDue": { "@id": "schema:PaymentPastDue" },
1864
+ "PaymentService": { "@id": "schema:PaymentService" },
1865
+ "PaymentStatusType": { "@id": "schema:PaymentStatusType" },
1866
+ "Pediatric": { "@id": "schema:Pediatric" },
1867
+ "PeopleAudience": { "@id": "schema:PeopleAudience" },
1868
+ "PercutaneousProcedure": { "@id": "schema:PercutaneousProcedure" },
1869
+ "PerformAction": { "@id": "schema:PerformAction" },
1870
+ "PerformanceRole": { "@id": "schema:PerformanceRole" },
1871
+ "PerformingArtsTheater": { "@id": "schema:PerformingArtsTheater" },
1872
+ "PerformingGroup": { "@id": "schema:PerformingGroup" },
1873
+ "Periodical": { "@id": "schema:Periodical" },
1874
+ "Permit": { "@id": "schema:Permit" },
1875
+ "Person": { "@id": "schema:Person" },
1876
+ "PetStore": { "@id": "schema:PetStore" },
1877
+ "Pharmacy": { "@id": "schema:Pharmacy" },
1878
+ "PharmacySpecialty": { "@id": "schema:PharmacySpecialty" },
1879
+ "PhoneCarrierPayment": { "@id": "schema:PhoneCarrierPayment" },
1880
+ "Photograph": { "@id": "schema:Photograph" },
1881
+ "PhotographAction": { "@id": "schema:PhotographAction" },
1882
+ "PhysicalActivity": { "@id": "schema:PhysicalActivity" },
1883
+ "PhysicalActivityCategory": { "@id": "schema:PhysicalActivityCategory" },
1884
+ "PhysicalExam": { "@id": "schema:PhysicalExam" },
1885
+ "PhysicalTherapy": { "@id": "schema:PhysicalTherapy" },
1886
+ "Physician": { "@id": "schema:Physician" },
1887
+ "PhysiciansOffice": { "@id": "schema:PhysiciansOffice" },
1888
+ "Physiotherapy": { "@id": "schema:Physiotherapy" },
1889
+ "Place": { "@id": "schema:Place" },
1890
+ "PlaceOfWorship": { "@id": "schema:PlaceOfWorship" },
1891
+ "PlaceboControlledTrial": { "@id": "schema:PlaceboControlledTrial" },
1892
+ "PlanAction": { "@id": "schema:PlanAction" },
1893
+ "PlasticSurgery": { "@id": "schema:PlasticSurgery" },
1894
+ "Play": { "@id": "schema:Play" },
1895
+ "PlayAction": { "@id": "schema:PlayAction" },
1896
+ "PlayGameAction": { "@id": "schema:PlayGameAction" },
1897
+ "Playground": { "@id": "schema:Playground" },
1898
+ "Plumber": { "@id": "schema:Plumber" },
1899
+ "PodcastEpisode": { "@id": "schema:PodcastEpisode" },
1900
+ "PodcastSeason": { "@id": "schema:PodcastSeason" },
1901
+ "PodcastSeries": { "@id": "schema:PodcastSeries" },
1902
+ "Podiatric": { "@id": "schema:Podiatric" },
1903
+ "PoliceStation": { "@id": "schema:PoliceStation" },
1904
+ "PoliticalParty": { "@id": "schema:PoliticalParty" },
1905
+ "Pond": { "@id": "schema:Pond" },
1906
+ "PositiveFilmDigitalSource": { "@id": "schema:PositiveFilmDigitalSource" },
1907
+ "PostOffice": { "@id": "schema:PostOffice" },
1908
+ "PostalAddress": { "@id": "schema:PostalAddress" },
1909
+ "PostalCodeRangeSpecification": { "@id": "schema:PostalCodeRangeSpecification" },
1910
+ "Poster": { "@id": "schema:Poster" },
1911
+ "PotentialActionStatus": { "@id": "schema:PotentialActionStatus" },
1912
+ "PreOrder": { "@id": "schema:PreOrder" },
1913
+ "PreOrderAction": { "@id": "schema:PreOrderAction" },
1914
+ "PreSale": { "@id": "schema:PreSale" },
1915
+ "PregnancyHealthAspect": { "@id": "schema:PregnancyHealthAspect" },
1916
+ "PrependAction": { "@id": "schema:PrependAction" },
1917
+ "Preschool": { "@id": "schema:Preschool" },
1918
+ "PrescriptionOnly": { "@id": "schema:PrescriptionOnly" },
1919
+ "PresentationDigitalDocument": { "@id": "schema:PresentationDigitalDocument" },
1920
+ "PreventionHealthAspect": { "@id": "schema:PreventionHealthAspect" },
1921
+ "PreventionIndication": { "@id": "schema:PreventionIndication" },
1922
+ "PriceComponentTypeEnumeration": { "@id": "schema:PriceComponentTypeEnumeration" },
1923
+ "PriceSpecification": { "@id": "schema:PriceSpecification" },
1924
+ "PriceTypeEnumeration": { "@id": "schema:PriceTypeEnumeration" },
1925
+ "PrimaryCare": { "@id": "schema:PrimaryCare" },
1926
+ "PrintDigitalSource": { "@id": "schema:PrintDigitalSource" },
1927
+ "Prion": { "@id": "schema:Prion" },
1928
+ "Product": { "@id": "schema:Product" },
1929
+ "ProductCollection": { "@id": "schema:ProductCollection" },
1930
+ "ProductGroup": { "@id": "schema:ProductGroup" },
1931
+ "ProductModel": { "@id": "schema:ProductModel" },
1932
+ "ProductReturnEnumeration": { "@id": "schema:ProductReturnEnumeration" },
1933
+ "ProductReturnFiniteReturnWindow": { "@id": "schema:ProductReturnFiniteReturnWindow" },
1934
+ "ProductReturnNotPermitted": { "@id": "schema:ProductReturnNotPermitted" },
1935
+ "ProductReturnPolicy": { "@id": "schema:ProductReturnPolicy" },
1936
+ "ProductReturnUnlimitedWindow": { "@id": "schema:ProductReturnUnlimitedWindow" },
1937
+ "ProductReturnUnspecified": { "@id": "schema:ProductReturnUnspecified" },
1938
+ "ProfessionalService": { "@id": "schema:ProfessionalService" },
1939
+ "ProfilePage": { "@id": "schema:ProfilePage" },
1940
+ "PrognosisHealthAspect": { "@id": "schema:PrognosisHealthAspect" },
1941
+ "ProgramMembership": { "@id": "schema:ProgramMembership" },
1942
+ "Project": { "@id": "schema:Project" },
1943
+ "PronounceableText": { "@id": "schema:PronounceableText" },
1944
+ "Property": { "@id": "schema:Property" },
1945
+ "PropertyValue": { "@id": "schema:PropertyValue" },
1946
+ "PropertyValueSpecification": { "@id": "schema:PropertyValueSpecification" },
1947
+ "Protein": { "@id": "schema:Protein" },
1948
+ "Protozoa": { "@id": "schema:Protozoa" },
1949
+ "Psychiatric": { "@id": "schema:Psychiatric" },
1950
+ "PsychologicalTreatment": { "@id": "schema:PsychologicalTreatment" },
1951
+ "PublicHealth": { "@id": "schema:PublicHealth" },
1952
+ "PublicHolidays": { "@id": "schema:PublicHolidays" },
1953
+ "PublicSwimmingPool": { "@id": "schema:PublicSwimmingPool" },
1954
+ "PublicToilet": { "@id": "schema:PublicToilet" },
1955
+ "PublicationEvent": { "@id": "schema:PublicationEvent" },
1956
+ "PublicationIssue": { "@id": "schema:PublicationIssue" },
1957
+ "PublicationVolume": { "@id": "schema:PublicationVolume" },
1958
+ "Pulmonary": { "@id": "schema:Pulmonary" },
1959
+ "QAPage": { "@id": "schema:QAPage" },
1960
+ "QualitativeValue": { "@id": "schema:QualitativeValue" },
1961
+ "QuantitativeValue": { "@id": "schema:QuantitativeValue" },
1962
+ "QuantitativeValueDistribution": { "@id": "schema:QuantitativeValueDistribution" },
1963
+ "Quantity": { "@id": "schema:Quantity" },
1964
+ "Question": { "@id": "schema:Question" },
1965
+ "Quiz": { "@id": "schema:Quiz" },
1966
+ "Quotation": { "@id": "schema:Quotation" },
1967
+ "QuoteAction": { "@id": "schema:QuoteAction" },
1968
+ "RVPark": { "@id": "schema:RVPark" },
1969
+ "RadiationTherapy": { "@id": "schema:RadiationTherapy" },
1970
+ "RadioBroadcastService": { "@id": "schema:RadioBroadcastService" },
1971
+ "RadioChannel": { "@id": "schema:RadioChannel" },
1972
+ "RadioClip": { "@id": "schema:RadioClip" },
1973
+ "RadioEpisode": { "@id": "schema:RadioEpisode" },
1974
+ "RadioSeason": { "@id": "schema:RadioSeason" },
1975
+ "RadioSeries": { "@id": "schema:RadioSeries" },
1976
+ "RadioStation": { "@id": "schema:RadioStation" },
1977
+ "Radiography": { "@id": "schema:Radiography" },
1978
+ "RandomizedTrial": { "@id": "schema:RandomizedTrial" },
1979
+ "Rating": { "@id": "schema:Rating" },
1980
+ "ReactAction": { "@id": "schema:ReactAction" },
1981
+ "ReadAction": { "@id": "schema:ReadAction" },
1982
+ "ReadPermission": { "@id": "schema:ReadPermission" },
1983
+ "RealEstateAgent": { "@id": "schema:RealEstateAgent" },
1984
+ "RealEstateListing": { "@id": "schema:RealEstateListing" },
1985
+ "RearWheelDriveConfiguration": { "@id": "schema:RearWheelDriveConfiguration" },
1986
+ "ReceiveAction": { "@id": "schema:ReceiveAction" },
1987
+ "Recipe": { "@id": "schema:Recipe" },
1988
+ "Recommendation": { "@id": "schema:Recommendation" },
1989
+ "RecommendedDoseSchedule": { "@id": "schema:RecommendedDoseSchedule" },
1990
+ "Recruiting": { "@id": "schema:Recruiting" },
1991
+ "RecyclingCenter": { "@id": "schema:RecyclingCenter" },
1992
+ "ReducedRelevanceForChildrenConsideration": { "@id": "schema:ReducedRelevanceForChildrenConsideration" },
1993
+ "RefundTypeEnumeration": { "@id": "schema:RefundTypeEnumeration" },
1994
+ "RefurbishedCondition": { "@id": "schema:RefurbishedCondition" },
1995
+ "RegisterAction": { "@id": "schema:RegisterAction" },
1996
+ "Registry": { "@id": "schema:Registry" },
1997
+ "RegularPrice": { "@id": "schema:RegularPrice" },
1998
+ "ReimbursementCap": { "@id": "schema:ReimbursementCap" },
1999
+ "RejectAction": { "@id": "schema:RejectAction" },
2000
+ "RelatedTopicsHealthAspect": { "@id": "schema:RelatedTopicsHealthAspect" },
2001
+ "RemixAlbum": { "@id": "schema:RemixAlbum" },
2002
+ "Renal": { "@id": "schema:Renal" },
2003
+ "RentAction": { "@id": "schema:RentAction" },
2004
+ "RentalCarReservation": { "@id": "schema:RentalCarReservation" },
2005
+ "RentalVehicleUsage": { "@id": "schema:RentalVehicleUsage" },
2006
+ "RepaymentSpecification": { "@id": "schema:RepaymentSpecification" },
2007
+ "ReplaceAction": { "@id": "schema:ReplaceAction" },
2008
+ "ReplyAction": { "@id": "schema:ReplyAction" },
2009
+ "Report": { "@id": "schema:Report" },
2010
+ "ReportageNewsArticle": { "@id": "schema:ReportageNewsArticle" },
2011
+ "ReportedDoseSchedule": { "@id": "schema:ReportedDoseSchedule" },
2012
+ "ResearchOrganization": { "@id": "schema:ResearchOrganization" },
2013
+ "ResearchProject": { "@id": "schema:ResearchProject" },
2014
+ "Researcher": { "@id": "schema:Researcher" },
2015
+ "Reservation": { "@id": "schema:Reservation" },
2016
+ "ReservationCancelled": { "@id": "schema:ReservationCancelled" },
2017
+ "ReservationConfirmed": { "@id": "schema:ReservationConfirmed" },
2018
+ "ReservationHold": { "@id": "schema:ReservationHold" },
2019
+ "ReservationPackage": { "@id": "schema:ReservationPackage" },
2020
+ "ReservationPending": { "@id": "schema:ReservationPending" },
2021
+ "ReservationStatusType": { "@id": "schema:ReservationStatusType" },
2022
+ "ReserveAction": { "@id": "schema:ReserveAction" },
2023
+ "Reserved": { "@id": "schema:Reserved" },
2024
+ "Reservoir": { "@id": "schema:Reservoir" },
2025
+ "Residence": { "@id": "schema:Residence" },
2026
+ "Resort": { "@id": "schema:Resort" },
2027
+ "RespiratoryTherapy": { "@id": "schema:RespiratoryTherapy" },
2028
+ "Restaurant": { "@id": "schema:Restaurant" },
2029
+ "RestockingFees": { "@id": "schema:RestockingFees" },
2030
+ "RestrictedDiet": { "@id": "schema:RestrictedDiet" },
2031
+ "ResultsAvailable": { "@id": "schema:ResultsAvailable" },
2032
+ "ResultsNotAvailable": { "@id": "schema:ResultsNotAvailable" },
2033
+ "ResumeAction": { "@id": "schema:ResumeAction" },
2034
+ "Retail": { "@id": "schema:Retail" },
2035
+ "ReturnAction": { "@id": "schema:ReturnAction" },
2036
+ "ReturnAtKiosk": { "@id": "schema:ReturnAtKiosk" },
2037
+ "ReturnByMail": { "@id": "schema:ReturnByMail" },
2038
+ "ReturnFeesCustomerResponsibility": { "@id": "schema:ReturnFeesCustomerResponsibility" },
2039
+ "ReturnFeesEnumeration": { "@id": "schema:ReturnFeesEnumeration" },
2040
+ "ReturnInStore": { "@id": "schema:ReturnInStore" },
2041
+ "ReturnLabelCustomerResponsibility": { "@id": "schema:ReturnLabelCustomerResponsibility" },
2042
+ "ReturnLabelDownloadAndPrint": { "@id": "schema:ReturnLabelDownloadAndPrint" },
2043
+ "ReturnLabelInBox": { "@id": "schema:ReturnLabelInBox" },
2044
+ "ReturnLabelSourceEnumeration": { "@id": "schema:ReturnLabelSourceEnumeration" },
2045
+ "ReturnMethodEnumeration": { "@id": "schema:ReturnMethodEnumeration" },
2046
+ "ReturnShippingFees": { "@id": "schema:ReturnShippingFees" },
2047
+ "Review": { "@id": "schema:Review" },
2048
+ "ReviewAction": { "@id": "schema:ReviewAction" },
2049
+ "ReviewNewsArticle": { "@id": "schema:ReviewNewsArticle" },
2050
+ "Rheumatologic": { "@id": "schema:Rheumatologic" },
2051
+ "RightHandDriving": { "@id": "schema:RightHandDriving" },
2052
+ "RisksOrComplicationsHealthAspect": { "@id": "schema:RisksOrComplicationsHealthAspect" },
2053
+ "RiverBodyOfWater": { "@id": "schema:RiverBodyOfWater" },
2054
+ "Role": { "@id": "schema:Role" },
2055
+ "RoofingContractor": { "@id": "schema:RoofingContractor" },
2056
+ "Room": { "@id": "schema:Room" },
2057
+ "RsvpAction": { "@id": "schema:RsvpAction" },
2058
+ "RsvpResponseMaybe": { "@id": "schema:RsvpResponseMaybe" },
2059
+ "RsvpResponseNo": { "@id": "schema:RsvpResponseNo" },
2060
+ "RsvpResponseType": { "@id": "schema:RsvpResponseType" },
2061
+ "RsvpResponseYes": { "@id": "schema:RsvpResponseYes" },
2062
+ "SRP": { "@id": "schema:SRP" },
2063
+ "SafetyHealthAspect": { "@id": "schema:SafetyHealthAspect" },
2064
+ "SaleEvent": { "@id": "schema:SaleEvent" },
2065
+ "SalePrice": { "@id": "schema:SalePrice" },
2066
+ "SatireOrParodyContent": { "@id": "schema:SatireOrParodyContent" },
2067
+ "SatiricalArticle": { "@id": "schema:SatiricalArticle" },
2068
+ "Saturday": { "@id": "schema:Saturday" },
2069
+ "Schedule": { "@id": "schema:Schedule" },
2070
+ "ScheduleAction": { "@id": "schema:ScheduleAction" },
2071
+ "ScholarlyArticle": { "@id": "schema:ScholarlyArticle" },
2072
+ "School": { "@id": "schema:School" },
2073
+ "SchoolDistrict": { "@id": "schema:SchoolDistrict" },
2074
+ "ScreeningEvent": { "@id": "schema:ScreeningEvent" },
2075
+ "ScreeningHealthAspect": { "@id": "schema:ScreeningHealthAspect" },
2076
+ "Sculpture": { "@id": "schema:Sculpture" },
2077
+ "SeaBodyOfWater": { "@id": "schema:SeaBodyOfWater" },
2078
+ "SearchAction": { "@id": "schema:SearchAction" },
2079
+ "SearchRescueOrganization": { "@id": "schema:SearchRescueOrganization" },
2080
+ "SearchResultsPage": { "@id": "schema:SearchResultsPage" },
2081
+ "Season": { "@id": "schema:Season" },
2082
+ "Seat": { "@id": "schema:Seat" },
2083
+ "SeatingMap": { "@id": "schema:SeatingMap" },
2084
+ "SeeDoctorHealthAspect": { "@id": "schema:SeeDoctorHealthAspect" },
2085
+ "SeekToAction": { "@id": "schema:SeekToAction" },
2086
+ "SelfCareHealthAspect": { "@id": "schema:SelfCareHealthAspect" },
2087
+ "SelfStorage": { "@id": "schema:SelfStorage" },
2088
+ "SellAction": { "@id": "schema:SellAction" },
2089
+ "SendAction": { "@id": "schema:SendAction" },
2090
+ "Series": { "@id": "schema:Series" },
2091
+ "Service": { "@id": "schema:Service" },
2092
+ "ServiceChannel": { "@id": "schema:ServiceChannel" },
2093
+ "SexualContentConsideration": { "@id": "schema:SexualContentConsideration" },
2094
+ "ShareAction": { "@id": "schema:ShareAction" },
2095
+ "SheetMusic": { "@id": "schema:SheetMusic" },
2096
+ "ShippingDeliveryTime": { "@id": "schema:ShippingDeliveryTime" },
2097
+ "ShippingRateSettings": { "@id": "schema:ShippingRateSettings" },
2098
+ "ShoeStore": { "@id": "schema:ShoeStore" },
2099
+ "ShoppingCenter": { "@id": "schema:ShoppingCenter" },
2100
+ "ShortStory": { "@id": "schema:ShortStory" },
2101
+ "SideEffectsHealthAspect": { "@id": "schema:SideEffectsHealthAspect" },
2102
+ "SingleBlindedTrial": { "@id": "schema:SingleBlindedTrial" },
2103
+ "SingleCenterTrial": { "@id": "schema:SingleCenterTrial" },
2104
+ "SingleFamilyResidence": { "@id": "schema:SingleFamilyResidence" },
2105
+ "SinglePlayer": { "@id": "schema:SinglePlayer" },
2106
+ "SingleRelease": { "@id": "schema:SingleRelease" },
2107
+ "SiteNavigationElement": { "@id": "schema:SiteNavigationElement" },
2108
+ "SizeGroupEnumeration": { "@id": "schema:SizeGroupEnumeration" },
2109
+ "SizeSpecification": { "@id": "schema:SizeSpecification" },
2110
+ "SizeSystemEnumeration": { "@id": "schema:SizeSystemEnumeration" },
2111
+ "SizeSystemImperial": { "@id": "schema:SizeSystemImperial" },
2112
+ "SizeSystemMetric": { "@id": "schema:SizeSystemMetric" },
2113
+ "SkiResort": { "@id": "schema:SkiResort" },
2114
+ "Skin": { "@id": "schema:Skin" },
2115
+ "SocialEvent": { "@id": "schema:SocialEvent" },
2116
+ "SocialMediaPosting": { "@id": "schema:SocialMediaPosting" },
2117
+ "SoftwareApplication": { "@id": "schema:SoftwareApplication" },
2118
+ "SoftwareSourceCode": { "@id": "schema:SoftwareSourceCode" },
2119
+ "SoldOut": { "@id": "schema:SoldOut" },
2120
+ "SolveMathAction": { "@id": "schema:SolveMathAction" },
2121
+ "SomeProducts": { "@id": "schema:SomeProducts" },
2122
+ "SoundtrackAlbum": { "@id": "schema:SoundtrackAlbum" },
2123
+ "SpeakableSpecification": { "@id": "schema:SpeakableSpecification" },
2124
+ "SpecialAnnouncement": { "@id": "schema:SpecialAnnouncement" },
2125
+ "Specialty": { "@id": "schema:Specialty" },
2126
+ "SpeechPathology": { "@id": "schema:SpeechPathology" },
2127
+ "SpokenWordAlbum": { "@id": "schema:SpokenWordAlbum" },
2128
+ "SportingGoodsStore": { "@id": "schema:SportingGoodsStore" },
2129
+ "SportsActivityLocation": { "@id": "schema:SportsActivityLocation" },
2130
+ "SportsClub": { "@id": "schema:SportsClub" },
2131
+ "SportsEvent": { "@id": "schema:SportsEvent" },
2132
+ "SportsOrganization": { "@id": "schema:SportsOrganization" },
2133
+ "SportsTeam": { "@id": "schema:SportsTeam" },
2134
+ "SpreadsheetDigitalDocument": { "@id": "schema:SpreadsheetDigitalDocument" },
2135
+ "StadiumOrArena": { "@id": "schema:StadiumOrArena" },
2136
+ "StagedContent": { "@id": "schema:StagedContent" },
2137
+ "StagesHealthAspect": { "@id": "schema:StagesHealthAspect" },
2138
+ "State": { "@id": "schema:State" },
2139
+ "Statement": { "@id": "schema:Statement" },
2140
+ "StatisticalPopulation": { "@id": "schema:StatisticalPopulation" },
2141
+ "StatisticalVariable": { "@id": "schema:StatisticalVariable" },
2142
+ "StatusEnumeration": { "@id": "schema:StatusEnumeration" },
2143
+ "SteeringPositionValue": { "@id": "schema:SteeringPositionValue" },
2144
+ "Store": { "@id": "schema:Store" },
2145
+ "StoreCreditRefund": { "@id": "schema:StoreCreditRefund" },
2146
+ "StrengthTraining": { "@id": "schema:StrengthTraining" },
2147
+ "StructuredValue": { "@id": "schema:StructuredValue" },
2148
+ "StudioAlbum": { "@id": "schema:StudioAlbum" },
2149
+ "StupidType": { "@id": "schema:StupidType" },
2150
+ "SubscribeAction": { "@id": "schema:SubscribeAction" },
2151
+ "Subscription": { "@id": "schema:Subscription" },
2152
+ "Substance": { "@id": "schema:Substance" },
2153
+ "SubwayStation": { "@id": "schema:SubwayStation" },
2154
+ "Suite": { "@id": "schema:Suite" },
2155
+ "Sunday": { "@id": "schema:Sunday" },
2156
+ "SuperficialAnatomy": { "@id": "schema:SuperficialAnatomy" },
2157
+ "Surgical": { "@id": "schema:Surgical" },
2158
+ "SurgicalProcedure": { "@id": "schema:SurgicalProcedure" },
2159
+ "SuspendAction": { "@id": "schema:SuspendAction" },
2160
+ "Suspended": { "@id": "schema:Suspended" },
2161
+ "Syllabus": { "@id": "schema:Syllabus" },
2162
+ "SymptomsHealthAspect": { "@id": "schema:SymptomsHealthAspect" },
2163
+ "Synagogue": { "@id": "schema:Synagogue" },
2164
+ "TVClip": { "@id": "schema:TVClip" },
2165
+ "TVEpisode": { "@id": "schema:TVEpisode" },
2166
+ "TVSeason": { "@id": "schema:TVSeason" },
2167
+ "TVSeries": { "@id": "schema:TVSeries" },
2168
+ "Table": { "@id": "schema:Table" },
2169
+ "TakeAction": { "@id": "schema:TakeAction" },
2170
+ "TattooParlor": { "@id": "schema:TattooParlor" },
2171
+ "Taxi": { "@id": "schema:Taxi" },
2172
+ "TaxiReservation": { "@id": "schema:TaxiReservation" },
2173
+ "TaxiService": { "@id": "schema:TaxiService" },
2174
+ "TaxiStand": { "@id": "schema:TaxiStand" },
2175
+ "TaxiVehicleUsage": { "@id": "schema:TaxiVehicleUsage" },
2176
+ "Taxon": { "@id": "schema:Taxon" },
2177
+ "TechArticle": { "@id": "schema:TechArticle" },
2178
+ "TelevisionChannel": { "@id": "schema:TelevisionChannel" },
2179
+ "TelevisionStation": { "@id": "schema:TelevisionStation" },
2180
+ "TennisComplex": { "@id": "schema:TennisComplex" },
2181
+ "Terminated": { "@id": "schema:Terminated" },
2182
+ "Text": { "@id": "schema:Text" },
2183
+ "TextDigitalDocument": { "@id": "schema:TextDigitalDocument" },
2184
+ "TextObject": { "@id": "schema:TextObject" },
2185
+ "TheaterEvent": { "@id": "schema:TheaterEvent" },
2186
+ "TheaterGroup": { "@id": "schema:TheaterGroup" },
2187
+ "Therapeutic": { "@id": "schema:Therapeutic" },
2188
+ "TherapeuticProcedure": { "@id": "schema:TherapeuticProcedure" },
2189
+ "Thesis": { "@id": "schema:Thesis" },
2190
+ "Thing": { "@id": "schema:Thing" },
2191
+ "Throat": { "@id": "schema:Throat" },
2192
+ "Thursday": { "@id": "schema:Thursday" },
2193
+ "Ticket": { "@id": "schema:Ticket" },
2194
+ "TieAction": { "@id": "schema:TieAction" },
2195
+ "TierBenefitEnumeration": { "@id": "schema:TierBenefitEnumeration" },
2196
+ "TierBenefitLoyaltyPoints": { "@id": "schema:TierBenefitLoyaltyPoints" },
2197
+ "TierBenefitLoyaltyPrice": { "@id": "schema:TierBenefitLoyaltyPrice" },
2198
+ "TierBenefitLoyaltyReturns": { "@id": "schema:TierBenefitLoyaltyReturns" },
2199
+ "TierBenefitLoyaltyShipping": { "@id": "schema:TierBenefitLoyaltyShipping" },
2200
+ "Time": { "@id": "schema:Time" },
2201
+ "TipAction": { "@id": "schema:TipAction" },
2202
+ "TireShop": { "@id": "schema:TireShop" },
2203
+ "TobaccoNicotineConsideration": { "@id": "schema:TobaccoNicotineConsideration" },
2204
+ "TollFree": { "@id": "schema:TollFree" },
2205
+ "TouristAttraction": { "@id": "schema:TouristAttraction" },
2206
+ "TouristDestination": { "@id": "schema:TouristDestination" },
2207
+ "TouristInformationCenter": { "@id": "schema:TouristInformationCenter" },
2208
+ "TouristTrip": { "@id": "schema:TouristTrip" },
2209
+ "Toxicologic": { "@id": "schema:Toxicologic" },
2210
+ "ToyStore": { "@id": "schema:ToyStore" },
2211
+ "TrackAction": { "@id": "schema:TrackAction" },
2212
+ "TradeAction": { "@id": "schema:TradeAction" },
2213
+ "TraditionalChinese": { "@id": "schema:TraditionalChinese" },
2214
+ "TrainReservation": { "@id": "schema:TrainReservation" },
2215
+ "TrainStation": { "@id": "schema:TrainStation" },
2216
+ "TrainTrip": { "@id": "schema:TrainTrip" },
2217
+ "TrainedAlgorithmicMediaDigitalSource": { "@id": "schema:TrainedAlgorithmicMediaDigitalSource" },
2218
+ "TransferAction": { "@id": "schema:TransferAction" },
2219
+ "TransformedContent": { "@id": "schema:TransformedContent" },
2220
+ "TransitMap": { "@id": "schema:TransitMap" },
2221
+ "TravelAction": { "@id": "schema:TravelAction" },
2222
+ "TravelAgency": { "@id": "schema:TravelAgency" },
2223
+ "TreatmentIndication": { "@id": "schema:TreatmentIndication" },
2224
+ "TreatmentsHealthAspect": { "@id": "schema:TreatmentsHealthAspect" },
2225
+ "Trip": { "@id": "schema:Trip" },
2226
+ "TripleBlindedTrial": { "@id": "schema:TripleBlindedTrial" },
2227
+ "True": { "@id": "schema:True" },
2228
+ "Tuesday": { "@id": "schema:Tuesday" },
2229
+ "TypeAndQuantityNode": { "@id": "schema:TypeAndQuantityNode" },
2230
+ "TypesHealthAspect": { "@id": "schema:TypesHealthAspect" },
2231
+ "UKNonprofitType": { "@id": "schema:UKNonprofitType" },
2232
+ "UKTrust": { "@id": "schema:UKTrust" },
2233
+ "URL": { "@id": "schema:URL" },
2234
+ "USNonprofitType": { "@id": "schema:USNonprofitType" },
2235
+ "Ultrasound": { "@id": "schema:Ultrasound" },
2236
+ "UnRegisterAction": { "@id": "schema:UnRegisterAction" },
2237
+ "UnclassifiedAdultConsideration": { "@id": "schema:UnclassifiedAdultConsideration" },
2238
+ "UnemploymentSupport": { "@id": "schema:UnemploymentSupport" },
2239
+ "UnincorporatedAssociationCharity": { "@id": "schema:UnincorporatedAssociationCharity" },
2240
+ "UnitPriceSpecification": { "@id": "schema:UnitPriceSpecification" },
2241
+ "UnofficialLegalValue": { "@id": "schema:UnofficialLegalValue" },
2242
+ "UpdateAction": { "@id": "schema:UpdateAction" },
2243
+ "Urologic": { "@id": "schema:Urologic" },
2244
+ "UsageOrScheduleHealthAspect": { "@id": "schema:UsageOrScheduleHealthAspect" },
2245
+ "UseAction": { "@id": "schema:UseAction" },
2246
+ "UsedCondition": { "@id": "schema:UsedCondition" },
2247
+ "UserBlocks": { "@id": "schema:UserBlocks" },
2248
+ "UserCheckins": { "@id": "schema:UserCheckins" },
2249
+ "UserComments": { "@id": "schema:UserComments" },
2250
+ "UserDownloads": { "@id": "schema:UserDownloads" },
2251
+ "UserInteraction": { "@id": "schema:UserInteraction" },
2252
+ "UserLikes": { "@id": "schema:UserLikes" },
2253
+ "UserPageVisits": { "@id": "schema:UserPageVisits" },
2254
+ "UserPlays": { "@id": "schema:UserPlays" },
2255
+ "UserPlusOnes": { "@id": "schema:UserPlusOnes" },
2256
+ "UserReview": { "@id": "schema:UserReview" },
2257
+ "UserTweets": { "@id": "schema:UserTweets" },
2258
+ "VacationRental": { "@id": "schema:VacationRental" },
2259
+ "VeganDiet": { "@id": "schema:VeganDiet" },
2260
+ "VegetarianDiet": { "@id": "schema:VegetarianDiet" },
2261
+ "Vehicle": { "@id": "schema:Vehicle" },
2262
+ "Vein": { "@id": "schema:Vein" },
2263
+ "VenueMap": { "@id": "schema:VenueMap" },
2264
+ "Vessel": { "@id": "schema:Vessel" },
2265
+ "VeterinaryCare": { "@id": "schema:VeterinaryCare" },
2266
+ "VideoGallery": { "@id": "schema:VideoGallery" },
2267
+ "VideoGame": { "@id": "schema:VideoGame" },
2268
+ "VideoGameClip": { "@id": "schema:VideoGameClip" },
2269
+ "VideoGameSeries": { "@id": "schema:VideoGameSeries" },
2270
+ "VideoObject": { "@id": "schema:VideoObject" },
2271
+ "VideoObjectSnapshot": { "@id": "schema:VideoObjectSnapshot" },
2272
+ "ViewAction": { "@id": "schema:ViewAction" },
2273
+ "VinylFormat": { "@id": "schema:VinylFormat" },
2274
+ "ViolenceConsideration": { "@id": "schema:ViolenceConsideration" },
2275
+ "VirtualLocation": { "@id": "schema:VirtualLocation" },
2276
+ "VirtualRecordingDigitalSource": { "@id": "schema:VirtualRecordingDigitalSource" },
2277
+ "Virus": { "@id": "schema:Virus" },
2278
+ "VisualArtsEvent": { "@id": "schema:VisualArtsEvent" },
2279
+ "VisualArtwork": { "@id": "schema:VisualArtwork" },
2280
+ "VitalSign": { "@id": "schema:VitalSign" },
2281
+ "Volcano": { "@id": "schema:Volcano" },
2282
+ "VoteAction": { "@id": "schema:VoteAction" },
2283
+ "WPAdBlock": { "@id": "schema:WPAdBlock" },
2284
+ "WPFooter": { "@id": "schema:WPFooter" },
2285
+ "WPHeader": { "@id": "schema:WPHeader" },
2286
+ "WPSideBar": { "@id": "schema:WPSideBar" },
2287
+ "WantAction": { "@id": "schema:WantAction" },
2288
+ "WarrantyPromise": { "@id": "schema:WarrantyPromise" },
2289
+ "WarrantyScope": { "@id": "schema:WarrantyScope" },
2290
+ "WatchAction": { "@id": "schema:WatchAction" },
2291
+ "Waterfall": { "@id": "schema:Waterfall" },
2292
+ "WeaponConsideration": { "@id": "schema:WeaponConsideration" },
2293
+ "WearAction": { "@id": "schema:WearAction" },
2294
+ "WearableMeasurementBack": { "@id": "schema:WearableMeasurementBack" },
2295
+ "WearableMeasurementChestOrBust": { "@id": "schema:WearableMeasurementChestOrBust" },
2296
+ "WearableMeasurementCollar": { "@id": "schema:WearableMeasurementCollar" },
2297
+ "WearableMeasurementCup": { "@id": "schema:WearableMeasurementCup" },
2298
+ "WearableMeasurementHeight": { "@id": "schema:WearableMeasurementHeight" },
2299
+ "WearableMeasurementHips": { "@id": "schema:WearableMeasurementHips" },
2300
+ "WearableMeasurementInseam": { "@id": "schema:WearableMeasurementInseam" },
2301
+ "WearableMeasurementLength": { "@id": "schema:WearableMeasurementLength" },
2302
+ "WearableMeasurementOutsideLeg": { "@id": "schema:WearableMeasurementOutsideLeg" },
2303
+ "WearableMeasurementSleeve": { "@id": "schema:WearableMeasurementSleeve" },
2304
+ "WearableMeasurementTypeEnumeration": { "@id": "schema:WearableMeasurementTypeEnumeration" },
2305
+ "WearableMeasurementWaist": { "@id": "schema:WearableMeasurementWaist" },
2306
+ "WearableMeasurementWidth": { "@id": "schema:WearableMeasurementWidth" },
2307
+ "WearableSizeGroupBig": { "@id": "schema:WearableSizeGroupBig" },
2308
+ "WearableSizeGroupBoys": { "@id": "schema:WearableSizeGroupBoys" },
2309
+ "WearableSizeGroupEnumeration": { "@id": "schema:WearableSizeGroupEnumeration" },
2310
+ "WearableSizeGroupExtraShort": { "@id": "schema:WearableSizeGroupExtraShort" },
2311
+ "WearableSizeGroupExtraTall": { "@id": "schema:WearableSizeGroupExtraTall" },
2312
+ "WearableSizeGroupGirls": { "@id": "schema:WearableSizeGroupGirls" },
2313
+ "WearableSizeGroupHusky": { "@id": "schema:WearableSizeGroupHusky" },
2314
+ "WearableSizeGroupInfants": { "@id": "schema:WearableSizeGroupInfants" },
2315
+ "WearableSizeGroupJuniors": { "@id": "schema:WearableSizeGroupJuniors" },
2316
+ "WearableSizeGroupMaternity": { "@id": "schema:WearableSizeGroupMaternity" },
2317
+ "WearableSizeGroupMens": { "@id": "schema:WearableSizeGroupMens" },
2318
+ "WearableSizeGroupMisses": { "@id": "schema:WearableSizeGroupMisses" },
2319
+ "WearableSizeGroupPetite": { "@id": "schema:WearableSizeGroupPetite" },
2320
+ "WearableSizeGroupPlus": { "@id": "schema:WearableSizeGroupPlus" },
2321
+ "WearableSizeGroupRegular": { "@id": "schema:WearableSizeGroupRegular" },
2322
+ "WearableSizeGroupShort": { "@id": "schema:WearableSizeGroupShort" },
2323
+ "WearableSizeGroupTall": { "@id": "schema:WearableSizeGroupTall" },
2324
+ "WearableSizeGroupWomens": { "@id": "schema:WearableSizeGroupWomens" },
2325
+ "WearableSizeSystemAU": { "@id": "schema:WearableSizeSystemAU" },
2326
+ "WearableSizeSystemBR": { "@id": "schema:WearableSizeSystemBR" },
2327
+ "WearableSizeSystemCN": { "@id": "schema:WearableSizeSystemCN" },
2328
+ "WearableSizeSystemContinental": { "@id": "schema:WearableSizeSystemContinental" },
2329
+ "WearableSizeSystemDE": { "@id": "schema:WearableSizeSystemDE" },
2330
+ "WearableSizeSystemEN13402": { "@id": "schema:WearableSizeSystemEN13402" },
2331
+ "WearableSizeSystemEnumeration": { "@id": "schema:WearableSizeSystemEnumeration" },
2332
+ "WearableSizeSystemEurope": { "@id": "schema:WearableSizeSystemEurope" },
2333
+ "WearableSizeSystemFR": { "@id": "schema:WearableSizeSystemFR" },
2334
+ "WearableSizeSystemGS1": { "@id": "schema:WearableSizeSystemGS1" },
2335
+ "WearableSizeSystemIT": { "@id": "schema:WearableSizeSystemIT" },
2336
+ "WearableSizeSystemJP": { "@id": "schema:WearableSizeSystemJP" },
2337
+ "WearableSizeSystemMX": { "@id": "schema:WearableSizeSystemMX" },
2338
+ "WearableSizeSystemUK": { "@id": "schema:WearableSizeSystemUK" },
2339
+ "WearableSizeSystemUS": { "@id": "schema:WearableSizeSystemUS" },
2340
+ "WebAPI": { "@id": "schema:WebAPI" },
2341
+ "WebApplication": { "@id": "schema:WebApplication" },
2342
+ "WebContent": { "@id": "schema:WebContent" },
2343
+ "WebPage": { "@id": "schema:WebPage" },
2344
+ "WebPageElement": { "@id": "schema:WebPageElement" },
2345
+ "WebSite": { "@id": "schema:WebSite" },
2346
+ "Wednesday": { "@id": "schema:Wednesday" },
2347
+ "WesternConventional": { "@id": "schema:WesternConventional" },
2348
+ "Wholesale": { "@id": "schema:Wholesale" },
2349
+ "WholesaleStore": { "@id": "schema:WholesaleStore" },
2350
+ "WinAction": { "@id": "schema:WinAction" },
2351
+ "Winery": { "@id": "schema:Winery" },
2352
+ "Withdrawn": { "@id": "schema:Withdrawn" },
2353
+ "WorkBasedProgram": { "@id": "schema:WorkBasedProgram" },
2354
+ "WorkersUnion": { "@id": "schema:WorkersUnion" },
2355
+ "WriteAction": { "@id": "schema:WriteAction" },
2356
+ "WritePermission": { "@id": "schema:WritePermission" },
2357
+ "XPathType": { "@id": "schema:XPathType" },
2358
+ "XRay": { "@id": "schema:XRay" },
2359
+ "ZoneBoardingPolicy": { "@id": "schema:ZoneBoardingPolicy" },
2360
+ "Zoo": { "@id": "schema:Zoo" },
2361
+ "about": { "@id": "schema:about" },
2362
+ "abridged": { "@id": "schema:abridged" },
2363
+ "abstract": { "@id": "schema:abstract" },
2364
+ "accelerationTime": { "@id": "schema:accelerationTime" },
2365
+ "acceptedAnswer": { "@id": "schema:acceptedAnswer" },
2366
+ "acceptedOffer": { "@id": "schema:acceptedOffer" },
2367
+ "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod" },
2368
+ "acceptsReservations": { "@id": "schema:acceptsReservations" },
2369
+ "accessCode": { "@id": "schema:accessCode" },
2370
+ "accessMode": { "@id": "schema:accessMode" },
2371
+ "accessModeSufficient": { "@id": "schema:accessModeSufficient" },
2372
+ "accessibilityAPI": { "@id": "schema:accessibilityAPI" },
2373
+ "accessibilityControl": { "@id": "schema:accessibilityControl" },
2374
+ "accessibilityFeature": { "@id": "schema:accessibilityFeature" },
2375
+ "accessibilityHazard": { "@id": "schema:accessibilityHazard" },
2376
+ "accessibilitySummary": { "@id": "schema:accessibilitySummary" },
2377
+ "accommodationCategory": { "@id": "schema:accommodationCategory" },
2378
+ "accommodationFloorPlan": { "@id": "schema:accommodationFloorPlan" },
2379
+ "accountId": { "@id": "schema:accountId" },
2380
+ "accountMinimumInflow": { "@id": "schema:accountMinimumInflow" },
2381
+ "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit" },
2382
+ "accountablePerson": { "@id": "schema:accountablePerson" },
2383
+ "acquireLicensePage": {
2384
+ "@id": "schema:acquireLicensePage",
2385
+ "@type": "@id"
2386
+ },
2387
+ "acquiredFrom": { "@id": "schema:acquiredFrom" },
2388
+ "acrissCode": { "@id": "schema:acrissCode" },
2389
+ "actionAccessibilityRequirement": { "@id": "schema:actionAccessibilityRequirement" },
2390
+ "actionApplication": { "@id": "schema:actionApplication" },
2391
+ "actionOption": { "@id": "schema:actionOption" },
2392
+ "actionPlatform": { "@id": "schema:actionPlatform" },
2393
+ "actionStatus": { "@id": "schema:actionStatus" },
2394
+ "actionableFeedbackPolicy": {
2395
+ "@id": "schema:actionableFeedbackPolicy",
2396
+ "@type": "@id"
2397
+ },
2398
+ "activeIngredient": { "@id": "schema:activeIngredient" },
2399
+ "activityDuration": { "@id": "schema:activityDuration" },
2400
+ "activityFrequency": { "@id": "schema:activityFrequency" },
2401
+ "actor": { "@id": "schema:actor" },
2402
+ "actors": { "@id": "schema:actors" },
2403
+ "addOn": { "@id": "schema:addOn" },
2404
+ "additionalName": { "@id": "schema:additionalName" },
2405
+ "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests" },
2406
+ "additionalProperty": { "@id": "schema:additionalProperty" },
2407
+ "additionalType": { "@id": "schema:additionalType" },
2408
+ "additionalVariable": { "@id": "schema:additionalVariable" },
2409
+ "address": { "@id": "schema:address" },
2410
+ "addressCountry": { "@id": "schema:addressCountry" },
2411
+ "addressLocality": { "@id": "schema:addressLocality" },
2412
+ "addressRegion": { "@id": "schema:addressRegion" },
2413
+ "administrationRoute": { "@id": "schema:administrationRoute" },
2414
+ "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement" },
2415
+ "adverseOutcome": { "@id": "schema:adverseOutcome" },
2416
+ "affectedBy": { "@id": "schema:affectedBy" },
2417
+ "affiliation": { "@id": "schema:affiliation" },
2418
+ "afterMedia": {
2419
+ "@id": "schema:afterMedia",
2420
+ "@type": "@id"
2421
+ },
2422
+ "agent": { "@id": "schema:agent" },
2423
+ "agentInteractionStatistic": { "@id": "schema:agentInteractionStatistic" },
2424
+ "aggregateRating": { "@id": "schema:aggregateRating" },
2425
+ "aircraft": { "@id": "schema:aircraft" },
2426
+ "album": { "@id": "schema:album" },
2427
+ "albumProductionType": { "@id": "schema:albumProductionType" },
2428
+ "albumRelease": { "@id": "schema:albumRelease" },
2429
+ "albumReleaseType": { "@id": "schema:albumReleaseType" },
2430
+ "albums": { "@id": "schema:albums" },
2431
+ "alcoholWarning": { "@id": "schema:alcoholWarning" },
2432
+ "algorithm": { "@id": "schema:algorithm" },
2433
+ "alignmentType": { "@id": "schema:alignmentType" },
2434
+ "alternateName": { "@id": "schema:alternateName" },
2435
+ "alternativeHeadline": { "@id": "schema:alternativeHeadline" },
2436
+ "alternativeOf": { "@id": "schema:alternativeOf" },
2437
+ "alumni": { "@id": "schema:alumni" },
2438
+ "alumniOf": { "@id": "schema:alumniOf" },
2439
+ "amenityFeature": { "@id": "schema:amenityFeature" },
2440
+ "amount": { "@id": "schema:amount" },
2441
+ "amountOfThisGood": { "@id": "schema:amountOfThisGood" },
2442
+ "announcementLocation": { "@id": "schema:announcementLocation" },
2443
+ "annualPercentageRate": { "@id": "schema:annualPercentageRate" },
2444
+ "answerCount": { "@id": "schema:answerCount" },
2445
+ "answerExplanation": { "@id": "schema:answerExplanation" },
2446
+ "antagonist": { "@id": "schema:antagonist" },
2447
+ "appearance": { "@id": "schema:appearance" },
2448
+ "applicableCountry": { "@id": "schema:applicableCountry" },
2449
+ "applicableLocation": { "@id": "schema:applicableLocation" },
2450
+ "applicantLocationRequirements": { "@id": "schema:applicantLocationRequirements" },
2451
+ "application": { "@id": "schema:application" },
2452
+ "applicationCategory": { "@id": "schema:applicationCategory" },
2453
+ "applicationContact": { "@id": "schema:applicationContact" },
2454
+ "applicationDeadline": {
2455
+ "@id": "schema:applicationDeadline",
2456
+ "@type": "Date"
2457
+ },
2458
+ "applicationStartDate": {
2459
+ "@id": "schema:applicationStartDate",
2460
+ "@type": "Date"
2461
+ },
2462
+ "applicationSubCategory": { "@id": "schema:applicationSubCategory" },
2463
+ "applicationSuite": { "@id": "schema:applicationSuite" },
2464
+ "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod" },
2465
+ "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod" },
2466
+ "archiveHeld": { "@id": "schema:archiveHeld" },
2467
+ "archivedAt": {
2468
+ "@id": "schema:archivedAt",
2469
+ "@type": "@id"
2470
+ },
2471
+ "area": { "@id": "schema:area" },
2472
+ "areaServed": { "@id": "schema:areaServed" },
2473
+ "arrivalAirport": { "@id": "schema:arrivalAirport" },
2474
+ "arrivalBoatTerminal": { "@id": "schema:arrivalBoatTerminal" },
2475
+ "arrivalBusStop": { "@id": "schema:arrivalBusStop" },
2476
+ "arrivalGate": { "@id": "schema:arrivalGate" },
2477
+ "arrivalPlatform": { "@id": "schema:arrivalPlatform" },
2478
+ "arrivalStation": { "@id": "schema:arrivalStation" },
2479
+ "arrivalTerminal": { "@id": "schema:arrivalTerminal" },
2480
+ "arrivalTime": { "@id": "schema:arrivalTime" },
2481
+ "artEdition": { "@id": "schema:artEdition" },
2482
+ "artMedium": { "@id": "schema:artMedium" },
2483
+ "arterialBranch": { "@id": "schema:arterialBranch" },
2484
+ "artform": { "@id": "schema:artform" },
2485
+ "articleBody": { "@id": "schema:articleBody" },
2486
+ "articleSection": { "@id": "schema:articleSection" },
2487
+ "artist": { "@id": "schema:artist" },
2488
+ "artworkSurface": { "@id": "schema:artworkSurface" },
2489
+ "asin": { "@id": "schema:asin" },
2490
+ "aspect": { "@id": "schema:aspect" },
2491
+ "assembly": { "@id": "schema:assembly" },
2492
+ "assemblyVersion": { "@id": "schema:assemblyVersion" },
2493
+ "assesses": { "@id": "schema:assesses" },
2494
+ "associatedAnatomy": { "@id": "schema:associatedAnatomy" },
2495
+ "associatedArticle": { "@id": "schema:associatedArticle" },
2496
+ "associatedClaimReview": { "@id": "schema:associatedClaimReview" },
2497
+ "associatedDisease": {
2498
+ "@id": "schema:associatedDisease",
2499
+ "@type": "@id"
2500
+ },
2501
+ "associatedMedia": { "@id": "schema:associatedMedia" },
2502
+ "associatedMediaReview": { "@id": "schema:associatedMediaReview" },
2503
+ "associatedPathophysiology": { "@id": "schema:associatedPathophysiology" },
2504
+ "associatedReview": { "@id": "schema:associatedReview" },
2505
+ "athlete": { "@id": "schema:athlete" },
2506
+ "attendee": { "@id": "schema:attendee" },
2507
+ "attendees": { "@id": "schema:attendees" },
2508
+ "audience": { "@id": "schema:audience" },
2509
+ "audienceType": { "@id": "schema:audienceType" },
2510
+ "audio": { "@id": "schema:audio" },
2511
+ "auditDate": {
2512
+ "@id": "schema:auditDate",
2513
+ "@type": "Date"
2514
+ },
2515
+ "authenticator": { "@id": "schema:authenticator" },
2516
+ "author": { "@id": "schema:author" },
2517
+ "availability": { "@id": "schema:availability" },
2518
+ "availabilityEnds": {
2519
+ "@id": "schema:availabilityEnds",
2520
+ "@type": "Date"
2521
+ },
2522
+ "availabilityStarts": {
2523
+ "@id": "schema:availabilityStarts",
2524
+ "@type": "Date"
2525
+ },
2526
+ "availableAtOrFrom": { "@id": "schema:availableAtOrFrom" },
2527
+ "availableChannel": { "@id": "schema:availableChannel" },
2528
+ "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod" },
2529
+ "availableFrom": { "@id": "schema:availableFrom" },
2530
+ "availableIn": { "@id": "schema:availableIn" },
2531
+ "availableLanguage": { "@id": "schema:availableLanguage" },
2532
+ "availableOnDevice": { "@id": "schema:availableOnDevice" },
2533
+ "availableService": { "@id": "schema:availableService" },
2534
+ "availableStrength": { "@id": "schema:availableStrength" },
2535
+ "availableTest": { "@id": "schema:availableTest" },
2536
+ "availableThrough": { "@id": "schema:availableThrough" },
2537
+ "award": { "@id": "schema:award" },
2538
+ "awards": { "@id": "schema:awards" },
2539
+ "awayTeam": { "@id": "schema:awayTeam" },
2540
+ "backstory": { "@id": "schema:backstory" },
2541
+ "bankAccountType": { "@id": "schema:bankAccountType" },
2542
+ "baseSalary": { "@id": "schema:baseSalary" },
2543
+ "bccRecipient": { "@id": "schema:bccRecipient" },
2544
+ "bed": { "@id": "schema:bed" },
2545
+ "beforeMedia": {
2546
+ "@id": "schema:beforeMedia",
2547
+ "@type": "@id"
2548
+ },
2549
+ "beneficiaryBank": { "@id": "schema:beneficiaryBank" },
2550
+ "benefits": { "@id": "schema:benefits" },
2551
+ "benefitsSummaryUrl": {
2552
+ "@id": "schema:benefitsSummaryUrl",
2553
+ "@type": "@id"
2554
+ },
2555
+ "bestRating": { "@id": "schema:bestRating" },
2556
+ "billingAddress": { "@id": "schema:billingAddress" },
2557
+ "billingDuration": { "@id": "schema:billingDuration" },
2558
+ "billingIncrement": { "@id": "schema:billingIncrement" },
2559
+ "billingPeriod": { "@id": "schema:billingPeriod" },
2560
+ "billingStart": { "@id": "schema:billingStart" },
2561
+ "bioChemInteraction": { "@id": "schema:bioChemInteraction" },
2562
+ "bioChemSimilarity": { "@id": "schema:bioChemSimilarity" },
2563
+ "biologicalRole": { "@id": "schema:biologicalRole" },
2564
+ "biomechnicalClass": { "@id": "schema:biomechnicalClass" },
2565
+ "birthDate": {
2566
+ "@id": "schema:birthDate",
2567
+ "@type": "Date"
2568
+ },
2569
+ "birthPlace": { "@id": "schema:birthPlace" },
2570
+ "bitrate": { "@id": "schema:bitrate" },
2571
+ "blogPost": { "@id": "schema:blogPost" },
2572
+ "blogPosts": { "@id": "schema:blogPosts" },
2573
+ "bloodSupply": { "@id": "schema:bloodSupply" },
2574
+ "boardingGroup": { "@id": "schema:boardingGroup" },
2575
+ "boardingPolicy": { "@id": "schema:boardingPolicy" },
2576
+ "bodyLocation": { "@id": "schema:bodyLocation" },
2577
+ "bodyType": { "@id": "schema:bodyType" },
2578
+ "bookEdition": { "@id": "schema:bookEdition" },
2579
+ "bookFormat": { "@id": "schema:bookFormat" },
2580
+ "bookingAgent": { "@id": "schema:bookingAgent" },
2581
+ "bookingTime": { "@id": "schema:bookingTime" },
2582
+ "borrower": { "@id": "schema:borrower" },
2583
+ "box": { "@id": "schema:box" },
2584
+ "branch": { "@id": "schema:branch" },
2585
+ "branchCode": { "@id": "schema:branchCode" },
2586
+ "branchOf": { "@id": "schema:branchOf" },
2587
+ "brand": { "@id": "schema:brand" },
2588
+ "breadcrumb": { "@id": "schema:breadcrumb" },
2589
+ "breastfeedingWarning": { "@id": "schema:breastfeedingWarning" },
2590
+ "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf" },
2591
+ "broadcastChannelId": { "@id": "schema:broadcastChannelId" },
2592
+ "broadcastDisplayName": { "@id": "schema:broadcastDisplayName" },
2593
+ "broadcastFrequency": { "@id": "schema:broadcastFrequency" },
2594
+ "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue" },
2595
+ "broadcastOfEvent": { "@id": "schema:broadcastOfEvent" },
2596
+ "broadcastServiceTier": { "@id": "schema:broadcastServiceTier" },
2597
+ "broadcastSignalModulation": { "@id": "schema:broadcastSignalModulation" },
2598
+ "broadcastSubChannel": { "@id": "schema:broadcastSubChannel" },
2599
+ "broadcastTimezone": { "@id": "schema:broadcastTimezone" },
2600
+ "broadcaster": { "@id": "schema:broadcaster" },
2601
+ "broker": { "@id": "schema:broker" },
2602
+ "browserRequirements": { "@id": "schema:browserRequirements" },
2603
+ "busName": { "@id": "schema:busName" },
2604
+ "busNumber": { "@id": "schema:busNumber" },
2605
+ "businessDays": { "@id": "schema:businessDays" },
2606
+ "businessFunction": { "@id": "schema:businessFunction" },
2607
+ "buyer": { "@id": "schema:buyer" },
2608
+ "byArtist": { "@id": "schema:byArtist" },
2609
+ "byDay": { "@id": "schema:byDay" },
2610
+ "byMonth": { "@id": "schema:byMonth" },
2611
+ "byMonthDay": { "@id": "schema:byMonthDay" },
2612
+ "byMonthWeek": { "@id": "schema:byMonthWeek" },
2613
+ "callSign": { "@id": "schema:callSign" },
2614
+ "calories": { "@id": "schema:calories" },
2615
+ "candidate": { "@id": "schema:candidate" },
2616
+ "caption": { "@id": "schema:caption" },
2617
+ "carbohydrateContent": { "@id": "schema:carbohydrateContent" },
2618
+ "cargoVolume": { "@id": "schema:cargoVolume" },
2619
+ "carrier": { "@id": "schema:carrier" },
2620
+ "carrierRequirements": { "@id": "schema:carrierRequirements" },
2621
+ "cashBack": { "@id": "schema:cashBack" },
2622
+ "catalog": { "@id": "schema:catalog" },
2623
+ "catalogNumber": { "@id": "schema:catalogNumber" },
2624
+ "category": { "@id": "schema:category" },
2625
+ "causeOf": { "@id": "schema:causeOf" },
2626
+ "ccRecipient": { "@id": "schema:ccRecipient" },
2627
+ "certificationIdentification": { "@id": "schema:certificationIdentification" },
2628
+ "certificationRating": { "@id": "schema:certificationRating" },
2629
+ "certificationStatus": { "@id": "schema:certificationStatus" },
2630
+ "character": { "@id": "schema:character" },
2631
+ "characterAttribute": { "@id": "schema:characterAttribute" },
2632
+ "characterName": { "@id": "schema:characterName" },
2633
+ "cheatCode": { "@id": "schema:cheatCode" },
2634
+ "checkinTime": { "@id": "schema:checkinTime" },
2635
+ "checkoutPageURLTemplate": { "@id": "schema:checkoutPageURLTemplate" },
2636
+ "checkoutTime": { "@id": "schema:checkoutTime" },
2637
+ "chemicalComposition": { "@id": "schema:chemicalComposition" },
2638
+ "chemicalRole": { "@id": "schema:chemicalRole" },
2639
+ "childMaxAge": { "@id": "schema:childMaxAge" },
2640
+ "childMinAge": { "@id": "schema:childMinAge" },
2641
+ "childTaxon": { "@id": "schema:childTaxon" },
2642
+ "children": { "@id": "schema:children" },
2643
+ "cholesterolContent": { "@id": "schema:cholesterolContent" },
2644
+ "circle": { "@id": "schema:circle" },
2645
+ "citation": { "@id": "schema:citation" },
2646
+ "claimInterpreter": { "@id": "schema:claimInterpreter" },
2647
+ "claimReviewed": { "@id": "schema:claimReviewed" },
2648
+ "clincalPharmacology": { "@id": "schema:clincalPharmacology" },
2649
+ "clinicalPharmacology": { "@id": "schema:clinicalPharmacology" },
2650
+ "clipNumber": { "@id": "schema:clipNumber" },
2651
+ "closes": { "@id": "schema:closes" },
2652
+ "coach": { "@id": "schema:coach" },
2653
+ "code": { "@id": "schema:code" },
2654
+ "codeRepository": {
2655
+ "@id": "schema:codeRepository",
2656
+ "@type": "@id"
2657
+ },
2658
+ "codeSampleType": { "@id": "schema:codeSampleType" },
2659
+ "codeValue": { "@id": "schema:codeValue" },
2660
+ "codingSystem": { "@id": "schema:codingSystem" },
2661
+ "colleague": {
2662
+ "@id": "schema:colleague",
2663
+ "@type": "@id"
2664
+ },
2665
+ "colleagues": { "@id": "schema:colleagues" },
2666
+ "collection": { "@id": "schema:collection" },
2667
+ "collectionSize": { "@id": "schema:collectionSize" },
2668
+ "color": { "@id": "schema:color" },
2669
+ "colorSwatch": {
2670
+ "@id": "schema:colorSwatch",
2671
+ "@type": "@id"
2672
+ },
2673
+ "colorist": { "@id": "schema:colorist" },
2674
+ "comment": { "@id": "schema:comment" },
2675
+ "commentCount": { "@id": "schema:commentCount" },
2676
+ "commentText": { "@id": "schema:commentText" },
2677
+ "commentTime": {
2678
+ "@id": "schema:commentTime",
2679
+ "@type": "Date"
2680
+ },
2681
+ "competencyRequired": { "@id": "schema:competencyRequired" },
2682
+ "competitor": { "@id": "schema:competitor" },
2683
+ "composer": { "@id": "schema:composer" },
2684
+ "comprisedOf": { "@id": "schema:comprisedOf" },
2685
+ "conditionsOfAccess": { "@id": "schema:conditionsOfAccess" },
2686
+ "confirmationNumber": { "@id": "schema:confirmationNumber" },
2687
+ "connectedTo": { "@id": "schema:connectedTo" },
2688
+ "constraintProperty": {
2689
+ "@id": "schema:constraintProperty",
2690
+ "@type": "@id"
2691
+ },
2692
+ "contactOption": { "@id": "schema:contactOption" },
2693
+ "contactPoint": { "@id": "schema:contactPoint" },
2694
+ "contactPoints": { "@id": "schema:contactPoints" },
2695
+ "contactType": { "@id": "schema:contactType" },
2696
+ "contactlessPayment": { "@id": "schema:contactlessPayment" },
2697
+ "containedIn": { "@id": "schema:containedIn" },
2698
+ "containedInPlace": { "@id": "schema:containedInPlace" },
2699
+ "containsPlace": { "@id": "schema:containsPlace" },
2700
+ "containsSeason": { "@id": "schema:containsSeason" },
2701
+ "contentLocation": { "@id": "schema:contentLocation" },
2702
+ "contentRating": { "@id": "schema:contentRating" },
2703
+ "contentReferenceTime": { "@id": "schema:contentReferenceTime" },
2704
+ "contentSize": { "@id": "schema:contentSize" },
2705
+ "contentType": { "@id": "schema:contentType" },
2706
+ "contentUrl": {
2707
+ "@id": "schema:contentUrl",
2708
+ "@type": "@id"
2709
+ },
2710
+ "contraindication": { "@id": "schema:contraindication" },
2711
+ "contributor": { "@id": "schema:contributor" },
2712
+ "cookTime": { "@id": "schema:cookTime" },
2713
+ "cookingMethod": { "@id": "schema:cookingMethod" },
2714
+ "copyrightHolder": { "@id": "schema:copyrightHolder" },
2715
+ "copyrightNotice": { "@id": "schema:copyrightNotice" },
2716
+ "copyrightYear": { "@id": "schema:copyrightYear" },
2717
+ "correction": { "@id": "schema:correction" },
2718
+ "correctionsPolicy": {
2719
+ "@id": "schema:correctionsPolicy",
2720
+ "@type": "@id"
2721
+ },
2722
+ "costCategory": { "@id": "schema:costCategory" },
2723
+ "costCurrency": { "@id": "schema:costCurrency" },
2724
+ "costOrigin": { "@id": "schema:costOrigin" },
2725
+ "costPerUnit": { "@id": "schema:costPerUnit" },
2726
+ "countriesNotSupported": { "@id": "schema:countriesNotSupported" },
2727
+ "countriesSupported": { "@id": "schema:countriesSupported" },
2728
+ "countryOfAssembly": { "@id": "schema:countryOfAssembly" },
2729
+ "countryOfLastProcessing": { "@id": "schema:countryOfLastProcessing" },
2730
+ "countryOfOrigin": { "@id": "schema:countryOfOrigin" },
2731
+ "course": { "@id": "schema:course" },
2732
+ "courseCode": { "@id": "schema:courseCode" },
2733
+ "courseMode": { "@id": "schema:courseMode" },
2734
+ "coursePrerequisites": { "@id": "schema:coursePrerequisites" },
2735
+ "courseSchedule": { "@id": "schema:courseSchedule" },
2736
+ "courseWorkload": { "@id": "schema:courseWorkload" },
2737
+ "coverageEndTime": { "@id": "schema:coverageEndTime" },
2738
+ "coverageStartTime": { "@id": "schema:coverageStartTime" },
2739
+ "creativeWorkStatus": { "@id": "schema:creativeWorkStatus" },
2740
+ "creator": { "@id": "schema:creator" },
2741
+ "credentialCategory": { "@id": "schema:credentialCategory" },
2742
+ "creditText": { "@id": "schema:creditText" },
2743
+ "creditedTo": { "@id": "schema:creditedTo" },
2744
+ "cssSelector": { "@id": "schema:cssSelector" },
2745
+ "currenciesAccepted": { "@id": "schema:currenciesAccepted" },
2746
+ "currency": { "@id": "schema:currency" },
2747
+ "currentExchangeRate": { "@id": "schema:currentExchangeRate" },
2748
+ "customer": { "@id": "schema:customer" },
2749
+ "customerRemorseReturnFees": { "@id": "schema:customerRemorseReturnFees" },
2750
+ "customerRemorseReturnLabelSource": { "@id": "schema:customerRemorseReturnLabelSource" },
2751
+ "customerRemorseReturnShippingFeesAmount": { "@id": "schema:customerRemorseReturnShippingFeesAmount" },
2752
+ "cutoffTime": { "@id": "schema:cutoffTime" },
2753
+ "cvdCollectionDate": { "@id": "schema:cvdCollectionDate" },
2754
+ "cvdFacilityCounty": { "@id": "schema:cvdFacilityCounty" },
2755
+ "cvdFacilityId": { "@id": "schema:cvdFacilityId" },
2756
+ "cvdNumBeds": { "@id": "schema:cvdNumBeds" },
2757
+ "cvdNumBedsOcc": { "@id": "schema:cvdNumBedsOcc" },
2758
+ "cvdNumC19Died": { "@id": "schema:cvdNumC19Died" },
2759
+ "cvdNumC19HOPats": { "@id": "schema:cvdNumC19HOPats" },
2760
+ "cvdNumC19HospPats": { "@id": "schema:cvdNumC19HospPats" },
2761
+ "cvdNumC19MechVentPats": { "@id": "schema:cvdNumC19MechVentPats" },
2762
+ "cvdNumC19OFMechVentPats": { "@id": "schema:cvdNumC19OFMechVentPats" },
2763
+ "cvdNumC19OverflowPats": { "@id": "schema:cvdNumC19OverflowPats" },
2764
+ "cvdNumICUBeds": { "@id": "schema:cvdNumICUBeds" },
2765
+ "cvdNumICUBedsOcc": { "@id": "schema:cvdNumICUBedsOcc" },
2766
+ "cvdNumTotBeds": { "@id": "schema:cvdNumTotBeds" },
2767
+ "cvdNumVent": { "@id": "schema:cvdNumVent" },
2768
+ "cvdNumVentUse": { "@id": "schema:cvdNumVentUse" },
2769
+ "dataFeedElement": { "@id": "schema:dataFeedElement" },
2770
+ "dataset": { "@id": "schema:dataset" },
2771
+ "datasetTimeInterval": { "@id": "schema:datasetTimeInterval" },
2772
+ "dateCreated": {
2773
+ "@id": "schema:dateCreated",
2774
+ "@type": "Date"
2775
+ },
2776
+ "dateDeleted": {
2777
+ "@id": "schema:dateDeleted",
2778
+ "@type": "Date"
2779
+ },
2780
+ "dateIssued": {
2781
+ "@id": "schema:dateIssued",
2782
+ "@type": "Date"
2783
+ },
2784
+ "dateModified": {
2785
+ "@id": "schema:dateModified",
2786
+ "@type": "Date"
2787
+ },
2788
+ "datePosted": {
2789
+ "@id": "schema:datePosted",
2790
+ "@type": "Date"
2791
+ },
2792
+ "datePublished": {
2793
+ "@id": "schema:datePublished",
2794
+ "@type": "Date"
2795
+ },
2796
+ "dateRead": {
2797
+ "@id": "schema:dateRead",
2798
+ "@type": "Date"
2799
+ },
2800
+ "dateReceived": { "@id": "schema:dateReceived" },
2801
+ "dateSent": { "@id": "schema:dateSent" },
2802
+ "dateVehicleFirstRegistered": {
2803
+ "@id": "schema:dateVehicleFirstRegistered",
2804
+ "@type": "Date"
2805
+ },
2806
+ "dateline": { "@id": "schema:dateline" },
2807
+ "dayOfWeek": { "@id": "schema:dayOfWeek" },
2808
+ "deathDate": {
2809
+ "@id": "schema:deathDate",
2810
+ "@type": "Date"
2811
+ },
2812
+ "deathPlace": { "@id": "schema:deathPlace" },
2813
+ "defaultValue": { "@id": "schema:defaultValue" },
2814
+ "deliveryAddress": { "@id": "schema:deliveryAddress" },
2815
+ "deliveryLeadTime": { "@id": "schema:deliveryLeadTime" },
2816
+ "deliveryMethod": { "@id": "schema:deliveryMethod" },
2817
+ "deliveryStatus": { "@id": "schema:deliveryStatus" },
2818
+ "deliveryTime": { "@id": "schema:deliveryTime" },
2819
+ "department": { "@id": "schema:department" },
2820
+ "departureAirport": { "@id": "schema:departureAirport" },
2821
+ "departureBoatTerminal": { "@id": "schema:departureBoatTerminal" },
2822
+ "departureBusStop": { "@id": "schema:departureBusStop" },
2823
+ "departureGate": { "@id": "schema:departureGate" },
2824
+ "departurePlatform": { "@id": "schema:departurePlatform" },
2825
+ "departureStation": { "@id": "schema:departureStation" },
2826
+ "departureTerminal": { "@id": "schema:departureTerminal" },
2827
+ "departureTime": { "@id": "schema:departureTime" },
2828
+ "dependencies": { "@id": "schema:dependencies" },
2829
+ "depth": { "@id": "schema:depth" },
2830
+ "description": { "@id": "schema:description" },
2831
+ "device": { "@id": "schema:device" },
2832
+ "diagnosis": { "@id": "schema:diagnosis" },
2833
+ "diagram": { "@id": "schema:diagram" },
2834
+ "diet": { "@id": "schema:diet" },
2835
+ "dietFeatures": { "@id": "schema:dietFeatures" },
2836
+ "differentialDiagnosis": { "@id": "schema:differentialDiagnosis" },
2837
+ "digitalSourceType": { "@id": "schema:digitalSourceType" },
2838
+ "directApply": { "@id": "schema:directApply" },
2839
+ "director": { "@id": "schema:director" },
2840
+ "directors": { "@id": "schema:directors" },
2841
+ "disambiguatingDescription": { "@id": "schema:disambiguatingDescription" },
2842
+ "discount": { "@id": "schema:discount" },
2843
+ "discountCode": { "@id": "schema:discountCode" },
2844
+ "discountCurrency": { "@id": "schema:discountCurrency" },
2845
+ "discusses": { "@id": "schema:discusses" },
2846
+ "discussionUrl": {
2847
+ "@id": "schema:discussionUrl",
2848
+ "@type": "@id"
2849
+ },
2850
+ "diseasePreventionInfo": {
2851
+ "@id": "schema:diseasePreventionInfo",
2852
+ "@type": "@id"
2853
+ },
2854
+ "diseaseSpreadStatistics": {
2855
+ "@id": "schema:diseaseSpreadStatistics",
2856
+ "@type": "@id"
2857
+ },
2858
+ "dissolutionDate": {
2859
+ "@id": "schema:dissolutionDate",
2860
+ "@type": "Date"
2861
+ },
2862
+ "distance": { "@id": "schema:distance" },
2863
+ "distinguishingSign": { "@id": "schema:distinguishingSign" },
2864
+ "distribution": { "@id": "schema:distribution" },
2865
+ "diversityPolicy": {
2866
+ "@id": "schema:diversityPolicy",
2867
+ "@type": "@id"
2868
+ },
2869
+ "diversityStaffingReport": {
2870
+ "@id": "schema:diversityStaffingReport",
2871
+ "@type": "@id"
2872
+ },
2873
+ "documentation": {
2874
+ "@id": "schema:documentation",
2875
+ "@type": "@id"
2876
+ },
2877
+ "doesNotShip": { "@id": "schema:doesNotShip" },
2878
+ "domainIncludes": { "@id": "schema:domainIncludes" },
2879
+ "domiciledMortgage": { "@id": "schema:domiciledMortgage" },
2880
+ "doorTime": { "@id": "schema:doorTime" },
2881
+ "dosageForm": { "@id": "schema:dosageForm" },
2882
+ "doseSchedule": { "@id": "schema:doseSchedule" },
2883
+ "doseUnit": { "@id": "schema:doseUnit" },
2884
+ "doseValue": { "@id": "schema:doseValue" },
2885
+ "downPayment": { "@id": "schema:downPayment" },
2886
+ "downloadUrl": {
2887
+ "@id": "schema:downloadUrl",
2888
+ "@type": "@id"
2889
+ },
2890
+ "downvoteCount": { "@id": "schema:downvoteCount" },
2891
+ "drainsTo": { "@id": "schema:drainsTo" },
2892
+ "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration" },
2893
+ "dropoffLocation": { "@id": "schema:dropoffLocation" },
2894
+ "dropoffTime": { "@id": "schema:dropoffTime" },
2895
+ "drug": { "@id": "schema:drug" },
2896
+ "drugClass": { "@id": "schema:drugClass" },
2897
+ "drugUnit": { "@id": "schema:drugUnit" },
2898
+ "duns": { "@id": "schema:duns" },
2899
+ "duplicateTherapy": { "@id": "schema:duplicateTherapy" },
2900
+ "duration": { "@id": "schema:duration" },
2901
+ "durationOfWarranty": { "@id": "schema:durationOfWarranty" },
2902
+ "duringMedia": {
2903
+ "@id": "schema:duringMedia",
2904
+ "@type": "@id"
2905
+ },
2906
+ "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty" },
2907
+ "editEIDR": { "@id": "schema:editEIDR" },
2908
+ "editor": { "@id": "schema:editor" },
2909
+ "eduQuestionType": { "@id": "schema:eduQuestionType" },
2910
+ "educationRequirements": { "@id": "schema:educationRequirements" },
2911
+ "educationalAlignment": { "@id": "schema:educationalAlignment" },
2912
+ "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded" },
2913
+ "educationalFramework": { "@id": "schema:educationalFramework" },
2914
+ "educationalLevel": { "@id": "schema:educationalLevel" },
2915
+ "educationalProgramMode": { "@id": "schema:educationalProgramMode" },
2916
+ "educationalRole": { "@id": "schema:educationalRole" },
2917
+ "educationalUse": { "@id": "schema:educationalUse" },
2918
+ "elevation": { "@id": "schema:elevation" },
2919
+ "eligibilityToWorkRequirement": { "@id": "schema:eligibilityToWorkRequirement" },
2920
+ "eligibleCustomerType": { "@id": "schema:eligibleCustomerType" },
2921
+ "eligibleDuration": { "@id": "schema:eligibleDuration" },
2922
+ "eligibleQuantity": { "@id": "schema:eligibleQuantity" },
2923
+ "eligibleRegion": { "@id": "schema:eligibleRegion" },
2924
+ "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume" },
2925
+ "email": { "@id": "schema:email" },
2926
+ "embedUrl": {
2927
+ "@id": "schema:embedUrl",
2928
+ "@type": "@id"
2929
+ },
2930
+ "embeddedTextCaption": { "@id": "schema:embeddedTextCaption" },
2931
+ "emissionsCO2": { "@id": "schema:emissionsCO2" },
2932
+ "employee": { "@id": "schema:employee" },
2933
+ "employees": { "@id": "schema:employees" },
2934
+ "employerOverview": { "@id": "schema:employerOverview" },
2935
+ "employmentType": { "@id": "schema:employmentType" },
2936
+ "employmentUnit": { "@id": "schema:employmentUnit" },
2937
+ "encodesBioChemEntity": { "@id": "schema:encodesBioChemEntity" },
2938
+ "encodesCreativeWork": { "@id": "schema:encodesCreativeWork" },
2939
+ "encoding": { "@id": "schema:encoding" },
2940
+ "encodingFormat": { "@id": "schema:encodingFormat" },
2941
+ "encodingType": { "@id": "schema:encodingType" },
2942
+ "encodings": { "@id": "schema:encodings" },
2943
+ "endDate": {
2944
+ "@id": "schema:endDate",
2945
+ "@type": "Date"
2946
+ },
2947
+ "endOffset": { "@id": "schema:endOffset" },
2948
+ "endTime": { "@id": "schema:endTime" },
2949
+ "endorsee": { "@id": "schema:endorsee" },
2950
+ "endorsers": { "@id": "schema:endorsers" },
2951
+ "energyEfficiencyScaleMax": { "@id": "schema:energyEfficiencyScaleMax" },
2952
+ "energyEfficiencyScaleMin": { "@id": "schema:energyEfficiencyScaleMin" },
2953
+ "engineDisplacement": { "@id": "schema:engineDisplacement" },
2954
+ "enginePower": { "@id": "schema:enginePower" },
2955
+ "engineType": { "@id": "schema:engineType" },
2956
+ "entertainmentBusiness": { "@id": "schema:entertainmentBusiness" },
2957
+ "epidemiology": { "@id": "schema:epidemiology" },
2958
+ "episode": { "@id": "schema:episode" },
2959
+ "episodeNumber": { "@id": "schema:episodeNumber" },
2960
+ "episodes": { "@id": "schema:episodes" },
2961
+ "equal": { "@id": "schema:equal" },
2962
+ "error": { "@id": "schema:error" },
2963
+ "estimatedCost": { "@id": "schema:estimatedCost" },
2964
+ "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration" },
2965
+ "estimatedSalary": { "@id": "schema:estimatedSalary" },
2966
+ "estimatesRiskOf": { "@id": "schema:estimatesRiskOf" },
2967
+ "ethicsPolicy": {
2968
+ "@id": "schema:ethicsPolicy",
2969
+ "@type": "@id"
2970
+ },
2971
+ "event": { "@id": "schema:event" },
2972
+ "eventAttendanceMode": { "@id": "schema:eventAttendanceMode" },
2973
+ "eventSchedule": { "@id": "schema:eventSchedule" },
2974
+ "eventStatus": { "@id": "schema:eventStatus" },
2975
+ "events": { "@id": "schema:events" },
2976
+ "evidenceLevel": { "@id": "schema:evidenceLevel" },
2977
+ "evidenceOrigin": { "@id": "schema:evidenceOrigin" },
2978
+ "exampleOfWork": { "@id": "schema:exampleOfWork" },
2979
+ "exceptDate": {
2980
+ "@id": "schema:exceptDate",
2981
+ "@type": "Date"
2982
+ },
2983
+ "exchangeRateSpread": { "@id": "schema:exchangeRateSpread" },
2984
+ "executableLibraryName": { "@id": "schema:executableLibraryName" },
2985
+ "exerciseCourse": { "@id": "schema:exerciseCourse" },
2986
+ "exercisePlan": { "@id": "schema:exercisePlan" },
2987
+ "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet" },
2988
+ "exerciseType": { "@id": "schema:exerciseType" },
2989
+ "exifData": { "@id": "schema:exifData" },
2990
+ "expectedArrivalFrom": {
2991
+ "@id": "schema:expectedArrivalFrom",
2992
+ "@type": "Date"
2993
+ },
2994
+ "expectedArrivalUntil": {
2995
+ "@id": "schema:expectedArrivalUntil",
2996
+ "@type": "Date"
2997
+ },
2998
+ "expectedPrognosis": { "@id": "schema:expectedPrognosis" },
2999
+ "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf" },
3000
+ "experienceInPlaceOfEducation": { "@id": "schema:experienceInPlaceOfEducation" },
3001
+ "experienceRequirements": { "@id": "schema:experienceRequirements" },
3002
+ "expertConsiderations": { "@id": "schema:expertConsiderations" },
3003
+ "expires": {
3004
+ "@id": "schema:expires",
3005
+ "@type": "Date"
3006
+ },
3007
+ "expressedIn": { "@id": "schema:expressedIn" },
3008
+ "familyName": { "@id": "schema:familyName" },
3009
+ "fatContent": { "@id": "schema:fatContent" },
3010
+ "faxNumber": { "@id": "schema:faxNumber" },
3011
+ "featureList": { "@id": "schema:featureList" },
3012
+ "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification" },
3013
+ "fiberContent": { "@id": "schema:fiberContent" },
3014
+ "fileFormat": { "@id": "schema:fileFormat" },
3015
+ "fileSize": { "@id": "schema:fileSize" },
3016
+ "financialAidEligible": { "@id": "schema:financialAidEligible" },
3017
+ "firstAppearance": { "@id": "schema:firstAppearance" },
3018
+ "firstPerformance": { "@id": "schema:firstPerformance" },
3019
+ "flightDistance": { "@id": "schema:flightDistance" },
3020
+ "flightNumber": { "@id": "schema:flightNumber" },
3021
+ "floorLevel": { "@id": "schema:floorLevel" },
3022
+ "floorLimit": { "@id": "schema:floorLimit" },
3023
+ "floorSize": { "@id": "schema:floorSize" },
3024
+ "followee": { "@id": "schema:followee" },
3025
+ "follows": { "@id": "schema:follows" },
3026
+ "followup": { "@id": "schema:followup" },
3027
+ "foodEstablishment": { "@id": "schema:foodEstablishment" },
3028
+ "foodEvent": { "@id": "schema:foodEvent" },
3029
+ "foodWarning": { "@id": "schema:foodWarning" },
3030
+ "founder": { "@id": "schema:founder" },
3031
+ "founders": { "@id": "schema:founders" },
3032
+ "foundingDate": {
3033
+ "@id": "schema:foundingDate",
3034
+ "@type": "Date"
3035
+ },
3036
+ "foundingLocation": { "@id": "schema:foundingLocation" },
3037
+ "free": { "@id": "schema:free" },
3038
+ "freeShippingThreshold": { "@id": "schema:freeShippingThreshold" },
3039
+ "frequency": { "@id": "schema:frequency" },
3040
+ "fromLocation": { "@id": "schema:fromLocation" },
3041
+ "fuelCapacity": { "@id": "schema:fuelCapacity" },
3042
+ "fuelConsumption": { "@id": "schema:fuelConsumption" },
3043
+ "fuelEfficiency": { "@id": "schema:fuelEfficiency" },
3044
+ "fuelType": { "@id": "schema:fuelType" },
3045
+ "functionalClass": { "@id": "schema:functionalClass" },
3046
+ "fundedItem": { "@id": "schema:fundedItem" },
3047
+ "funder": { "@id": "schema:funder" },
3048
+ "funding": { "@id": "schema:funding" },
3049
+ "game": { "@id": "schema:game" },
3050
+ "gameAvailabilityType": { "@id": "schema:gameAvailabilityType" },
3051
+ "gameEdition": { "@id": "schema:gameEdition" },
3052
+ "gameItem": { "@id": "schema:gameItem" },
3053
+ "gameLocation": {
3054
+ "@id": "schema:gameLocation",
3055
+ "@type": "@id"
3056
+ },
3057
+ "gamePlatform": { "@id": "schema:gamePlatform" },
3058
+ "gameServer": { "@id": "schema:gameServer" },
3059
+ "gameTip": { "@id": "schema:gameTip" },
3060
+ "gender": { "@id": "schema:gender" },
3061
+ "genre": { "@id": "schema:genre" },
3062
+ "geo": { "@id": "schema:geo" },
3063
+ "geoContains": { "@id": "schema:geoContains" },
3064
+ "geoCoveredBy": { "@id": "schema:geoCoveredBy" },
3065
+ "geoCovers": { "@id": "schema:geoCovers" },
3066
+ "geoCrosses": { "@id": "schema:geoCrosses" },
3067
+ "geoDisjoint": { "@id": "schema:geoDisjoint" },
3068
+ "geoEquals": { "@id": "schema:geoEquals" },
3069
+ "geoIntersects": { "@id": "schema:geoIntersects" },
3070
+ "geoMidpoint": { "@id": "schema:geoMidpoint" },
3071
+ "geoOverlaps": { "@id": "schema:geoOverlaps" },
3072
+ "geoRadius": { "@id": "schema:geoRadius" },
3073
+ "geoTouches": { "@id": "schema:geoTouches" },
3074
+ "geoWithin": { "@id": "schema:geoWithin" },
3075
+ "geographicArea": { "@id": "schema:geographicArea" },
3076
+ "gettingTestedInfo": {
3077
+ "@id": "schema:gettingTestedInfo",
3078
+ "@type": "@id"
3079
+ },
3080
+ "givenName": { "@id": "schema:givenName" },
3081
+ "globalLocationNumber": { "@id": "schema:globalLocationNumber" },
3082
+ "governmentBenefitsInfo": { "@id": "schema:governmentBenefitsInfo" },
3083
+ "gracePeriod": { "@id": "schema:gracePeriod" },
3084
+ "grantee": { "@id": "schema:grantee" },
3085
+ "greater": { "@id": "schema:greater" },
3086
+ "greaterOrEqual": { "@id": "schema:greaterOrEqual" },
3087
+ "gtin": { "@id": "schema:gtin" },
3088
+ "gtin12": { "@id": "schema:gtin12" },
3089
+ "gtin13": { "@id": "schema:gtin13" },
3090
+ "gtin14": { "@id": "schema:gtin14" },
3091
+ "gtin8": { "@id": "schema:gtin8" },
3092
+ "guideline": { "@id": "schema:guideline" },
3093
+ "guidelineDate": {
3094
+ "@id": "schema:guidelineDate",
3095
+ "@type": "Date"
3096
+ },
3097
+ "guidelineSubject": { "@id": "schema:guidelineSubject" },
3098
+ "handlingTime": { "@id": "schema:handlingTime" },
3099
+ "hasAdultConsideration": { "@id": "schema:hasAdultConsideration" },
3100
+ "hasBioChemEntityPart": { "@id": "schema:hasBioChemEntityPart" },
3101
+ "hasBioPolymerSequence": { "@id": "schema:hasBioPolymerSequence" },
3102
+ "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel" },
3103
+ "hasCategoryCode": { "@id": "schema:hasCategoryCode" },
3104
+ "hasCertification": { "@id": "schema:hasCertification" },
3105
+ "hasCourse": { "@id": "schema:hasCourse" },
3106
+ "hasCourseInstance": { "@id": "schema:hasCourseInstance" },
3107
+ "hasCredential": { "@id": "schema:hasCredential" },
3108
+ "hasDefinedTerm": { "@id": "schema:hasDefinedTerm" },
3109
+ "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod" },
3110
+ "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission" },
3111
+ "hasDriveThroughService": { "@id": "schema:hasDriveThroughService" },
3112
+ "hasEnergyConsumptionDetails": { "@id": "schema:hasEnergyConsumptionDetails" },
3113
+ "hasEnergyEfficiencyCategory": { "@id": "schema:hasEnergyEfficiencyCategory" },
3114
+ "hasGS1DigitalLink": {
3115
+ "@id": "schema:hasGS1DigitalLink",
3116
+ "@type": "@id"
3117
+ },
3118
+ "hasHealthAspect": { "@id": "schema:hasHealthAspect" },
3119
+ "hasMap": {
3120
+ "@id": "schema:hasMap",
3121
+ "@type": "@id"
3122
+ },
3123
+ "hasMeasurement": { "@id": "schema:hasMeasurement" },
3124
+ "hasMemberProgram": { "@id": "schema:hasMemberProgram" },
3125
+ "hasMenu": { "@id": "schema:hasMenu" },
3126
+ "hasMenuItem": { "@id": "schema:hasMenuItem" },
3127
+ "hasMenuSection": { "@id": "schema:hasMenuSection" },
3128
+ "hasMerchantReturnPolicy": { "@id": "schema:hasMerchantReturnPolicy" },
3129
+ "hasMolecularFunction": {
3130
+ "@id": "schema:hasMolecularFunction",
3131
+ "@type": "@id"
3132
+ },
3133
+ "hasOccupation": { "@id": "schema:hasOccupation" },
3134
+ "hasOfferCatalog": { "@id": "schema:hasOfferCatalog" },
3135
+ "hasPOS": { "@id": "schema:hasPOS" },
3136
+ "hasPart": { "@id": "schema:hasPart" },
3137
+ "hasProductReturnPolicy": { "@id": "schema:hasProductReturnPolicy" },
3138
+ "hasRepresentation": { "@id": "schema:hasRepresentation" },
3139
+ "hasTierBenefit": { "@id": "schema:hasTierBenefit" },
3140
+ "hasTierRequirement": { "@id": "schema:hasTierRequirement" },
3141
+ "hasTiers": { "@id": "schema:hasTiers" },
3142
+ "hasVariant": { "@id": "schema:hasVariant" },
3143
+ "headline": { "@id": "schema:headline" },
3144
+ "healthCondition": { "@id": "schema:healthCondition" },
3145
+ "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption" },
3146
+ "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate" },
3147
+ "healthPlanCopay": { "@id": "schema:healthPlanCopay" },
3148
+ "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption" },
3149
+ "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing" },
3150
+ "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption" },
3151
+ "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier" },
3152
+ "healthPlanId": { "@id": "schema:healthPlanId" },
3153
+ "healthPlanMarketingUrl": {
3154
+ "@id": "schema:healthPlanMarketingUrl",
3155
+ "@type": "@id"
3156
+ },
3157
+ "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId" },
3158
+ "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier" },
3159
+ "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory" },
3160
+ "healthcareReportingData": { "@id": "schema:healthcareReportingData" },
3161
+ "height": { "@id": "schema:height" },
3162
+ "highPrice": { "@id": "schema:highPrice" },
3163
+ "hiringOrganization": { "@id": "schema:hiringOrganization" },
3164
+ "holdingArchive": { "@id": "schema:holdingArchive" },
3165
+ "homeLocation": { "@id": "schema:homeLocation" },
3166
+ "homeTeam": { "@id": "schema:homeTeam" },
3167
+ "honorificPrefix": { "@id": "schema:honorificPrefix" },
3168
+ "honorificSuffix": { "@id": "schema:honorificSuffix" },
3169
+ "hospitalAffiliation": { "@id": "schema:hospitalAffiliation" },
3170
+ "hostingOrganization": { "@id": "schema:hostingOrganization" },
3171
+ "hoursAvailable": { "@id": "schema:hoursAvailable" },
3172
+ "howPerformed": { "@id": "schema:howPerformed" },
3173
+ "httpMethod": { "@id": "schema:httpMethod" },
3174
+ "iataCode": { "@id": "schema:iataCode" },
3175
+ "icaoCode": { "@id": "schema:icaoCode" },
3176
+ "identifier": { "@id": "schema:identifier" },
3177
+ "identifyingExam": { "@id": "schema:identifyingExam" },
3178
+ "identifyingTest": { "@id": "schema:identifyingTest" },
3179
+ "illustrator": { "@id": "schema:illustrator" },
3180
+ "image": {
3181
+ "@id": "schema:image",
3182
+ "@type": "@id"
3183
+ },
3184
+ "imagingTechnique": { "@id": "schema:imagingTechnique" },
3185
+ "inAlbum": { "@id": "schema:inAlbum" },
3186
+ "inBroadcastLineup": { "@id": "schema:inBroadcastLineup" },
3187
+ "inChI": { "@id": "schema:inChI" },
3188
+ "inChIKey": { "@id": "schema:inChIKey" },
3189
+ "inCodeSet": {
3190
+ "@id": "schema:inCodeSet",
3191
+ "@type": "@id"
3192
+ },
3193
+ "inDefinedTermSet": {
3194
+ "@id": "schema:inDefinedTermSet",
3195
+ "@type": "@id"
3196
+ },
3197
+ "inLanguage": { "@id": "schema:inLanguage" },
3198
+ "inPlaylist": { "@id": "schema:inPlaylist" },
3199
+ "inProductGroupWithID": { "@id": "schema:inProductGroupWithID" },
3200
+ "inStoreReturnsOffered": { "@id": "schema:inStoreReturnsOffered" },
3201
+ "inSupportOf": { "@id": "schema:inSupportOf" },
3202
+ "incentiveCompensation": { "@id": "schema:incentiveCompensation" },
3203
+ "incentives": { "@id": "schema:incentives" },
3204
+ "includedComposition": { "@id": "schema:includedComposition" },
3205
+ "includedDataCatalog": { "@id": "schema:includedDataCatalog" },
3206
+ "includedInDataCatalog": { "@id": "schema:includedInDataCatalog" },
3207
+ "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan" },
3208
+ "includedRiskFactor": { "@id": "schema:includedRiskFactor" },
3209
+ "includesAttraction": { "@id": "schema:includesAttraction" },
3210
+ "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary" },
3211
+ "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork" },
3212
+ "includesObject": { "@id": "schema:includesObject" },
3213
+ "increasesRiskOf": { "@id": "schema:increasesRiskOf" },
3214
+ "industry": { "@id": "schema:industry" },
3215
+ "ineligibleRegion": { "@id": "schema:ineligibleRegion" },
3216
+ "infectiousAgent": { "@id": "schema:infectiousAgent" },
3217
+ "infectiousAgentClass": { "@id": "schema:infectiousAgentClass" },
3218
+ "ingredients": { "@id": "schema:ingredients" },
3219
+ "inker": { "@id": "schema:inker" },
3220
+ "insertion": { "@id": "schema:insertion" },
3221
+ "installUrl": {
3222
+ "@id": "schema:installUrl",
3223
+ "@type": "@id"
3224
+ },
3225
+ "instructor": { "@id": "schema:instructor" },
3226
+ "instrument": { "@id": "schema:instrument" },
3227
+ "intensity": { "@id": "schema:intensity" },
3228
+ "interactingDrug": { "@id": "schema:interactingDrug" },
3229
+ "interactionCount": { "@id": "schema:interactionCount" },
3230
+ "interactionService": { "@id": "schema:interactionService" },
3231
+ "interactionStatistic": { "@id": "schema:interactionStatistic" },
3232
+ "interactionType": { "@id": "schema:interactionType" },
3233
+ "interactivityType": { "@id": "schema:interactivityType" },
3234
+ "interestRate": { "@id": "schema:interestRate" },
3235
+ "interpretedAsClaim": { "@id": "schema:interpretedAsClaim" },
3236
+ "inventoryLevel": { "@id": "schema:inventoryLevel" },
3237
+ "inverseOf": { "@id": "schema:inverseOf" },
3238
+ "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients" },
3239
+ "isAccessibleForFree": { "@id": "schema:isAccessibleForFree" },
3240
+ "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor" },
3241
+ "isAvailableGenerically": { "@id": "schema:isAvailableGenerically" },
3242
+ "isBasedOn": {
3243
+ "@id": "schema:isBasedOn",
3244
+ "@type": "@id"
3245
+ },
3246
+ "isBasedOnUrl": {
3247
+ "@id": "schema:isBasedOnUrl",
3248
+ "@type": "@id"
3249
+ },
3250
+ "isConsumableFor": { "@id": "schema:isConsumableFor" },
3251
+ "isEncodedByBioChemEntity": { "@id": "schema:isEncodedByBioChemEntity" },
3252
+ "isFamilyFriendly": { "@id": "schema:isFamilyFriendly" },
3253
+ "isGift": { "@id": "schema:isGift" },
3254
+ "isInvolvedInBiologicalProcess": {
3255
+ "@id": "schema:isInvolvedInBiologicalProcess",
3256
+ "@type": "@id"
3257
+ },
3258
+ "isLiveBroadcast": { "@id": "schema:isLiveBroadcast" },
3259
+ "isLocatedInSubcellularLocation": {
3260
+ "@id": "schema:isLocatedInSubcellularLocation",
3261
+ "@type": "@id"
3262
+ },
3263
+ "isPartOf": {
3264
+ "@id": "schema:isPartOf",
3265
+ "@type": "@id"
3266
+ },
3267
+ "isPartOfBioChemEntity": { "@id": "schema:isPartOfBioChemEntity" },
3268
+ "isPlanForApartment": { "@id": "schema:isPlanForApartment" },
3269
+ "isProprietary": { "@id": "schema:isProprietary" },
3270
+ "isRelatedTo": { "@id": "schema:isRelatedTo" },
3271
+ "isResizable": { "@id": "schema:isResizable" },
3272
+ "isSimilarTo": { "@id": "schema:isSimilarTo" },
3273
+ "isTierOf": { "@id": "schema:isTierOf" },
3274
+ "isUnlabelledFallback": { "@id": "schema:isUnlabelledFallback" },
3275
+ "isVariantOf": { "@id": "schema:isVariantOf" },
3276
+ "isbn": { "@id": "schema:isbn" },
3277
+ "isicV4": { "@id": "schema:isicV4" },
3278
+ "iso6523Code": { "@id": "schema:iso6523Code" },
3279
+ "isrcCode": { "@id": "schema:isrcCode" },
3280
+ "issn": { "@id": "schema:issn" },
3281
+ "issueNumber": { "@id": "schema:issueNumber" },
3282
+ "issuedBy": { "@id": "schema:issuedBy" },
3283
+ "issuedThrough": { "@id": "schema:issuedThrough" },
3284
+ "iswcCode": { "@id": "schema:iswcCode" },
3285
+ "item": { "@id": "schema:item" },
3286
+ "itemCondition": { "@id": "schema:itemCondition" },
3287
+ "itemDefectReturnFees": { "@id": "schema:itemDefectReturnFees" },
3288
+ "itemDefectReturnLabelSource": { "@id": "schema:itemDefectReturnLabelSource" },
3289
+ "itemDefectReturnShippingFeesAmount": { "@id": "schema:itemDefectReturnShippingFeesAmount" },
3290
+ "itemListElement": { "@id": "schema:itemListElement" },
3291
+ "itemListOrder": { "@id": "schema:itemListOrder" },
3292
+ "itemLocation": { "@id": "schema:itemLocation" },
3293
+ "itemOffered": { "@id": "schema:itemOffered" },
3294
+ "itemReviewed": { "@id": "schema:itemReviewed" },
3295
+ "itemShipped": { "@id": "schema:itemShipped" },
3296
+ "itinerary": { "@id": "schema:itinerary" },
3297
+ "iupacName": { "@id": "schema:iupacName" },
3298
+ "jobBenefits": { "@id": "schema:jobBenefits" },
3299
+ "jobImmediateStart": { "@id": "schema:jobImmediateStart" },
3300
+ "jobLocation": { "@id": "schema:jobLocation" },
3301
+ "jobLocationType": { "@id": "schema:jobLocationType" },
3302
+ "jobStartDate": { "@id": "schema:jobStartDate" },
3303
+ "jobTitle": { "@id": "schema:jobTitle" },
3304
+ "jurisdiction": { "@id": "schema:jurisdiction" },
3305
+ "keywords": { "@id": "schema:keywords" },
3306
+ "knownVehicleDamages": { "@id": "schema:knownVehicleDamages" },
3307
+ "knows": { "@id": "schema:knows" },
3308
+ "knowsAbout": { "@id": "schema:knowsAbout" },
3309
+ "knowsLanguage": { "@id": "schema:knowsLanguage" },
3310
+ "labelDetails": {
3311
+ "@id": "schema:labelDetails",
3312
+ "@type": "@id"
3313
+ },
3314
+ "landlord": { "@id": "schema:landlord" },
3315
+ "language": { "@id": "schema:language" },
3316
+ "lastReviewed": {
3317
+ "@id": "schema:lastReviewed",
3318
+ "@type": "Date"
3319
+ },
3320
+ "latitude": { "@id": "schema:latitude" },
3321
+ "layoutImage": {
3322
+ "@id": "schema:layoutImage",
3323
+ "@type": "@id"
3324
+ },
3325
+ "learningResourceType": { "@id": "schema:learningResourceType" },
3326
+ "leaseLength": { "@id": "schema:leaseLength" },
3327
+ "legalName": { "@id": "schema:legalName" },
3328
+ "legalStatus": { "@id": "schema:legalStatus" },
3329
+ "legislationApplies": { "@id": "schema:legislationApplies" },
3330
+ "legislationChanges": { "@id": "schema:legislationChanges" },
3331
+ "legislationConsolidates": { "@id": "schema:legislationConsolidates" },
3332
+ "legislationDate": {
3333
+ "@id": "schema:legislationDate",
3334
+ "@type": "Date"
3335
+ },
3336
+ "legislationDateVersion": {
3337
+ "@id": "schema:legislationDateVersion",
3338
+ "@type": "Date"
3339
+ },
3340
+ "legislationIdentifier": { "@id": "schema:legislationIdentifier" },
3341
+ "legislationJurisdiction": { "@id": "schema:legislationJurisdiction" },
3342
+ "legislationLegalForce": { "@id": "schema:legislationLegalForce" },
3343
+ "legislationLegalValue": { "@id": "schema:legislationLegalValue" },
3344
+ "legislationPassedBy": { "@id": "schema:legislationPassedBy" },
3345
+ "legislationResponsible": { "@id": "schema:legislationResponsible" },
3346
+ "legislationTransposes": { "@id": "schema:legislationTransposes" },
3347
+ "legislationType": { "@id": "schema:legislationType" },
3348
+ "leiCode": { "@id": "schema:leiCode" },
3349
+ "lender": { "@id": "schema:lender" },
3350
+ "lesser": { "@id": "schema:lesser" },
3351
+ "lesserOrEqual": { "@id": "schema:lesserOrEqual" },
3352
+ "letterer": { "@id": "schema:letterer" },
3353
+ "license": {
3354
+ "@id": "schema:license",
3355
+ "@type": "@id"
3356
+ },
3357
+ "line": { "@id": "schema:line" },
3358
+ "linkRelationship": { "@id": "schema:linkRelationship" },
3359
+ "liveBlogUpdate": { "@id": "schema:liveBlogUpdate" },
3360
+ "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount" },
3361
+ "loanPaymentAmount": { "@id": "schema:loanPaymentAmount" },
3362
+ "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency" },
3363
+ "loanRepaymentForm": { "@id": "schema:loanRepaymentForm" },
3364
+ "loanTerm": { "@id": "schema:loanTerm" },
3365
+ "loanType": { "@id": "schema:loanType" },
3366
+ "location": { "@id": "schema:location" },
3367
+ "locationCreated": { "@id": "schema:locationCreated" },
3368
+ "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription" },
3369
+ "lodgingUnitType": { "@id": "schema:lodgingUnitType" },
3370
+ "logo": {
3371
+ "@id": "schema:logo",
3372
+ "@type": "@id"
3373
+ },
3374
+ "longitude": { "@id": "schema:longitude" },
3375
+ "loser": { "@id": "schema:loser" },
3376
+ "lowPrice": { "@id": "schema:lowPrice" },
3377
+ "lyricist": { "@id": "schema:lyricist" },
3378
+ "lyrics": { "@id": "schema:lyrics" },
3379
+ "mainContentOfPage": { "@id": "schema:mainContentOfPage" },
3380
+ "mainEntity": { "@id": "schema:mainEntity" },
3381
+ "mainEntityOfPage": {
3382
+ "@id": "schema:mainEntityOfPage",
3383
+ "@type": "@id"
3384
+ },
3385
+ "maintainer": { "@id": "schema:maintainer" },
3386
+ "makesOffer": { "@id": "schema:makesOffer" },
3387
+ "manufacturer": { "@id": "schema:manufacturer" },
3388
+ "map": {
3389
+ "@id": "schema:map",
3390
+ "@type": "@id"
3391
+ },
3392
+ "mapType": { "@id": "schema:mapType" },
3393
+ "maps": {
3394
+ "@id": "schema:maps",
3395
+ "@type": "@id"
3396
+ },
3397
+ "marginOfError": { "@id": "schema:marginOfError" },
3398
+ "masthead": {
3399
+ "@id": "schema:masthead",
3400
+ "@type": "@id"
3401
+ },
3402
+ "material": { "@id": "schema:material" },
3403
+ "materialExtent": { "@id": "schema:materialExtent" },
3404
+ "mathExpression": { "@id": "schema:mathExpression" },
3405
+ "maxPrice": { "@id": "schema:maxPrice" },
3406
+ "maxValue": { "@id": "schema:maxValue" },
3407
+ "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity" },
3408
+ "maximumEnrollment": { "@id": "schema:maximumEnrollment" },
3409
+ "maximumIntake": { "@id": "schema:maximumIntake" },
3410
+ "maximumPhysicalAttendeeCapacity": { "@id": "schema:maximumPhysicalAttendeeCapacity" },
3411
+ "maximumVirtualAttendeeCapacity": { "@id": "schema:maximumVirtualAttendeeCapacity" },
3412
+ "mealService": { "@id": "schema:mealService" },
3413
+ "measuredProperty": { "@id": "schema:measuredProperty" },
3414
+ "measurementDenominator": { "@id": "schema:measurementDenominator" },
3415
+ "measurementMethod": { "@id": "schema:measurementMethod" },
3416
+ "measurementQualifier": { "@id": "schema:measurementQualifier" },
3417
+ "measurementTechnique": { "@id": "schema:measurementTechnique" },
3418
+ "mechanismOfAction": { "@id": "schema:mechanismOfAction" },
3419
+ "mediaAuthenticityCategory": { "@id": "schema:mediaAuthenticityCategory" },
3420
+ "mediaItemAppearance": { "@id": "schema:mediaItemAppearance" },
3421
+ "median": { "@id": "schema:median" },
3422
+ "medicalAudience": { "@id": "schema:medicalAudience" },
3423
+ "medicalSpecialty": { "@id": "schema:medicalSpecialty" },
3424
+ "medicineSystem": { "@id": "schema:medicineSystem" },
3425
+ "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard" },
3426
+ "member": { "@id": "schema:member" },
3427
+ "memberOf": { "@id": "schema:memberOf" },
3428
+ "members": { "@id": "schema:members" },
3429
+ "membershipNumber": { "@id": "schema:membershipNumber" },
3430
+ "membershipPointsEarned": { "@id": "schema:membershipPointsEarned" },
3431
+ "memoryRequirements": { "@id": "schema:memoryRequirements" },
3432
+ "mentions": { "@id": "schema:mentions" },
3433
+ "menu": { "@id": "schema:menu" },
3434
+ "menuAddOn": { "@id": "schema:menuAddOn" },
3435
+ "merchant": { "@id": "schema:merchant" },
3436
+ "merchantReturnDays": {
3437
+ "@id": "schema:merchantReturnDays",
3438
+ "@type": "Date"
3439
+ },
3440
+ "merchantReturnLink": {
3441
+ "@id": "schema:merchantReturnLink",
3442
+ "@type": "@id"
3443
+ },
3444
+ "messageAttachment": { "@id": "schema:messageAttachment" },
3445
+ "mileageFromOdometer": { "@id": "schema:mileageFromOdometer" },
3446
+ "minPrice": { "@id": "schema:minPrice" },
3447
+ "minValue": { "@id": "schema:minValue" },
3448
+ "minimumPaymentDue": { "@id": "schema:minimumPaymentDue" },
3449
+ "missionCoveragePrioritiesPolicy": {
3450
+ "@id": "schema:missionCoveragePrioritiesPolicy",
3451
+ "@type": "@id"
3452
+ },
3453
+ "mobileUrl": { "@id": "schema:mobileUrl" },
3454
+ "model": { "@id": "schema:model" },
3455
+ "modelDate": {
3456
+ "@id": "schema:modelDate",
3457
+ "@type": "Date"
3458
+ },
3459
+ "modifiedTime": { "@id": "schema:modifiedTime" },
3460
+ "molecularFormula": { "@id": "schema:molecularFormula" },
3461
+ "molecularWeight": { "@id": "schema:molecularWeight" },
3462
+ "monoisotopicMolecularWeight": { "@id": "schema:monoisotopicMolecularWeight" },
3463
+ "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount" },
3464
+ "monthsOfExperience": { "@id": "schema:monthsOfExperience" },
3465
+ "mpn": { "@id": "schema:mpn" },
3466
+ "multipleValues": { "@id": "schema:multipleValues" },
3467
+ "muscleAction": { "@id": "schema:muscleAction" },
3468
+ "musicArrangement": { "@id": "schema:musicArrangement" },
3469
+ "musicBy": { "@id": "schema:musicBy" },
3470
+ "musicCompositionForm": { "@id": "schema:musicCompositionForm" },
3471
+ "musicGroupMember": { "@id": "schema:musicGroupMember" },
3472
+ "musicReleaseFormat": { "@id": "schema:musicReleaseFormat" },
3473
+ "musicalKey": { "@id": "schema:musicalKey" },
3474
+ "naics": { "@id": "schema:naics" },
3475
+ "name": { "@id": "schema:name" },
3476
+ "namedPosition": { "@id": "schema:namedPosition" },
3477
+ "nationality": { "@id": "schema:nationality" },
3478
+ "naturalProgression": { "@id": "schema:naturalProgression" },
3479
+ "negativeNotes": { "@id": "schema:negativeNotes" },
3480
+ "nerve": { "@id": "schema:nerve" },
3481
+ "nerveMotor": { "@id": "schema:nerveMotor" },
3482
+ "netWorth": { "@id": "schema:netWorth" },
3483
+ "newsUpdatesAndGuidelines": {
3484
+ "@id": "schema:newsUpdatesAndGuidelines",
3485
+ "@type": "@id"
3486
+ },
3487
+ "nextItem": { "@id": "schema:nextItem" },
3488
+ "noBylinesPolicy": {
3489
+ "@id": "schema:noBylinesPolicy",
3490
+ "@type": "@id"
3491
+ },
3492
+ "nonEqual": { "@id": "schema:nonEqual" },
3493
+ "nonProprietaryName": { "@id": "schema:nonProprietaryName" },
3494
+ "nonprofitStatus": { "@id": "schema:nonprofitStatus" },
3495
+ "normalRange": { "@id": "schema:normalRange" },
3496
+ "nsn": { "@id": "schema:nsn" },
3497
+ "numAdults": { "@id": "schema:numAdults" },
3498
+ "numChildren": { "@id": "schema:numChildren" },
3499
+ "numConstraints": { "@id": "schema:numConstraints" },
3500
+ "numTracks": { "@id": "schema:numTracks" },
3501
+ "numberOfAccommodationUnits": { "@id": "schema:numberOfAccommodationUnits" },
3502
+ "numberOfAirbags": { "@id": "schema:numberOfAirbags" },
3503
+ "numberOfAvailableAccommodationUnits": { "@id": "schema:numberOfAvailableAccommodationUnits" },
3504
+ "numberOfAxles": { "@id": "schema:numberOfAxles" },
3505
+ "numberOfBathroomsTotal": { "@id": "schema:numberOfBathroomsTotal" },
3506
+ "numberOfBedrooms": { "@id": "schema:numberOfBedrooms" },
3507
+ "numberOfBeds": { "@id": "schema:numberOfBeds" },
3508
+ "numberOfCredits": { "@id": "schema:numberOfCredits" },
3509
+ "numberOfDoors": { "@id": "schema:numberOfDoors" },
3510
+ "numberOfEmployees": { "@id": "schema:numberOfEmployees" },
3511
+ "numberOfEpisodes": { "@id": "schema:numberOfEpisodes" },
3512
+ "numberOfForwardGears": { "@id": "schema:numberOfForwardGears" },
3513
+ "numberOfFullBathrooms": { "@id": "schema:numberOfFullBathrooms" },
3514
+ "numberOfItems": { "@id": "schema:numberOfItems" },
3515
+ "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments" },
3516
+ "numberOfPages": { "@id": "schema:numberOfPages" },
3517
+ "numberOfPartialBathrooms": { "@id": "schema:numberOfPartialBathrooms" },
3518
+ "numberOfPlayers": { "@id": "schema:numberOfPlayers" },
3519
+ "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners" },
3520
+ "numberOfRooms": { "@id": "schema:numberOfRooms" },
3521
+ "numberOfSeasons": { "@id": "schema:numberOfSeasons" },
3522
+ "numberedPosition": { "@id": "schema:numberedPosition" },
3523
+ "nutrition": { "@id": "schema:nutrition" },
3524
+ "object": { "@id": "schema:object" },
3525
+ "observationAbout": { "@id": "schema:observationAbout" },
3526
+ "observationDate": { "@id": "schema:observationDate" },
3527
+ "observationPeriod": { "@id": "schema:observationPeriod" },
3528
+ "occupancy": { "@id": "schema:occupancy" },
3529
+ "occupationLocation": { "@id": "schema:occupationLocation" },
3530
+ "occupationalCategory": { "@id": "schema:occupationalCategory" },
3531
+ "occupationalCredentialAwarded": { "@id": "schema:occupationalCredentialAwarded" },
3532
+ "offerCount": { "@id": "schema:offerCount" },
3533
+ "offeredBy": { "@id": "schema:offeredBy" },
3534
+ "offers": { "@id": "schema:offers" },
3535
+ "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail" },
3536
+ "openingHours": { "@id": "schema:openingHours" },
3537
+ "openingHoursSpecification": { "@id": "schema:openingHoursSpecification" },
3538
+ "opens": { "@id": "schema:opens" },
3539
+ "operatingSystem": { "@id": "schema:operatingSystem" },
3540
+ "opponent": { "@id": "schema:opponent" },
3541
+ "option": { "@id": "schema:option" },
3542
+ "orderDate": {
3543
+ "@id": "schema:orderDate",
3544
+ "@type": "Date"
3545
+ },
3546
+ "orderDelivery": { "@id": "schema:orderDelivery" },
3547
+ "orderItemNumber": { "@id": "schema:orderItemNumber" },
3548
+ "orderItemStatus": { "@id": "schema:orderItemStatus" },
3549
+ "orderNumber": { "@id": "schema:orderNumber" },
3550
+ "orderQuantity": { "@id": "schema:orderQuantity" },
3551
+ "orderStatus": { "@id": "schema:orderStatus" },
3552
+ "orderedItem": { "@id": "schema:orderedItem" },
3553
+ "organizer": { "@id": "schema:organizer" },
3554
+ "originAddress": { "@id": "schema:originAddress" },
3555
+ "originalMediaContextDescription": { "@id": "schema:originalMediaContextDescription" },
3556
+ "originalMediaLink": {
3557
+ "@id": "schema:originalMediaLink",
3558
+ "@type": "@id"
3559
+ },
3560
+ "originatesFrom": { "@id": "schema:originatesFrom" },
3561
+ "overdosage": { "@id": "schema:overdosage" },
3562
+ "ownedFrom": { "@id": "schema:ownedFrom" },
3563
+ "ownedThrough": { "@id": "schema:ownedThrough" },
3564
+ "ownershipFundingInfo": { "@id": "schema:ownershipFundingInfo" },
3565
+ "owns": { "@id": "schema:owns" },
3566
+ "pageEnd": { "@id": "schema:pageEnd" },
3567
+ "pageStart": { "@id": "schema:pageStart" },
3568
+ "pagination": { "@id": "schema:pagination" },
3569
+ "parent": { "@id": "schema:parent" },
3570
+ "parentItem": { "@id": "schema:parentItem" },
3571
+ "parentOrganization": { "@id": "schema:parentOrganization" },
3572
+ "parentService": { "@id": "schema:parentService" },
3573
+ "parentTaxon": { "@id": "schema:parentTaxon" },
3574
+ "parents": { "@id": "schema:parents" },
3575
+ "partOfEpisode": { "@id": "schema:partOfEpisode" },
3576
+ "partOfInvoice": { "@id": "schema:partOfInvoice" },
3577
+ "partOfOrder": { "@id": "schema:partOfOrder" },
3578
+ "partOfSeason": { "@id": "schema:partOfSeason" },
3579
+ "partOfSeries": { "@id": "schema:partOfSeries" },
3580
+ "partOfSystem": { "@id": "schema:partOfSystem" },
3581
+ "partOfTVSeries": { "@id": "schema:partOfTVSeries" },
3582
+ "partOfTrip": { "@id": "schema:partOfTrip" },
3583
+ "participant": { "@id": "schema:participant" },
3584
+ "partySize": { "@id": "schema:partySize" },
3585
+ "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus" },
3586
+ "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber" },
3587
+ "pathophysiology": { "@id": "schema:pathophysiology" },
3588
+ "pattern": { "@id": "schema:pattern" },
3589
+ "payload": { "@id": "schema:payload" },
3590
+ "paymentAccepted": { "@id": "schema:paymentAccepted" },
3591
+ "paymentDue": { "@id": "schema:paymentDue" },
3592
+ "paymentDueDate": {
3593
+ "@id": "schema:paymentDueDate",
3594
+ "@type": "Date"
3595
+ },
3596
+ "paymentMethod": { "@id": "schema:paymentMethod" },
3597
+ "paymentMethodId": { "@id": "schema:paymentMethodId" },
3598
+ "paymentMethodType": { "@id": "schema:paymentMethodType" },
3599
+ "paymentStatus": { "@id": "schema:paymentStatus" },
3600
+ "paymentUrl": {
3601
+ "@id": "schema:paymentUrl",
3602
+ "@type": "@id"
3603
+ },
3604
+ "penciler": { "@id": "schema:penciler" },
3605
+ "percentile10": { "@id": "schema:percentile10" },
3606
+ "percentile25": { "@id": "schema:percentile25" },
3607
+ "percentile75": { "@id": "schema:percentile75" },
3608
+ "percentile90": { "@id": "schema:percentile90" },
3609
+ "performTime": { "@id": "schema:performTime" },
3610
+ "performer": { "@id": "schema:performer" },
3611
+ "performerIn": { "@id": "schema:performerIn" },
3612
+ "performers": { "@id": "schema:performers" },
3613
+ "permissionType": { "@id": "schema:permissionType" },
3614
+ "permissions": { "@id": "schema:permissions" },
3615
+ "permitAudience": { "@id": "schema:permitAudience" },
3616
+ "permittedUsage": { "@id": "schema:permittedUsage" },
3617
+ "petsAllowed": { "@id": "schema:petsAllowed" },
3618
+ "phoneticText": { "@id": "schema:phoneticText" },
3619
+ "photo": { "@id": "schema:photo" },
3620
+ "photos": { "@id": "schema:photos" },
3621
+ "physicalRequirement": { "@id": "schema:physicalRequirement" },
3622
+ "physiologicalBenefits": { "@id": "schema:physiologicalBenefits" },
3623
+ "pickupLocation": { "@id": "schema:pickupLocation" },
3624
+ "pickupTime": { "@id": "schema:pickupTime" },
3625
+ "playMode": { "@id": "schema:playMode" },
3626
+ "playerType": { "@id": "schema:playerType" },
3627
+ "playersOnline": { "@id": "schema:playersOnline" },
3628
+ "polygon": { "@id": "schema:polygon" },
3629
+ "populationType": { "@id": "schema:populationType" },
3630
+ "position": { "@id": "schema:position" },
3631
+ "positiveNotes": { "@id": "schema:positiveNotes" },
3632
+ "possibleComplication": { "@id": "schema:possibleComplication" },
3633
+ "possibleTreatment": { "@id": "schema:possibleTreatment" },
3634
+ "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber" },
3635
+ "postOp": { "@id": "schema:postOp" },
3636
+ "postalCode": { "@id": "schema:postalCode" },
3637
+ "postalCodeBegin": { "@id": "schema:postalCodeBegin" },
3638
+ "postalCodeEnd": { "@id": "schema:postalCodeEnd" },
3639
+ "postalCodePrefix": { "@id": "schema:postalCodePrefix" },
3640
+ "postalCodeRange": { "@id": "schema:postalCodeRange" },
3641
+ "potentialAction": { "@id": "schema:potentialAction" },
3642
+ "potentialUse": { "@id": "schema:potentialUse" },
3643
+ "practicesAt": { "@id": "schema:practicesAt" },
3644
+ "preOp": { "@id": "schema:preOp" },
3645
+ "predecessorOf": { "@id": "schema:predecessorOf" },
3646
+ "pregnancyCategory": { "@id": "schema:pregnancyCategory" },
3647
+ "pregnancyWarning": { "@id": "schema:pregnancyWarning" },
3648
+ "prepTime": { "@id": "schema:prepTime" },
3649
+ "preparation": { "@id": "schema:preparation" },
3650
+ "prescribingInfo": {
3651
+ "@id": "schema:prescribingInfo",
3652
+ "@type": "@id"
3653
+ },
3654
+ "prescriptionStatus": { "@id": "schema:prescriptionStatus" },
3655
+ "previousItem": { "@id": "schema:previousItem" },
3656
+ "previousStartDate": {
3657
+ "@id": "schema:previousStartDate",
3658
+ "@type": "Date"
3659
+ },
3660
+ "price": { "@id": "schema:price" },
3661
+ "priceComponent": { "@id": "schema:priceComponent" },
3662
+ "priceComponentType": { "@id": "schema:priceComponentType" },
3663
+ "priceCurrency": { "@id": "schema:priceCurrency" },
3664
+ "priceRange": { "@id": "schema:priceRange" },
3665
+ "priceSpecification": { "@id": "schema:priceSpecification" },
3666
+ "priceType": { "@id": "schema:priceType" },
3667
+ "priceValidUntil": {
3668
+ "@id": "schema:priceValidUntil",
3669
+ "@type": "Date"
3670
+ },
3671
+ "primaryImageOfPage": { "@id": "schema:primaryImageOfPage" },
3672
+ "primaryPrevention": { "@id": "schema:primaryPrevention" },
3673
+ "printColumn": { "@id": "schema:printColumn" },
3674
+ "printEdition": { "@id": "schema:printEdition" },
3675
+ "printPage": { "@id": "schema:printPage" },
3676
+ "printSection": { "@id": "schema:printSection" },
3677
+ "procedure": { "@id": "schema:procedure" },
3678
+ "procedureType": { "@id": "schema:procedureType" },
3679
+ "processingTime": { "@id": "schema:processingTime" },
3680
+ "processorRequirements": { "@id": "schema:processorRequirements" },
3681
+ "producer": { "@id": "schema:producer" },
3682
+ "produces": { "@id": "schema:produces" },
3683
+ "productGroupID": { "@id": "schema:productGroupID" },
3684
+ "productID": { "@id": "schema:productID" },
3685
+ "productReturnDays": { "@id": "schema:productReturnDays" },
3686
+ "productReturnLink": {
3687
+ "@id": "schema:productReturnLink",
3688
+ "@type": "@id"
3689
+ },
3690
+ "productSupported": { "@id": "schema:productSupported" },
3691
+ "productionCompany": { "@id": "schema:productionCompany" },
3692
+ "productionDate": {
3693
+ "@id": "schema:productionDate",
3694
+ "@type": "Date"
3695
+ },
3696
+ "proficiencyLevel": { "@id": "schema:proficiencyLevel" },
3697
+ "program": { "@id": "schema:program" },
3698
+ "programMembershipUsed": { "@id": "schema:programMembershipUsed" },
3699
+ "programName": { "@id": "schema:programName" },
3700
+ "programPrerequisites": { "@id": "schema:programPrerequisites" },
3701
+ "programType": { "@id": "schema:programType" },
3702
+ "programmingLanguage": { "@id": "schema:programmingLanguage" },
3703
+ "programmingModel": { "@id": "schema:programmingModel" },
3704
+ "propertyID": { "@id": "schema:propertyID" },
3705
+ "proprietaryName": { "@id": "schema:proprietaryName" },
3706
+ "proteinContent": { "@id": "schema:proteinContent" },
3707
+ "provider": { "@id": "schema:provider" },
3708
+ "providerMobility": { "@id": "schema:providerMobility" },
3709
+ "providesBroadcastService": { "@id": "schema:providesBroadcastService" },
3710
+ "providesService": { "@id": "schema:providesService" },
3711
+ "publicAccess": { "@id": "schema:publicAccess" },
3712
+ "publicTransportClosuresInfo": {
3713
+ "@id": "schema:publicTransportClosuresInfo",
3714
+ "@type": "@id"
3715
+ },
3716
+ "publication": { "@id": "schema:publication" },
3717
+ "publicationType": { "@id": "schema:publicationType" },
3718
+ "publishedBy": { "@id": "schema:publishedBy" },
3719
+ "publishedOn": { "@id": "schema:publishedOn" },
3720
+ "publisher": { "@id": "schema:publisher" },
3721
+ "publisherImprint": { "@id": "schema:publisherImprint" },
3722
+ "publishingPrinciples": {
3723
+ "@id": "schema:publishingPrinciples",
3724
+ "@type": "@id"
3725
+ },
3726
+ "purchaseDate": {
3727
+ "@id": "schema:purchaseDate",
3728
+ "@type": "Date"
3729
+ },
3730
+ "qualifications": { "@id": "schema:qualifications" },
3731
+ "quarantineGuidelines": {
3732
+ "@id": "schema:quarantineGuidelines",
3733
+ "@type": "@id"
3734
+ },
3735
+ "query": { "@id": "schema:query" },
3736
+ "quest": { "@id": "schema:quest" },
3737
+ "question": { "@id": "schema:question" },
3738
+ "rangeIncludes": { "@id": "schema:rangeIncludes" },
3739
+ "ratingCount": { "@id": "schema:ratingCount" },
3740
+ "ratingExplanation": { "@id": "schema:ratingExplanation" },
3741
+ "ratingValue": { "@id": "schema:ratingValue" },
3742
+ "readBy": { "@id": "schema:readBy" },
3743
+ "readonlyValue": { "@id": "schema:readonlyValue" },
3744
+ "realEstateAgent": { "@id": "schema:realEstateAgent" },
3745
+ "recipe": { "@id": "schema:recipe" },
3746
+ "recipeCategory": { "@id": "schema:recipeCategory" },
3747
+ "recipeCuisine": { "@id": "schema:recipeCuisine" },
3748
+ "recipeIngredient": { "@id": "schema:recipeIngredient" },
3749
+ "recipeInstructions": { "@id": "schema:recipeInstructions" },
3750
+ "recipeYield": { "@id": "schema:recipeYield" },
3751
+ "recipient": { "@id": "schema:recipient" },
3752
+ "recognizedBy": { "@id": "schema:recognizedBy" },
3753
+ "recognizingAuthority": { "@id": "schema:recognizingAuthority" },
3754
+ "recommendationStrength": { "@id": "schema:recommendationStrength" },
3755
+ "recommendedIntake": { "@id": "schema:recommendedIntake" },
3756
+ "recordLabel": { "@id": "schema:recordLabel" },
3757
+ "recordedAs": { "@id": "schema:recordedAs" },
3758
+ "recordedAt": { "@id": "schema:recordedAt" },
3759
+ "recordedIn": { "@id": "schema:recordedIn" },
3760
+ "recordingOf": { "@id": "schema:recordingOf" },
3761
+ "recourseLoan": { "@id": "schema:recourseLoan" },
3762
+ "referenceQuantity": { "@id": "schema:referenceQuantity" },
3763
+ "referencesOrder": { "@id": "schema:referencesOrder" },
3764
+ "refundType": { "@id": "schema:refundType" },
3765
+ "regionDrained": { "@id": "schema:regionDrained" },
3766
+ "regionsAllowed": { "@id": "schema:regionsAllowed" },
3767
+ "relatedAnatomy": { "@id": "schema:relatedAnatomy" },
3768
+ "relatedCondition": { "@id": "schema:relatedCondition" },
3769
+ "relatedDrug": { "@id": "schema:relatedDrug" },
3770
+ "relatedLink": {
3771
+ "@id": "schema:relatedLink",
3772
+ "@type": "@id"
3773
+ },
3774
+ "relatedStructure": { "@id": "schema:relatedStructure" },
3775
+ "relatedTherapy": { "@id": "schema:relatedTherapy" },
3776
+ "relatedTo": { "@id": "schema:relatedTo" },
3777
+ "releaseDate": {
3778
+ "@id": "schema:releaseDate",
3779
+ "@type": "Date"
3780
+ },
3781
+ "releaseNotes": { "@id": "schema:releaseNotes" },
3782
+ "releaseOf": { "@id": "schema:releaseOf" },
3783
+ "releasedEvent": { "@id": "schema:releasedEvent" },
3784
+ "relevantOccupation": { "@id": "schema:relevantOccupation" },
3785
+ "relevantSpecialty": { "@id": "schema:relevantSpecialty" },
3786
+ "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity" },
3787
+ "renegotiableLoan": { "@id": "schema:renegotiableLoan" },
3788
+ "repeatCount": { "@id": "schema:repeatCount" },
3789
+ "repeatFrequency": { "@id": "schema:repeatFrequency" },
3790
+ "repetitions": { "@id": "schema:repetitions" },
3791
+ "replacee": { "@id": "schema:replacee" },
3792
+ "replacer": { "@id": "schema:replacer" },
3793
+ "replyToUrl": {
3794
+ "@id": "schema:replyToUrl",
3795
+ "@type": "@id"
3796
+ },
3797
+ "reportNumber": { "@id": "schema:reportNumber" },
3798
+ "representativeOfPage": { "@id": "schema:representativeOfPage" },
3799
+ "requiredCollateral": { "@id": "schema:requiredCollateral" },
3800
+ "requiredGender": { "@id": "schema:requiredGender" },
3801
+ "requiredMaxAge": { "@id": "schema:requiredMaxAge" },
3802
+ "requiredMinAge": { "@id": "schema:requiredMinAge" },
3803
+ "requiredQuantity": { "@id": "schema:requiredQuantity" },
3804
+ "requirements": { "@id": "schema:requirements" },
3805
+ "requiresSubscription": { "@id": "schema:requiresSubscription" },
3806
+ "reservationFor": { "@id": "schema:reservationFor" },
3807
+ "reservationId": { "@id": "schema:reservationId" },
3808
+ "reservationStatus": { "@id": "schema:reservationStatus" },
3809
+ "reservedTicket": { "@id": "schema:reservedTicket" },
3810
+ "responsibilities": { "@id": "schema:responsibilities" },
3811
+ "restPeriods": { "@id": "schema:restPeriods" },
3812
+ "restockingFee": { "@id": "schema:restockingFee" },
3813
+ "result": { "@id": "schema:result" },
3814
+ "resultComment": { "@id": "schema:resultComment" },
3815
+ "resultReview": { "@id": "schema:resultReview" },
3816
+ "returnFees": { "@id": "schema:returnFees" },
3817
+ "returnLabelSource": { "@id": "schema:returnLabelSource" },
3818
+ "returnMethod": { "@id": "schema:returnMethod" },
3819
+ "returnPolicyCategory": { "@id": "schema:returnPolicyCategory" },
3820
+ "returnPolicyCountry": { "@id": "schema:returnPolicyCountry" },
3821
+ "returnPolicySeasonalOverride": { "@id": "schema:returnPolicySeasonalOverride" },
3822
+ "returnShippingFeesAmount": { "@id": "schema:returnShippingFeesAmount" },
3823
+ "review": { "@id": "schema:review" },
3824
+ "reviewAspect": { "@id": "schema:reviewAspect" },
3825
+ "reviewBody": { "@id": "schema:reviewBody" },
3826
+ "reviewCount": { "@id": "schema:reviewCount" },
3827
+ "reviewRating": { "@id": "schema:reviewRating" },
3828
+ "reviewedBy": { "@id": "schema:reviewedBy" },
3829
+ "reviews": { "@id": "schema:reviews" },
3830
+ "riskFactor": { "@id": "schema:riskFactor" },
3831
+ "risks": { "@id": "schema:risks" },
3832
+ "roleName": { "@id": "schema:roleName" },
3833
+ "roofLoad": { "@id": "schema:roofLoad" },
3834
+ "rsvpResponse": { "@id": "schema:rsvpResponse" },
3835
+ "runsTo": { "@id": "schema:runsTo" },
3836
+ "runtime": { "@id": "schema:runtime" },
3837
+ "runtimePlatform": { "@id": "schema:runtimePlatform" },
3838
+ "rxcui": { "@id": "schema:rxcui" },
3839
+ "safetyConsideration": { "@id": "schema:safetyConsideration" },
3840
+ "salaryCurrency": { "@id": "schema:salaryCurrency" },
3841
+ "salaryUponCompletion": { "@id": "schema:salaryUponCompletion" },
3842
+ "sameAs": {
3843
+ "@id": "schema:sameAs",
3844
+ "@type": "@id"
3845
+ },
3846
+ "sampleType": { "@id": "schema:sampleType" },
3847
+ "saturatedFatContent": { "@id": "schema:saturatedFatContent" },
3848
+ "scheduleTimezone": { "@id": "schema:scheduleTimezone" },
3849
+ "scheduledPaymentDate": {
3850
+ "@id": "schema:scheduledPaymentDate",
3851
+ "@type": "Date"
3852
+ },
3853
+ "scheduledTime": {
3854
+ "@id": "schema:scheduledTime",
3855
+ "@type": "Date"
3856
+ },
3857
+ "schemaVersion": { "@id": "schema:schemaVersion" },
3858
+ "schoolClosuresInfo": {
3859
+ "@id": "schema:schoolClosuresInfo",
3860
+ "@type": "@id"
3861
+ },
3862
+ "screenCount": { "@id": "schema:screenCount" },
3863
+ "screenshot": {
3864
+ "@id": "schema:screenshot",
3865
+ "@type": "@id"
3866
+ },
3867
+ "sdDatePublished": {
3868
+ "@id": "schema:sdDatePublished",
3869
+ "@type": "Date"
3870
+ },
3871
+ "sdLicense": {
3872
+ "@id": "schema:sdLicense",
3873
+ "@type": "@id"
3874
+ },
3875
+ "sdPublisher": { "@id": "schema:sdPublisher" },
3876
+ "season": {
3877
+ "@id": "schema:season",
3878
+ "@type": "@id"
3879
+ },
3880
+ "seasonNumber": { "@id": "schema:seasonNumber" },
3881
+ "seasons": { "@id": "schema:seasons" },
3882
+ "seatNumber": { "@id": "schema:seatNumber" },
3883
+ "seatRow": { "@id": "schema:seatRow" },
3884
+ "seatSection": { "@id": "schema:seatSection" },
3885
+ "seatingCapacity": { "@id": "schema:seatingCapacity" },
3886
+ "seatingType": { "@id": "schema:seatingType" },
3887
+ "secondaryPrevention": { "@id": "schema:secondaryPrevention" },
3888
+ "securityClearanceRequirement": { "@id": "schema:securityClearanceRequirement" },
3889
+ "securityScreening": { "@id": "schema:securityScreening" },
3890
+ "seeks": { "@id": "schema:seeks" },
3891
+ "seller": { "@id": "schema:seller" },
3892
+ "sender": { "@id": "schema:sender" },
3893
+ "sensoryRequirement": { "@id": "schema:sensoryRequirement" },
3894
+ "sensoryUnit": { "@id": "schema:sensoryUnit" },
3895
+ "serialNumber": { "@id": "schema:serialNumber" },
3896
+ "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome" },
3897
+ "serverStatus": { "@id": "schema:serverStatus" },
3898
+ "servesCuisine": { "@id": "schema:servesCuisine" },
3899
+ "serviceArea": { "@id": "schema:serviceArea" },
3900
+ "serviceAudience": { "@id": "schema:serviceAudience" },
3901
+ "serviceLocation": { "@id": "schema:serviceLocation" },
3902
+ "serviceOperator": { "@id": "schema:serviceOperator" },
3903
+ "serviceOutput": { "@id": "schema:serviceOutput" },
3904
+ "servicePhone": { "@id": "schema:servicePhone" },
3905
+ "servicePostalAddress": { "@id": "schema:servicePostalAddress" },
3906
+ "serviceSmsNumber": { "@id": "schema:serviceSmsNumber" },
3907
+ "serviceType": { "@id": "schema:serviceType" },
3908
+ "serviceUrl": {
3909
+ "@id": "schema:serviceUrl",
3910
+ "@type": "@id"
3911
+ },
3912
+ "servingSize": { "@id": "schema:servingSize" },
3913
+ "sha256": { "@id": "schema:sha256" },
3914
+ "sharedContent": { "@id": "schema:sharedContent" },
3915
+ "shippingDestination": { "@id": "schema:shippingDestination" },
3916
+ "shippingDetails": { "@id": "schema:shippingDetails" },
3917
+ "shippingLabel": { "@id": "schema:shippingLabel" },
3918
+ "shippingOrigin": { "@id": "schema:shippingOrigin" },
3919
+ "shippingRate": { "@id": "schema:shippingRate" },
3920
+ "shippingSettingsLink": {
3921
+ "@id": "schema:shippingSettingsLink",
3922
+ "@type": "@id"
3923
+ },
3924
+ "sibling": { "@id": "schema:sibling" },
3925
+ "siblings": { "@id": "schema:siblings" },
3926
+ "signDetected": { "@id": "schema:signDetected" },
3927
+ "signOrSymptom": { "@id": "schema:signOrSymptom" },
3928
+ "significance": { "@id": "schema:significance" },
3929
+ "significantLink": {
3930
+ "@id": "schema:significantLink",
3931
+ "@type": "@id"
3932
+ },
3933
+ "significantLinks": {
3934
+ "@id": "schema:significantLinks",
3935
+ "@type": "@id"
3936
+ },
3937
+ "size": { "@id": "schema:size" },
3938
+ "sizeGroup": { "@id": "schema:sizeGroup" },
3939
+ "sizeSystem": { "@id": "schema:sizeSystem" },
3940
+ "skills": { "@id": "schema:skills" },
3941
+ "sku": { "@id": "schema:sku" },
3942
+ "slogan": { "@id": "schema:slogan" },
3943
+ "smiles": { "@id": "schema:smiles" },
3944
+ "smokingAllowed": { "@id": "schema:smokingAllowed" },
3945
+ "sodiumContent": { "@id": "schema:sodiumContent" },
3946
+ "softwareAddOn": { "@id": "schema:softwareAddOn" },
3947
+ "softwareHelp": { "@id": "schema:softwareHelp" },
3948
+ "softwareRequirements": { "@id": "schema:softwareRequirements" },
3949
+ "softwareVersion": { "@id": "schema:softwareVersion" },
3950
+ "sourceOrganization": { "@id": "schema:sourceOrganization" },
3951
+ "sourcedFrom": { "@id": "schema:sourcedFrom" },
3952
+ "spatial": { "@id": "schema:spatial" },
3953
+ "spatialCoverage": { "@id": "schema:spatialCoverage" },
3954
+ "speakable": {
3955
+ "@id": "schema:speakable",
3956
+ "@type": "@id"
3957
+ },
3958
+ "specialCommitments": { "@id": "schema:specialCommitments" },
3959
+ "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification" },
3960
+ "specialty": { "@id": "schema:specialty" },
3961
+ "speechToTextMarkup": { "@id": "schema:speechToTextMarkup" },
3962
+ "speed": { "@id": "schema:speed" },
3963
+ "spokenByCharacter": { "@id": "schema:spokenByCharacter" },
3964
+ "sponsor": { "@id": "schema:sponsor" },
3965
+ "sport": { "@id": "schema:sport" },
3966
+ "sportsActivityLocation": { "@id": "schema:sportsActivityLocation" },
3967
+ "sportsEvent": { "@id": "schema:sportsEvent" },
3968
+ "sportsTeam": { "@id": "schema:sportsTeam" },
3969
+ "spouse": { "@id": "schema:spouse" },
3970
+ "stage": { "@id": "schema:stage" },
3971
+ "stageAsNumber": { "@id": "schema:stageAsNumber" },
3972
+ "starRating": { "@id": "schema:starRating" },
3973
+ "startDate": {
3974
+ "@id": "schema:startDate",
3975
+ "@type": "Date"
3976
+ },
3977
+ "startOffset": { "@id": "schema:startOffset" },
3978
+ "startTime": { "@id": "schema:startTime" },
3979
+ "statType": { "@id": "schema:statType" },
3980
+ "status": { "@id": "schema:status" },
3981
+ "steeringPosition": { "@id": "schema:steeringPosition" },
3982
+ "step": { "@id": "schema:step" },
3983
+ "stepValue": { "@id": "schema:stepValue" },
3984
+ "steps": { "@id": "schema:steps" },
3985
+ "storageRequirements": { "@id": "schema:storageRequirements" },
3986
+ "streetAddress": { "@id": "schema:streetAddress" },
3987
+ "strengthUnit": { "@id": "schema:strengthUnit" },
3988
+ "strengthValue": { "@id": "schema:strengthValue" },
3989
+ "structuralClass": { "@id": "schema:structuralClass" },
3990
+ "study": { "@id": "schema:study" },
3991
+ "studyDesign": { "@id": "schema:studyDesign" },
3992
+ "studyLocation": { "@id": "schema:studyLocation" },
3993
+ "studySubject": { "@id": "schema:studySubject" },
3994
+ "stupidProperty": { "@id": "schema:stupidProperty" },
3995
+ "subEvent": { "@id": "schema:subEvent" },
3996
+ "subEvents": { "@id": "schema:subEvents" },
3997
+ "subOrganization": { "@id": "schema:subOrganization" },
3998
+ "subReservation": { "@id": "schema:subReservation" },
3999
+ "subStageSuffix": { "@id": "schema:subStageSuffix" },
4000
+ "subStructure": { "@id": "schema:subStructure" },
4001
+ "subTest": { "@id": "schema:subTest" },
4002
+ "subTrip": { "@id": "schema:subTrip" },
4003
+ "subjectOf": { "@id": "schema:subjectOf" },
4004
+ "subtitleLanguage": { "@id": "schema:subtitleLanguage" },
4005
+ "successorOf": { "@id": "schema:successorOf" },
4006
+ "sugarContent": { "@id": "schema:sugarContent" },
4007
+ "suggestedAge": { "@id": "schema:suggestedAge" },
4008
+ "suggestedAnswer": { "@id": "schema:suggestedAnswer" },
4009
+ "suggestedGender": { "@id": "schema:suggestedGender" },
4010
+ "suggestedMaxAge": { "@id": "schema:suggestedMaxAge" },
4011
+ "suggestedMeasurement": { "@id": "schema:suggestedMeasurement" },
4012
+ "suggestedMinAge": { "@id": "schema:suggestedMinAge" },
4013
+ "suitableForDiet": { "@id": "schema:suitableForDiet" },
4014
+ "superEvent": { "@id": "schema:superEvent" },
4015
+ "supersededBy": { "@id": "schema:supersededBy" },
4016
+ "supply": { "@id": "schema:supply" },
4017
+ "supplyTo": { "@id": "schema:supplyTo" },
4018
+ "supportingData": { "@id": "schema:supportingData" },
4019
+ "surface": { "@id": "schema:surface" },
4020
+ "syllabusSections": { "@id": "schema:syllabusSections" },
4021
+ "target": {
4022
+ "@id": "schema:target",
4023
+ "@type": "@id"
4024
+ },
4025
+ "targetCollection": { "@id": "schema:targetCollection" },
4026
+ "targetDescription": { "@id": "schema:targetDescription" },
4027
+ "targetName": { "@id": "schema:targetName" },
4028
+ "targetPlatform": { "@id": "schema:targetPlatform" },
4029
+ "targetPopulation": { "@id": "schema:targetPopulation" },
4030
+ "targetProduct": { "@id": "schema:targetProduct" },
4031
+ "targetUrl": {
4032
+ "@id": "schema:targetUrl",
4033
+ "@type": "@id"
4034
+ },
4035
+ "taxID": { "@id": "schema:taxID" },
4036
+ "taxonRank": { "@id": "schema:taxonRank" },
4037
+ "taxonomicRange": { "@id": "schema:taxonomicRange" },
4038
+ "teaches": { "@id": "schema:teaches" },
4039
+ "telephone": { "@id": "schema:telephone" },
4040
+ "temporal": { "@id": "schema:temporal" },
4041
+ "temporalCoverage": { "@id": "schema:temporalCoverage" },
4042
+ "termCode": { "@id": "schema:termCode" },
4043
+ "termDuration": { "@id": "schema:termDuration" },
4044
+ "termsOfService": { "@id": "schema:termsOfService" },
4045
+ "termsPerYear": { "@id": "schema:termsPerYear" },
4046
+ "text": { "@id": "schema:text" },
4047
+ "textValue": { "@id": "schema:textValue" },
4048
+ "thumbnail": { "@id": "schema:thumbnail" },
4049
+ "thumbnailUrl": {
4050
+ "@id": "schema:thumbnailUrl",
4051
+ "@type": "@id"
4052
+ },
4053
+ "tickerSymbol": { "@id": "schema:tickerSymbol" },
4054
+ "ticketNumber": { "@id": "schema:ticketNumber" },
4055
+ "ticketToken": { "@id": "schema:ticketToken" },
4056
+ "ticketedSeat": { "@id": "schema:ticketedSeat" },
4057
+ "timeOfDay": { "@id": "schema:timeOfDay" },
4058
+ "timeRequired": { "@id": "schema:timeRequired" },
4059
+ "timeToComplete": { "@id": "schema:timeToComplete" },
4060
+ "tissueSample": { "@id": "schema:tissueSample" },
4061
+ "title": { "@id": "schema:title" },
4062
+ "titleEIDR": { "@id": "schema:titleEIDR" },
4063
+ "toLocation": { "@id": "schema:toLocation" },
4064
+ "toRecipient": { "@id": "schema:toRecipient" },
4065
+ "tocContinuation": { "@id": "schema:tocContinuation" },
4066
+ "tocEntry": { "@id": "schema:tocEntry" },
4067
+ "tongueWeight": { "@id": "schema:tongueWeight" },
4068
+ "tool": { "@id": "schema:tool" },
4069
+ "torque": { "@id": "schema:torque" },
4070
+ "totalHistoricalEnrollment": { "@id": "schema:totalHistoricalEnrollment" },
4071
+ "totalJobOpenings": { "@id": "schema:totalJobOpenings" },
4072
+ "totalPaymentDue": { "@id": "schema:totalPaymentDue" },
4073
+ "totalPrice": { "@id": "schema:totalPrice" },
4074
+ "totalTime": { "@id": "schema:totalTime" },
4075
+ "tourBookingPage": {
4076
+ "@id": "schema:tourBookingPage",
4077
+ "@type": "@id"
4078
+ },
4079
+ "touristType": { "@id": "schema:touristType" },
4080
+ "track": { "@id": "schema:track" },
4081
+ "trackingNumber": { "@id": "schema:trackingNumber" },
4082
+ "trackingUrl": {
4083
+ "@id": "schema:trackingUrl",
4084
+ "@type": "@id"
4085
+ },
4086
+ "tracks": { "@id": "schema:tracks" },
4087
+ "trailer": { "@id": "schema:trailer" },
4088
+ "trailerWeight": { "@id": "schema:trailerWeight" },
4089
+ "trainName": { "@id": "schema:trainName" },
4090
+ "trainNumber": { "@id": "schema:trainNumber" },
4091
+ "trainingSalary": { "@id": "schema:trainingSalary" },
4092
+ "transFatContent": { "@id": "schema:transFatContent" },
4093
+ "transcript": { "@id": "schema:transcript" },
4094
+ "transitTime": { "@id": "schema:transitTime" },
4095
+ "transitTimeLabel": { "@id": "schema:transitTimeLabel" },
4096
+ "translationOfWork": { "@id": "schema:translationOfWork" },
4097
+ "translator": { "@id": "schema:translator" },
4098
+ "transmissionMethod": { "@id": "schema:transmissionMethod" },
4099
+ "travelBans": {
4100
+ "@id": "schema:travelBans",
4101
+ "@type": "@id"
4102
+ },
4103
+ "trialDesign": { "@id": "schema:trialDesign" },
4104
+ "tributary": { "@id": "schema:tributary" },
4105
+ "tripOrigin": { "@id": "schema:tripOrigin" },
4106
+ "typeOfBed": { "@id": "schema:typeOfBed" },
4107
+ "typeOfGood": { "@id": "schema:typeOfGood" },
4108
+ "typicalAgeRange": { "@id": "schema:typicalAgeRange" },
4109
+ "typicalCreditsPerTerm": { "@id": "schema:typicalCreditsPerTerm" },
4110
+ "typicalTest": { "@id": "schema:typicalTest" },
4111
+ "underName": { "@id": "schema:underName" },
4112
+ "unitCode": { "@id": "schema:unitCode" },
4113
+ "unitText": { "@id": "schema:unitText" },
4114
+ "unnamedSourcesPolicy": {
4115
+ "@id": "schema:unnamedSourcesPolicy",
4116
+ "@type": "@id"
4117
+ },
4118
+ "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent" },
4119
+ "uploadDate": {
4120
+ "@id": "schema:uploadDate",
4121
+ "@type": "Date"
4122
+ },
4123
+ "upvoteCount": { "@id": "schema:upvoteCount" },
4124
+ "url": {
4125
+ "@id": "schema:url",
4126
+ "@type": "@id"
4127
+ },
4128
+ "urlTemplate": { "@id": "schema:urlTemplate" },
4129
+ "usNPI": { "@id": "schema:usNPI" },
4130
+ "usageInfo": {
4131
+ "@id": "schema:usageInfo",
4132
+ "@type": "@id"
4133
+ },
4134
+ "usedToDiagnose": { "@id": "schema:usedToDiagnose" },
4135
+ "userInteractionCount": { "@id": "schema:userInteractionCount" },
4136
+ "usesDevice": { "@id": "schema:usesDevice" },
4137
+ "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard" },
4138
+ "utterances": { "@id": "schema:utterances" },
4139
+ "validFor": { "@id": "schema:validFor" },
4140
+ "validForMemberTier": { "@id": "schema:validForMemberTier" },
4141
+ "validFrom": {
4142
+ "@id": "schema:validFrom",
4143
+ "@type": "Date"
4144
+ },
4145
+ "validIn": { "@id": "schema:validIn" },
4146
+ "validThrough": {
4147
+ "@id": "schema:validThrough",
4148
+ "@type": "Date"
4149
+ },
4150
+ "validUntil": {
4151
+ "@id": "schema:validUntil",
4152
+ "@type": "Date"
4153
+ },
4154
+ "value": { "@id": "schema:value" },
4155
+ "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded" },
4156
+ "valueMaxLength": { "@id": "schema:valueMaxLength" },
4157
+ "valueMinLength": { "@id": "schema:valueMinLength" },
4158
+ "valueName": { "@id": "schema:valueName" },
4159
+ "valuePattern": { "@id": "schema:valuePattern" },
4160
+ "valueReference": { "@id": "schema:valueReference" },
4161
+ "valueRequired": { "@id": "schema:valueRequired" },
4162
+ "variableMeasured": { "@id": "schema:variableMeasured" },
4163
+ "variablesMeasured": { "@id": "schema:variablesMeasured" },
4164
+ "variantCover": { "@id": "schema:variantCover" },
4165
+ "variesBy": { "@id": "schema:variesBy" },
4166
+ "vatID": { "@id": "schema:vatID" },
4167
+ "vehicleConfiguration": { "@id": "schema:vehicleConfiguration" },
4168
+ "vehicleEngine": { "@id": "schema:vehicleEngine" },
4169
+ "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber" },
4170
+ "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor" },
4171
+ "vehicleInteriorType": { "@id": "schema:vehicleInteriorType" },
4172
+ "vehicleModelDate": {
4173
+ "@id": "schema:vehicleModelDate",
4174
+ "@type": "Date"
4175
+ },
4176
+ "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity" },
4177
+ "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage" },
4178
+ "vehicleTransmission": { "@id": "schema:vehicleTransmission" },
4179
+ "vendor": { "@id": "schema:vendor" },
4180
+ "verificationFactCheckingPolicy": {
4181
+ "@id": "schema:verificationFactCheckingPolicy",
4182
+ "@type": "@id"
4183
+ },
4184
+ "version": { "@id": "schema:version" },
4185
+ "video": { "@id": "schema:video" },
4186
+ "videoFormat": { "@id": "schema:videoFormat" },
4187
+ "videoFrameSize": { "@id": "schema:videoFrameSize" },
4188
+ "videoQuality": { "@id": "schema:videoQuality" },
4189
+ "volumeNumber": { "@id": "schema:volumeNumber" },
4190
+ "warning": { "@id": "schema:warning" },
4191
+ "warranty": { "@id": "schema:warranty" },
4192
+ "warrantyPromise": { "@id": "schema:warrantyPromise" },
4193
+ "warrantyScope": { "@id": "schema:warrantyScope" },
4194
+ "webCheckinTime": { "@id": "schema:webCheckinTime" },
4195
+ "webFeed": {
4196
+ "@id": "schema:webFeed",
4197
+ "@type": "@id"
4198
+ },
4199
+ "weight": { "@id": "schema:weight" },
4200
+ "weightTotal": { "@id": "schema:weightTotal" },
4201
+ "wheelbase": { "@id": "schema:wheelbase" },
4202
+ "width": { "@id": "schema:width" },
4203
+ "winner": { "@id": "schema:winner" },
4204
+ "wordCount": { "@id": "schema:wordCount" },
4205
+ "workExample": { "@id": "schema:workExample" },
4206
+ "workFeatured": { "@id": "schema:workFeatured" },
4207
+ "workHours": { "@id": "schema:workHours" },
4208
+ "workLocation": { "@id": "schema:workLocation" },
4209
+ "workPerformed": { "@id": "schema:workPerformed" },
4210
+ "workPresented": { "@id": "schema:workPresented" },
4211
+ "workTranslation": { "@id": "schema:workTranslation" },
4212
+ "workload": { "@id": "schema:workload" },
4213
+ "worksFor": { "@id": "schema:worksFor" },
4214
+ "worstRating": { "@id": "schema:worstRating" },
4215
+ "xpath": { "@id": "schema:xpath" },
4216
+ "yearBuilt": { "@id": "schema:yearBuilt" },
4217
+ "yearlyRevenue": { "@id": "schema:yearlyRevenue" },
4218
+ "yearsInOperation": { "@id": "schema:yearsInOperation" },
4219
+ "yield": { "@id": "schema:yield" }
4220
+ } },
4221
+ "https://gotosocial.org/ns": { "@context": {
4222
+ "gts": "https://gotosocial.org/ns#",
4223
+ "interactionPolicy": {
4224
+ "@id": "gts:interactionPolicy",
4225
+ "@type": "@id"
4226
+ },
4227
+ "canLike": {
4228
+ "@id": "gts:canLike",
4229
+ "@type": "@id"
4230
+ },
4231
+ "canReply": {
4232
+ "@id": "gts:canReply",
4233
+ "@type": "@id"
4234
+ },
4235
+ "canAnnounce": {
4236
+ "@id": "gts:canAnnounce",
4237
+ "@type": "@id"
4238
+ },
4239
+ "always": {
4240
+ "@id": "gts:always",
4241
+ "@type": "@id"
4242
+ },
4243
+ "approvalRequired": {
4244
+ "@id": "gts:approvalRequired",
4245
+ "@type": "@id"
4246
+ },
4247
+ "approvedBy": {
4248
+ "@id": "gts:approvedBy",
4249
+ "@type": "@id"
4250
+ }
4251
+ } }
4252
+ };
4253
+ var contexts_default = preloadedContexts;
4254
+
4255
+ //#endregion
4256
+ //#region runtime/url.ts
4257
+ var UrlError = class extends Error {
4258
+ constructor(message) {
4259
+ super(message);
4260
+ this.name = "UrlError";
4261
+ }
4262
+ };
4263
+ /**
4264
+ * Validates a URL to prevent SSRF attacks.
4265
+ */
4266
+ async function validatePublicUrl(url) {
4267
+ const parsed = new URL(url);
4268
+ if (parsed.protocol !== "http:" && parsed.protocol !== "https:") throw new UrlError(`Unsupported protocol: ${parsed.protocol}`);
4269
+ let hostname = parsed.hostname;
4270
+ if (hostname.startsWith("[") && hostname.endsWith("]")) hostname = hostname.substring(1, hostname.length - 2);
4271
+ if (hostname === "localhost") throw new UrlError("Localhost is not allowed");
4272
+ if ("Deno" in globalThis && !isIP(hostname)) {
4273
+ const netPermission = await Deno.permissions.query({ name: "net" });
4274
+ if (netPermission.state !== "granted") return;
4275
+ }
4276
+ if ("Bun" in globalThis) {
4277
+ if (hostname === "example.com" || hostname.endsWith(".example.com")) return;
4278
+ else if (hostname === "fedify-test.internal") throw new UrlError("Invalid or private address: fedify-test.internal");
4279
+ }
4280
+ let addresses;
4281
+ try {
4282
+ addresses = await lookup(hostname, { all: true });
4283
+ } catch {
4284
+ addresses = [];
4285
+ }
4286
+ for (const { address, family } of addresses) if (family === 4 && !isValidPublicIPv4Address(address) || family === 6 && !isValidPublicIPv6Address(address) || family < 4 || family === 5 || family > 6) throw new UrlError(`Invalid or private address: ${address}`);
4287
+ }
4288
+ function isValidPublicIPv4Address(address) {
4289
+ const parts = address.split(".");
4290
+ const first = parseInt(parts[0]);
4291
+ if (first === 0 || first === 10 || first === 127) return false;
4292
+ const second = parseInt(parts[1]);
4293
+ if (first === 169 && second === 254) return false;
4294
+ if (first === 172 && second >= 16 && second <= 31) return false;
4295
+ if (first === 192 && second === 168) return false;
4296
+ return true;
4297
+ }
4298
+ function isValidPublicIPv6Address(address) {
4299
+ address = expandIPv6Address(address);
4300
+ if (address.at(4) !== ":") return false;
4301
+ const firstWord = parseInt(address.substring(0, 4), 16);
4302
+ return !(firstWord >= 64512 && firstWord <= 65023 || firstWord >= 65152 && firstWord <= 65215 || firstWord === 0 || firstWord >= 65280);
4303
+ }
4304
+ function expandIPv6Address(address) {
4305
+ address = address.toLowerCase();
4306
+ if (address === "::") return "0000:0000:0000:0000:0000:0000:0000:0000";
4307
+ if (address.startsWith("::")) address = "0000" + address;
4308
+ if (address.endsWith("::")) address = address + "0000";
4309
+ address = address.replace("::", ":0000".repeat(8 - (address.match(/:/g) || []).length) + ":");
4310
+ const parts = address.split(":");
4311
+ return parts.map((part) => part.padStart(4, "0")).join(":");
4312
+ }
4313
+
4314
+ //#endregion
4315
+ //#region runtime/docloader.ts
4316
+ const logger = getLogger([
4317
+ "fedify",
4318
+ "runtime",
4319
+ "docloader"
4320
+ ]);
4321
+ /**
4322
+ * Error thrown when fetching a JSON-LD document failed.
4323
+ */
4324
+ var FetchError = class extends Error {
4325
+ /**
4326
+ * The URL that failed to fetch.
4327
+ */
4328
+ url;
4329
+ /**
4330
+ * Constructs a new `FetchError`.
4331
+ *
4332
+ * @param url The URL that failed to fetch.
4333
+ * @param message Error message.
4334
+ */
4335
+ constructor(url, message) {
4336
+ super(message == null ? url.toString() : `${url}: ${message}`);
4337
+ this.name = "FetchError";
4338
+ this.url = typeof url === "string" ? new URL(url) : url;
4339
+ }
4340
+ };
4341
+ /**
4342
+ * Creates a request for the given URL.
4343
+ * @param url The URL to create the request for.
4344
+ * @param options The options for the request.
4345
+ * @returns The created request.
4346
+ * @internal
4347
+ */
4348
+ function createRequest(url, options = {}) {
4349
+ return new Request(url, {
4350
+ headers: {
4351
+ Accept: "application/activity+json, application/ld+json",
4352
+ "User-Agent": typeof options.userAgent === "string" ? options.userAgent : getUserAgent(options.userAgent)
4353
+ },
4354
+ redirect: "manual"
4355
+ });
4356
+ }
4357
+ /**
4358
+ * Logs the request.
4359
+ * @param request The request to log.
4360
+ * @internal
4361
+ */
4362
+ function logRequest(request) {
4363
+ logger.debug("Fetching document: {method} {url} {headers}", {
4364
+ method: request.method,
4365
+ url: request.url,
4366
+ headers: Object.fromEntries(request.headers.entries())
4367
+ });
4368
+ }
4369
+ /**
4370
+ * Gets a {@link RemoteDocument} from the given response.
4371
+ * @param url The URL of the document to load.
4372
+ * @param response The response to get the document from.
4373
+ * @param fetch The function to fetch the document.
4374
+ * @returns The loaded remote document.
4375
+ * @throws {FetchError} If the response is not OK.
4376
+ * @internal
4377
+ */
4378
+ async function getRemoteDocument(url, response, fetch$1) {
4379
+ const documentUrl = response.url === "" ? url : response.url;
4380
+ const docUrl = new URL(documentUrl);
4381
+ if (!response.ok) {
4382
+ logger.error("Failed to fetch document: {status} {url} {headers}", {
4383
+ status: response.status,
4384
+ url: documentUrl,
4385
+ headers: Object.fromEntries(response.headers.entries())
4386
+ });
4387
+ throw new FetchError(documentUrl, `HTTP ${response.status}: ${documentUrl}`);
4388
+ }
4389
+ const contentType = response.headers.get("Content-Type");
4390
+ const jsonLd = contentType == null || contentType === "application/activity+json" || contentType.startsWith("application/activity+json;") || contentType === "application/ld+json" || contentType.startsWith("application/ld+json;");
4391
+ const linkHeader = response.headers.get("Link");
4392
+ let contextUrl = null;
4393
+ if (linkHeader != null) {
4394
+ let link;
4395
+ try {
4396
+ link = new HTTPHeaderLink(linkHeader);
4397
+ } catch (e) {
4398
+ if (e instanceof SyntaxError) link = new HTTPHeaderLink();
4399
+ else throw e;
4400
+ }
4401
+ if (jsonLd) {
4402
+ const entries = link.getByRel("http://www.w3.org/ns/json-ld#context");
4403
+ for (const [uri, params] of entries) if ("type" in params && params.type === "application/ld+json") {
4404
+ contextUrl = uri;
4405
+ break;
4406
+ }
4407
+ } else {
4408
+ const entries = link.getByRel("alternate");
4409
+ for (const [uri, params] of entries) {
4410
+ const altUri = new URL(uri, docUrl);
4411
+ if ("type" in params && (params.type === "application/activity+json" || params.type === "application/ld+json" || params.type.startsWith("application/ld+json;")) && altUri.href !== docUrl.href) {
4412
+ logger.debug("Found alternate document: {alternateUrl} from {url}", {
4413
+ alternateUrl: altUri.href,
4414
+ url: documentUrl
4415
+ });
4416
+ return await fetch$1(altUri.href);
4417
+ }
4418
+ }
4419
+ }
4420
+ }
4421
+ let document;
4422
+ if (!jsonLd && (contentType === "text/html" || contentType?.startsWith("text/html;") || contentType === "application/xhtml+xml" || contentType?.startsWith("application/xhtml+xml;"))) {
4423
+ const p = /<(a|link)((\s+[a-z][a-z:_-]*=("[^"]*"|'[^']*'|[^\s>]+))+)\/?>/gi;
4424
+ const p2 = /\s+([a-z][a-z:_-]*)=("([^"]*)"|'([^']*)'|([^\s>]+))/gi;
4425
+ const html = await response.text();
4426
+ let m;
4427
+ const rawAttribs = [];
4428
+ while ((m = p.exec(html)) !== null) rawAttribs.push(m[2]);
4429
+ for (const rawAttrs of rawAttribs) {
4430
+ let m2;
4431
+ const attribs = {};
4432
+ while ((m2 = p2.exec(rawAttrs)) !== null) {
4433
+ const key = m2[1].toLowerCase();
4434
+ const value = m2[3] ?? m2[4] ?? m2[5] ?? "";
4435
+ attribs[key] = value;
4436
+ }
4437
+ if (attribs.rel === "alternate" && "type" in attribs && (attribs.type === "application/activity+json" || attribs.type === "application/ld+json" || attribs.type.startsWith("application/ld+json;")) && "href" in attribs && new URL(attribs.href, docUrl).href !== docUrl.href) {
4438
+ logger.debug("Found alternate document: {alternateUrl} from {url}", {
4439
+ alternateUrl: attribs.href,
4440
+ url: documentUrl
4441
+ });
4442
+ return await fetch$1(new URL(attribs.href, docUrl).href);
4443
+ }
4444
+ }
4445
+ document = JSON.parse(html);
4446
+ } else document = await response.json();
4447
+ logger.debug("Fetched document: {status} {url} {headers}", {
4448
+ status: response.status,
4449
+ url: documentUrl,
4450
+ headers: Object.fromEntries(response.headers.entries())
4451
+ });
4452
+ return {
4453
+ contextUrl,
4454
+ document,
4455
+ documentUrl
4456
+ };
4457
+ }
4458
+ /**
4459
+ * Creates a JSON-LD document loader that utilizes the browser's `fetch` API.
4460
+ *
4461
+ * The created loader preloads the below frequently used contexts by default
4462
+ * (unless `options.ignorePreloadedContexts` is set to `true`):
4463
+ *
4464
+ * - <https://www.w3.org/ns/activitystreams>
4465
+ * - <https://w3id.org/security/v1>
4466
+ * - <https://w3id.org/security/data-integrity/v1>
4467
+ * - <https://www.w3.org/ns/did/v1>
4468
+ * - <https://w3id.org/security/multikey/v1>
4469
+ * - <https://purl.archive.org/socialweb/webfinger>
4470
+ * - <http://schema.org/>
4471
+ * @param options Options for the document loader.
4472
+ * @returns The document loader.
4473
+ * @since 1.3.0
4474
+ */
4475
+ function getDocumentLoader({ allowPrivateAddress, skipPreloadedContexts, userAgent } = {}) {
4476
+ async function load(url) {
4477
+ if (!skipPreloadedContexts && url in contexts_default) {
4478
+ logger.debug("Using preloaded context: {url}.", { url });
4479
+ return {
4480
+ contextUrl: null,
4481
+ document: contexts_default[url],
4482
+ documentUrl: url
4483
+ };
4484
+ }
4485
+ if (!allowPrivateAddress) try {
4486
+ await validatePublicUrl(url);
4487
+ } catch (error) {
4488
+ if (error instanceof UrlError) logger.error("Disallowed private URL: {url}", {
4489
+ url,
4490
+ error
4491
+ });
4492
+ throw error;
4493
+ }
4494
+ const request = createRequest(url, { userAgent });
4495
+ logRequest(request);
4496
+ const response = await fetch(request, { redirect: "manual" });
4497
+ if (response.status >= 300 && response.status < 400 && response.headers.has("Location")) return load(response.headers.get("Location"));
4498
+ return getRemoteDocument(url, response, load);
4499
+ }
4500
+ return load;
4501
+ }
4502
+ const _fetchDocumentLoader = getDocumentLoader();
4503
+ const _fetchDocumentLoader_allowPrivateAddress = getDocumentLoader({ allowPrivateAddress: true });
4504
+ /**
4505
+ * A JSON-LD document loader that utilizes the browser's `fetch` API.
4506
+ *
4507
+ * This loader preloads the below frequently used contexts:
4508
+ *
4509
+ * - <https://www.w3.org/ns/activitystreams>
4510
+ * - <https://w3id.org/security/v1>
4511
+ * - <https://w3id.org/security/data-integrity/v1>
4512
+ * - <https://www.w3.org/ns/did/v1>
4513
+ * - <https://w3id.org/security/multikey/v1>
4514
+ * - <https://purl.archive.org/socialweb/webfinger>
4515
+ * - <http://schema.org/>
4516
+ * @param url The URL of the document to load.
4517
+ * @param allowPrivateAddress Whether to allow fetching private network
4518
+ * addresses. Turned off by default.
4519
+ * @returns The remote document.
4520
+ * @deprecated Use {@link getDocumentLoader} instead.
4521
+ */
4522
+ function fetchDocumentLoader(url, allowPrivateAddress = false) {
4523
+ logger.warn("fetchDocumentLoader() function is deprecated. Use getDocumentLoader() function instead.");
4524
+ return (allowPrivateAddress ? _fetchDocumentLoader_allowPrivateAddress : _fetchDocumentLoader)(url);
4525
+ }
4526
+ /**
4527
+ * Decorates a {@link DocumentLoader} with a cache backed by a {@link Deno.Kv}.
4528
+ * @param parameters The parameters for the cache.
4529
+ * @returns The decorated document loader which is cache-enabled.
4530
+ */
4531
+ function kvCache({ loader, kv, prefix, rules }) {
4532
+ const keyPrefix = prefix ?? ["_fedify", "remoteDocument"];
4533
+ rules ??= [[new URLPattern({}), Temporal.Duration.from({ minutes: 5 })]];
4534
+ for (const [p, duration] of rules) if (Temporal.Duration.compare(duration, { days: 30 }) > 0) throw new TypeError("The maximum cache duration is 30 days: " + (p instanceof URLPattern ? `${p.protocol}://${p.username}:${p.password}@${p.hostname}:${p.port}/${p.pathname}?${p.search}#${p.hash}` : p.toString()));
4535
+ function matchRule(url) {
4536
+ for (const [pattern, duration] of rules) {
4537
+ if (typeof pattern === "string") {
4538
+ if (url === pattern) return duration;
4539
+ continue;
4540
+ }
4541
+ if (pattern instanceof URL) {
4542
+ if (pattern.href == url) return duration;
4543
+ continue;
4544
+ }
4545
+ if (pattern.test(url)) return duration;
4546
+ }
4547
+ return null;
4548
+ }
4549
+ return async (url) => {
4550
+ const match = matchRule(url);
4551
+ if (match == null) return await loader(url);
4552
+ const key = [...keyPrefix, url];
4553
+ let cache = void 0;
4554
+ try {
4555
+ cache = await kv.get(key);
4556
+ } catch (error) {
4557
+ if (error instanceof Error) logger.warn("Failed to get the document of {url} from the KV cache: {error}", {
4558
+ url,
4559
+ error
4560
+ });
4561
+ }
4562
+ if (cache == null) {
4563
+ const remoteDoc = await loader(url);
4564
+ try {
4565
+ await kv.set(key, remoteDoc, { ttl: match });
4566
+ } catch (error) {
4567
+ logger.warn("Failed to save the document of {url} to the KV cache: {error}", {
4568
+ url,
4569
+ error
4570
+ });
4571
+ }
4572
+ return remoteDoc;
4573
+ }
4574
+ return cache;
4575
+ };
4576
+ }
4577
+ /**
4578
+ * Gets the user agent string for the given application and URL.
4579
+ * @param options The options for making the user agent string.
4580
+ * @returns The user agent string.
4581
+ * @since 1.3.0
4582
+ */
4583
+ function getUserAgent({ software, url } = {}) {
4584
+ const fedify = `Fedify/${deno_default.version}`;
4585
+ const runtime = globalThis.Deno?.version?.deno != null ? `Deno/${Deno.version.deno}` : globalThis.process?.versions?.bun != null ? `Bun/${process.versions.bun}` : "navigator" in globalThis && navigator.userAgent === "Cloudflare-Workers" ? navigator.userAgent : globalThis.process?.versions?.node != null ? `Node.js/${process.versions.node}` : null;
4586
+ const userAgent = software == null ? [fedify] : [software, fedify];
4587
+ if (runtime != null) userAgent.push(runtime);
4588
+ if (url != null) userAgent.push(`+${url.toString()}`);
4589
+ const first = userAgent.shift();
4590
+ return `${first} (${userAgent.join("; ")})`;
4591
+ }
4592
+
4593
+ //#endregion
4594
+ export { FetchError, UrlError, createRequest, deno_default, fetchDocumentLoader, getDocumentLoader, getRemoteDocument, getUserAgent, kvCache, logRequest, validatePublicUrl };