core + attic ():

ReadPermission

Canonical URL: http://schema.org/ReadPermission

Thing > Intangible > Enumeration > DigitalDocumentPermissionType :: ReadPermission

Permission to read or view the document.

Usage: Fewer than 10 domains


Examples

Example 1
  1. A digital document everyone can read, but only one person can edit.
  1. TODO.
  1. TODO.
  1. <script type="application/ld+json">
  2. {
  3.   "@type": "DigitalDocument",
  4.   "name": "New schema.org types proposal",
  5.   "author": "Alice",
  6.   "hasDigitalDocumentPermission": [
  7.     {
  8.       "@type": "DigitalDocumentPermissionType",
  9.       "permissionType": "http://schema.org/WritePermission",
  10.       "grantee": {
  11.         "@type": "Person",
  12.         "email": "alice@example.com"
  13.       }
  14.     },
  15.     {
  16.       "@type": "DigitalDocumentPermissionType",
  17.       "permissionType": "http://schema.org/ReadPermission",
  18.       "grantee": {
  19.         "@type": "Audience",
  20.         "audienceType": "public"
  21.       }
  22.     }
  23.   ]
  24. }
  25. </script>
Example 2
  1. A digital document everyone can read, but only one person can edit.
  1. TODO.
  1. TODO.
  1. <script type="application/ld+json">
  2. {
  3.   "@type": "DigitalDocument",
  4.   "name": "New schema.org types proposal",
  5.   "author": "Alice",
  6.   "hasDigitalDocumentPermission": [
  7.     {
  8.       "@type": "DigitalDocumentPermissionType",
  9.       "permissionType": "http://schema.org/WritePermission",
  10.       "grantee": {
  11.         "@type": "Person",
  12.         "email": "alice@example.com"
  13.       }
  14.     },
  15.     {
  16.       "@type": "DigitalDocumentPermissionType",
  17.       "permissionType": "http://schema.org/ReadPermission",
  18.       "grantee": {
  19.         "@type": "Audience",
  20.         "audienceType": "public"
  21.       }
  22.     }
  23.   ]
  24. }
  25. </script>

Schema Version 3.2