Google Forms Api Context
JSON-LD context defining the semantic vocabulary for Google Forms Api from Google Forms.
5 Classes
17 Properties
4 Namespaces
Namespaces
gforms:
https://developers.google.com/forms/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Form
FormResponse
Watch
Question
Item
Properties
| Property |
Type |
Container |
| formId |
string |
|
| responseId |
string |
|
| questionId |
string |
|
| title |
string |
|
| description |
string |
|
| createTime |
dateTime |
|
| lastSubmittedTime |
dateTime |
|
| expireTime |
dateTime |
|
| respondentEmail |
string |
|
| revisionId |
string |
|
| responderUri |
reference |
|
| linkedSheetId |
string |
|
| totalScore |
decimal |
|
| eventType |
string |
|
| state |
string |
|
| items |
reference |
set |
| answers |
reference |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"gforms": "https://developers.google.com/forms/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Form": "gforms:Form",
"FormResponse": "gforms:FormResponse",
"Watch": "gforms:Watch",
"Question": "gforms:Question",
"Item": "gforms:Item",
"formId": {
"@id": "gforms:formId",
"@type": "xsd:string"
},
"responseId": {
"@id": "gforms:responseId",
"@type": "xsd:string"
},
"questionId": {
"@id": "gforms:questionId",
"@type": "xsd:string"
},
"title": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"createTime": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"lastSubmittedTime": {
"@id": "gforms:lastSubmittedTime",
"@type": "xsd:dateTime"
},
"expireTime": {
"@id": "gforms:expireTime",
"@type": "xsd:dateTime"
},
"respondentEmail": {
"@id": "schema:email",
"@type": "xsd:string"
},
"revisionId": {
"@id": "gforms:revisionId",
"@type": "xsd:string"
},
"responderUri": {
"@id": "gforms:responderUri",
"@type": "@id"
},
"linkedSheetId": {
"@id": "gforms:linkedSheetId",
"@type": "xsd:string"
},
"totalScore": {
"@id": "gforms:totalScore",
"@type": "xsd:decimal"
},
"eventType": {
"@id": "gforms:eventType",
"@type": "xsd:string"
},
"state": {
"@id": "gforms:state",
"@type": "xsd:string"
},
"items": {
"@id": "gforms:items",
"@container": "@set",
"@type": "@id"
},
"answers": {
"@id": "gforms:answers",
"@type": "@id"
}
}
}