Feathery · JSON-LD Context
Feathery Context
JSON-LD context defining the semantic vocabulary for Feathery from Feathery.
52 Classes
42 Properties
3 Namespaces
Namespaces
feathery:
https://api.feathery.io/vocab/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Form
FormStep
Field
HiddenField
Submission
SubmissionValue
User
UserFormSession
DocumentTemplate
DocumentEnvelope
ExtractionConfig
ExtractionQuery
ExtractionRun
LogicRule
Workspace
DataHub
id
type
name
description
internal_id
field_type
placeholder
display_text
metadata
repeat_trigger
user_id
form_id
value
field_values
current_step
file_type
extraction_type
question_type
criteria
run_email_mode
trigger_event
index
code
mode
approver
identity
field_internal_id
file_name
api_key
email
role
token
action
count
total_pages
current_page
Properties
| Property | Type | Container |
|---|---|---|
| active | boolean | |
| tags | set | |
| created_at | dateTime | |
| updated_at | dateTime | |
| steps | reference | list |
| fields | reference | list |
| origin | boolean | |
| required | boolean | |
| max_length | integer | |
| min_length | integer | |
| repeated | boolean | |
| server_side | boolean | |
| values | set | |
| submission_start | dateTime | |
| last_submitted | dateTime | |
| completed | boolean | |
| file | reference | |
| signer | schema:email | |
| sender | schema:email | |
| viewed | boolean | |
| signed | boolean | |
| document | reference | |
| user | reference | |
| merge_files | boolean | |
| confidence_scores_enabled | boolean | |
| context_rules | set | |
| queries | reference | set |
| entities | set | |
| data_validation_rules | set | |
| save_to_fields | set | |
| enabled | boolean | |
| valid | boolean | |
| success | boolean | |
| approved | boolean | |
| data | set | |
| email_extracted_at | dateTime | |
| document_extracted_at | dateTime | |
| members | set | |
| expires_at | dateTime | |
| next | reference | |
| previous | reference | |
| results | set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"feathery": "https://api.feathery.io/vocab/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Form": "feathery:Form",
"FormStep": "feathery:FormStep",
"Field": "feathery:Field",
"HiddenField": "feathery:HiddenField",
"Submission": "feathery:Submission",
"SubmissionValue": "feathery:SubmissionValue",
"User": "feathery:User",
"UserFormSession": "feathery:UserFormSession",
"DocumentTemplate": "feathery:DocumentTemplate",
"DocumentEnvelope": "feathery:DocumentEnvelope",
"ExtractionConfig": "feathery:ExtractionConfig",
"ExtractionQuery": "feathery:ExtractionQuery",
"ExtractionRun": "feathery:ExtractionRun",
"LogicRule": "feathery:LogicRule",
"Workspace": "feathery:Workspace",
"DataHub": "feathery:DataHub",
"id": "@id",
"type": "@type",
"name": "schema:name",
"description": "schema:description",
"active": {
"@id": "feathery:active",
"@type": "xsd:boolean"
},
"internal_id": "feathery:internalId",
"tags": {
"@id": "schema:keywords",
"@container": "@set"
},
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"steps": {
"@id": "feathery:hasStep",
"@container": "@list",
"@type": "@id"
},
"fields": {
"@id": "feathery:hasField",
"@container": "@list",
"@type": "@id"
},
"origin": {
"@id": "feathery:isOriginStep",
"@type": "xsd:boolean"
},
"field_type": "feathery:fieldType",
"required": {
"@id": "feathery:required",
"@type": "xsd:boolean"
},
"placeholder": "feathery:placeholder",
"display_text": "feathery:displayText",
"max_length": {
"@id": "feathery:maxLength",
"@type": "xsd:integer"
},
"min_length": {
"@id": "feathery:minLength",
"@type": "xsd:integer"
},
"metadata": "feathery:metadata",
"repeated": {
"@id": "feathery:repeated",
"@type": "xsd:boolean"
},
"repeat_trigger": "feathery:repeatTrigger",
"server_side": {
"@id": "feathery:serverSide",
"@type": "xsd:boolean"
},
"user_id": "feathery:userId",
"form_id": "feathery:formId",
"values": {
"@id": "feathery:hasValue",
"@container": "@set"
},
"value": "feathery:value",
"submission_start": {
"@id": "feathery:submissionStart",
"@type": "xsd:dateTime"
},
"last_submitted": {
"@id": "feathery:lastSubmitted",
"@type": "xsd:dateTime"
},
"completed": {
"@id": "feathery:completed",
"@type": "xsd:boolean"
},
"field_values": "feathery:fieldValues",
"current_step": "feathery:currentStep",
"file": {
"@id": "schema:url",
"@type": "@id"
},
"signer": {
"@id": "feathery:signer",
"@type": "schema:email"
},
"sender": {
"@id": "feathery:sender",
"@type": "schema:email"
},
"viewed": {
"@id": "feathery:viewed",
"@type": "xsd:boolean"
},
"signed": {
"@id": "feathery:signed",
"@type": "xsd:boolean"
},
"document": {
"@id": "feathery:document",
"@type": "@id"
},
"user": {
"@id": "feathery:user",
"@type": "@id"
},
"file_type": "feathery:fileType",
"extraction_type": "feathery:extractionType",
"merge_files": {
"@id": "feathery:mergeFiles",
"@type": "xsd:boolean"
},
"confidence_scores_enabled": {
"@id": "feathery:confidenceScoresEnabled",
"@type": "xsd:boolean"
},
"context_rules": {
"@id": "feathery:contextRules",
"@container": "@set"
},
"queries": {
"@id": "feathery:hasQuery",
"@container": "@set",
"@type": "@id"
},
"question_type": "feathery:questionType",
"entities": {
"@id": "feathery:entities",
"@container": "@set"
},
"criteria": "feathery:criteria",
"data_validation_rules": {
"@id": "feathery:dataValidationRules",
"@container": "@set"
},
"save_to_fields": {
"@id": "feathery:saveToFields",
"@container": "@set"
},
"run_email_mode": "feathery:runEmailMode",
"trigger_event": "feathery:triggerEvent",
"index": "feathery:ruleIndex",
"code": "feathery:code",
"enabled": {
"@id": "feathery:enabled",
"@type": "xsd:boolean"
},
"valid": {
"@id": "feathery:valid",
"@type": "xsd:boolean"
},
"mode": "feathery:mode",
"success": {
"@id": "feathery:success",
"@type": "xsd:boolean"
},
"approved": {
"@id": "feathery:approved",
"@type": "xsd:boolean"
},
"approver": "feathery:approver",
"identity": "feathery:identity",
"data": {
"@id": "feathery:extractedData",
"@container": "@set"
},
"field_internal_id": "feathery:fieldInternalId",
"file_name": "feathery:fileName",
"email_extracted_at": {
"@id": "feathery:emailExtractedAt",
"@type": "xsd:dateTime"
},
"document_extracted_at": {
"@id": "feathery:documentExtractedAt",
"@type": "xsd:dateTime"
},
"members": {
"@id": "feathery:hasMembers",
"@container": "@set"
},
"api_key": "feathery:apiKey",
"email": "schema:email",
"role": "feathery:role",
"token": "feathery:loginToken",
"expires_at": {
"@id": "feathery:tokenExpiresAt",
"@type": "xsd:dateTime"
},
"action": "feathery:action",
"count": "feathery:totalCount",
"next": {
"@id": "feathery:nextPage",
"@type": "@id"
},
"previous": {
"@id": "feathery:previousPage",
"@type": "@id"
},
"total_pages": "feathery:totalPages",
"current_page": "feathery:currentPage",
"results": {
"@id": "feathery:results",
"@container": "@set"
}
}
}