123FormBuilder · JSON-LD Context

123Formbuilder Context

JSON-LD context defining the semantic vocabulary for 123Formbuilder from 123FormBuilder.

6 Classes 37 Properties 4 Namespaces
View Context View on GitHub

Namespaces

fb: https://www.123formbuilder.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Form Field Submission Group User Account

Properties

Property Type Container
id
form_id integer
submission_id integer
group_id integer
user_id integer
parent_id integer
name
label
description
email
company_name
url reference
webhook_url reference
ip
active integer
approved integer
payed
required boolean
type
default_value
options list
active_date_from dateTime
active_date_to dateTime
active_days
submission_date dateTime
created_at dateTime
modified_at dateTime
submissions_count integer
fields index
recipients set
plan
admin integer
allow_create_form integer
allow_duplicate_form integer
allow_delete_form integer
can_manage_groups integer
can_manage_users integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "fb": "https://www.123formbuilder.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Form": "fb:Form",
    "Field": "fb:Field",
    "Submission": "fb:Submission",
    "Group": "fb:Group",
    "User": "schema:Person",
    "Account": "schema:Organization",

    "id": {"@id": "schema:identifier"},
    "form_id": {"@id": "fb:formId", "@type": "xsd:integer"},
    "submission_id": {"@id": "fb:submissionId", "@type": "xsd:integer"},
    "group_id": {"@id": "fb:groupId", "@type": "xsd:integer"},
    "user_id": {"@id": "fb:userId", "@type": "xsd:integer"},
    "parent_id": {"@id": "fb:parentId", "@type": "xsd:integer"},

    "name": {"@id": "schema:name"},
    "label": {"@id": "schema:name"},
    "description": {"@id": "schema:description"},
    "email": {"@id": "schema:email"},
    "company_name": {"@id": "schema:legalName"},

    "url": {"@id": "schema:url", "@type": "@id"},
    "webhook_url": {"@id": "fb:webhookUrl", "@type": "@id"},
    "ip": {"@id": "fb:ipAddress"},

    "active": {"@id": "fb:active", "@type": "xsd:integer"},
    "approved": {"@id": "fb:approved", "@type": "xsd:integer"},
    "payed": {"@id": "fb:payed"},
    "required": {"@id": "fb:required", "@type": "xsd:boolean"},
    "type": {"@id": "fb:fieldType"},
    "default_value": {"@id": "fb:defaultValue"},
    "options": {"@id": "fb:options", "@container": "@list"},

    "active_date_from": {"@id": "fb:activeFrom", "@type": "xsd:dateTime"},
    "active_date_to": {"@id": "fb:activeTo", "@type": "xsd:dateTime"},
    "active_days": {"@id": "fb:activeDays"},
    "submission_date": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
    "created_at": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
    "modified_at": {"@id": "schema:dateModified", "@type": "xsd:dateTime"},

    "submissions_count": {"@id": "fb:submissionsCount", "@type": "xsd:integer"},
    "fields": {"@id": "fb:fields", "@container": "@index"},
    "recipients": {"@id": "fb:recipients", "@container": "@set"},

    "plan": {"@id": "fb:plan"},
    "admin": {"@id": "fb:admin", "@type": "xsd:integer"},
    "allow_create_form": {"@id": "fb:allowCreateForm", "@type": "xsd:integer"},
    "allow_duplicate_form": {"@id": "fb:allowDuplicateForm", "@type": "xsd:integer"},
    "allow_delete_form": {"@id": "fb:allowDeleteForm", "@type": "xsd:integer"},
    "can_manage_groups": {"@id": "fb:canManageGroups", "@type": "xsd:integer"},
    "can_manage_users": {"@id": "fb:canManageUsers", "@type": "xsd:integer"}
  }
}