termsOfService
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.Human-readable terms of service documentation.
- Canonical URL: http://schema.org/termsOfService
- Leave public feedback on this term 💬
- Check for open issues.
- 'termsOfService' is mentioned in the pending extention.
Values expected to be one of these types |
---|
Text
URL
|
Used on these types |
---|
Service
|
Source
https://github.com/schemaorg/schemaorg/issues/1423
ExamplesSee JSON example.
TODO
TODO
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "WebAPI", "name": "Google Knowledge Graph Search API", "description": "The Knowledge Graph Search API lets you find entities in the Google Knowledge Graph. The API uses standard schema.org types and is compliant with the JSON-LD specification.", "documentation": "https://developers.google.com/knowledge-graph/", "termsOfService": "https://developers.google.com/knowledge-graph/terms", "provider": { "@type": "Organization", "name": "Google Inc." } } </script>