ReadPermission
A Schema.org Enumeration Member- Canonical URL: https://schema.org/ReadPermission
- Check for open issues.
Permission to read or view the document.
A member value for enumeration type: DigitalDocumentPermissionType
Examples
Example 1
Copied
Example notes or example HTML without markup.
A digital document everyone can read, but only one person can edit.
Example encoded as Microdata embedded in HTML.
TODO.
Example encoded as RDFa embedded in HTML.
TODO.
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@type": "DigitalDocument", "name": "New schema.org types proposal", "author": "Alice", "hasDigitalDocumentPermission": [ { "@type": "DigitalDocumentPermission", "permissionType": "https://schema.org/WritePermission", "grantee": { "@type": "Person", "email": "alice@example.com" } }, { "@type": "DigitalDocumentPermission", "permissionType": "https://schema.org/ReadPermission", "grantee": { "@type": "Audience", "audienceType": "public" } } ] } </script>
Structured representation of the JSON-LD example.