Last active
May 22, 2018 09:13
-
-
Save javiergamarra/86be43599c792c42f0fad79842006b1c to your computer and use it in GitHub Desktop.
Example Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Liferay Portal API", | |
| "description": "A set of APIs that allows you to consume all of Liferay Portal resources", | |
| "@context": { | |
| "hydra": "https://www.w3.org/ns/hydra/core#", | |
| "ApiDocumentation": "hydra:ApiDocumentation", | |
| "property": { | |
| "@id": "property", | |
| "@type": "@id" | |
| }, | |
| "readonly": "hydra:readonly", | |
| "writeonly": "hydra:writeonly", | |
| "supportedClass": "hydra:supportedClass", | |
| "supportedProperty": "hydra:supportedProperty", | |
| "supportedOperation": "hydra:supportedOperation", | |
| "method": "hydra:method", | |
| "expect": { | |
| "@id": "hydra:expect", | |
| "@type": "@id" | |
| }, | |
| "returns": { | |
| "@id": "hydra:returns", | |
| "@type": "@id" | |
| }, | |
| "statusCodes": "hydra:statusCodes", | |
| "code": "hydra:statusCodes" | |
| }, | |
| "@id": "http://api.example.com/doc/", | |
| "@type": "ApiDocumentation", | |
| "supportedClass": [ | |
| { | |
| "@id": "vocab:OrganizationCollection", | |
| "@type": "Class", | |
| "subClassOf": "http://www.w3.org/ns/hydra/core#Collection", | |
| "description": "A collection of Organization", | |
| "title": "OrganizationCollection", | |
| "supportedProperty": [ | |
| { | |
| "title": "totalItems", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "member", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "count", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ], | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:organizations", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "https://www.w3.org/ns/hydra/core#Collection" | |
| }, | |
| { | |
| "@id": "_:organizations/create", | |
| "@type": "Operation", | |
| "method": "POST", | |
| "returns": "http://schema.org/Organization" | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "vocab:WebSiteCollection", | |
| "@type": "Class", | |
| "subClassOf": "http://www.w3.org/ns/hydra/core#Collection", | |
| "description": "A collection of WebSite", | |
| "title": "WebSiteCollection", | |
| "supportedProperty": [ | |
| { | |
| "title": "totalItems", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "member", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "count", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ], | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:web-sites", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "https://www.w3.org/ns/hydra/core#Collection" | |
| }, | |
| { | |
| "@id": "_:web-sites/create", | |
| "@type": "Operation", | |
| "method": "POST", | |
| "returns": "http://schema.org/WebSite" | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "vocab:PersonCollection", | |
| "@type": "Class", | |
| "subClassOf": "http://www.w3.org/ns/hydra/core#Collection", | |
| "description": "A collection of Person", | |
| "title": "PersonCollection", | |
| "supportedProperty": [ | |
| { | |
| "title": "totalItems", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "member", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "count", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ], | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:people", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "https://www.w3.org/ns/hydra/core#Collection" | |
| }, | |
| { | |
| "@id": "_:people/create", | |
| "@type": "Operation", | |
| "method": "POST", | |
| "returns": "http://schema.org/Person" | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/DataProviderInstance", | |
| "@type": "Class", | |
| "title": "DataProviderInstance", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:data-provider-instance/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/DataProviderInstance" | |
| }, | |
| { | |
| "@id": "_:data-provider-instance/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/DataProviderInstance" | |
| }, | |
| { | |
| "@id": "_:data-provider-instance/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "description", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "additionalType", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "definition", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "interactionService", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/AggregateRating", | |
| "@type": "Class", | |
| "title": "AggregateRating", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:aggregate-ratings/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/AggregateRating" | |
| }, | |
| { | |
| "@id": "_:aggregate-ratings/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/AggregateRating" | |
| }, | |
| { | |
| "@id": "_:aggregate-ratings/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "bestRating", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "ratingCount", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "ratingValue", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "worstRating", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/MediaObject", | |
| "@type": "Class", | |
| "title": "MediaObject", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:media-objects/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/MediaObject" | |
| }, | |
| { | |
| "@id": "_:media-objects/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/MediaObject" | |
| }, | |
| { | |
| "@id": "_:media-objects/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "contentStream", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "contentSize", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "datePublished", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "fileFormat", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "headline", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "text", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "folder", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/Folder", | |
| "@type": "Class", | |
| "title": "Folder", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:folders/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/Folder" | |
| }, | |
| { | |
| "@id": "_:folders/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/Folder" | |
| }, | |
| { | |
| "@id": "_:folders/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "datePublished", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "interactionService", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "mediaObject", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/Comment", | |
| "@type": "Class", | |
| "title": "Comment", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:comments/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/Comment" | |
| }, | |
| { | |
| "@id": "_:comments/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/Comment" | |
| }, | |
| { | |
| "@id": "_:comments/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "text", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "comments", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/Structure", | |
| "@type": "Class", | |
| "title": "Structure", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:structures/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/Structure" | |
| }, | |
| { | |
| "@id": "_:structures/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/Structure" | |
| }, | |
| { | |
| "@id": "_:structures/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "description", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "successPage", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "version", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "additionalType", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "datePublished", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "definition", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "storageType", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "structureKey", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "structure", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "isEnabled", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "headline", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "text", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/WebSite", | |
| "@type": "Class", | |
| "title": "WebSite", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:web-sites/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/WebSite" | |
| }, | |
| { | |
| "@id": "_:web-sites/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/WebSite" | |
| }, | |
| { | |
| "@id": "_:web-sites/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "active", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "description", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "membershipType", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "interactionService", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "creator", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "members", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "webPageElements", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "blogPosts", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "embeddedWebPages", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "webSites", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "formInstances", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "data-provider-instance", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "folder", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/Person", | |
| "@type": "Class", | |
| "title": "Person", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:people/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/Person" | |
| }, | |
| { | |
| "@id": "_:people/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/Person" | |
| }, | |
| { | |
| "@id": "_:people/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "honorificPrefix", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "honorificSuffix", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "birthDate", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "additionalName", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "alternateName", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dashboardURL", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "email", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "familyName", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "gender", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "givenName", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "image", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "jobTitle", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "profileURL", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/EmbeddedWebPage", | |
| "@type": "Class", | |
| "title": "EmbeddedWebPage", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:embedded-web-pages/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/EmbeddedWebPage" | |
| }, | |
| { | |
| "@id": "_:embedded-web-pages/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/EmbeddedWebPage" | |
| }, | |
| { | |
| "@id": "_:embedded-web-pages/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "breadcrumb", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "description", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "keywords", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "title", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "url", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "datePublished", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "embeddedUrl", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "image", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "webSite", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/Organization", | |
| "@type": "Class", | |
| "title": "Organization", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:organizations/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/Organization" | |
| }, | |
| { | |
| "@id": "_:organizations/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/Organization" | |
| }, | |
| { | |
| "@id": "_:organizations/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "location", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "parentOrganization", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "website", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "members", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "subOrganizations", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "addressCountry", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "addressRegion", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/WebPageElement", | |
| "@type": "Class", | |
| "title": "WebPageElement", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:web-page-elements/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/WebPageElement" | |
| }, | |
| { | |
| "@id": "_:web-page-elements/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/WebPageElement" | |
| }, | |
| { | |
| "@id": "_:web-page-elements/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "datePublished", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "lastReviewed", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "description", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "text", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "title", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "webSite", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "creator", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/FormInstanceRecord", | |
| "@type": "Class", | |
| "title": "FormInstanceRecord", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:form-instance-records/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/FormInstanceRecord" | |
| }, | |
| { | |
| "@id": "_:form-instance-records/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/FormInstanceRecord" | |
| }, | |
| { | |
| "@id": "_:form-instance-records/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "fieldValues", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "version", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "datePublished", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "formInstance", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/FormInstance", | |
| "@type": "Class", | |
| "title": "FormInstance", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:form-instances/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/FormInstance" | |
| }, | |
| { | |
| "@id": "_:form-instances/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/FormInstance" | |
| }, | |
| { | |
| "@id": "_:form-instances/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "description", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "settings", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "version", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "datePublished", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "defaultLanguage", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "availableLanguages", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "interactionService", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "structure", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "formInstanceRecords", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "published", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "requireAuthentication", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "requireCaptcha", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "sendEmailNotification", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "emailFromAddress", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "emailFromName", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "emailSubject", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "emailToAddress", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "redirectURL", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "storageType", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "workflowDefinition", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "name", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| }, | |
| { | |
| "@id": "http://schema.org/BlogPosting", | |
| "@type": "Class", | |
| "title": "BlogPosting", | |
| "supportedOperation": [ | |
| { | |
| "@id": "_:blog-postings/retrieve", | |
| "@type": "Operation", | |
| "method": "GET", | |
| "returns": "http://schema.org/BlogPosting" | |
| }, | |
| { | |
| "@id": "_:blog-postings/update", | |
| "@type": "Operation", | |
| "method": "PUT", | |
| "returns": "http://schema.org/BlogPosting" | |
| }, | |
| { | |
| "@id": "_:blog-postings/delete", | |
| "@type": "Operation", | |
| "method": "DELETE", | |
| "returns": "http://www.w3.org/2002/07/owl#Nothing" | |
| } | |
| ], | |
| "supportedProperty": [ | |
| { | |
| "title": "dateCreated", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateDisplayed", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "dateModified", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "datePublished", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "alternativeHeadline", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "articleBody", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "description", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "fileFormat", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "headline", | |
| "required": true, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "interactionService", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "aggregateRating", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "author", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "creator", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "image", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| }, | |
| { | |
| "title": "comments", | |
| "required": false, | |
| "readonly": false, | |
| "writeonly": false | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment