ReadPermission
Canonical URL: http://schema.org/ReadPermissionPermission to read or view the document.
Usage: Fewer than 10 domains
- Leave public feedback on this term 💬
- Check for open issues.
- 'ReadPermission' is mentioned in layer: core
Examples
- A digital document everyone can read, but only one person can edit.
- TODO.
- TODO.
- <script type="application/ld+json">
- {
- "@type": "DigitalDocument",
- "name": "New schema.org types proposal",
- "author": "Alice",
- "hasDigitalDocumentPermission": [
- {
- "@type": "DigitalDocumentPermissionType",
- "permissionType": "http://schema.org/WritePermission",
- "grantee": {
- "@type": "Person",
- "email": "alice@example.com"
- }
- },
- {
- "@type": "DigitalDocumentPermissionType",
- "permissionType": "http://schema.org/ReadPermission",
- "grantee": {
- "@type": "Audience",
- "audienceType": "public"
- }
- }
- ]
- }
- </script>
- A digital document everyone can read, but only one person can edit.
- TODO.
- TODO.
- <script type="application/ld+json">
- {
- "@type": "DigitalDocument",
- "name": "New schema.org types proposal",
- "author": "Alice",
- "hasDigitalDocumentPermission": [
- {
- "@type": "DigitalDocumentPermissionType",
- "permissionType": "http://schema.org/WritePermission",
- "grantee": {
- "@type": "Person",
- "email": "alice@example.com"
- }
- },
- {
- "@type": "DigitalDocumentPermissionType",
- "permissionType": "http://schema.org/ReadPermission",
- "grantee": {
- "@type": "Audience",
- "audienceType": "public"
- }
- }
- ]
- }
- </script>
Schema Version 3.2