Blissfully Context
JSON-LD context defining the semantic vocabulary for Blissfully from Blissfully.
6 Classes
14 Properties
4 Namespaces
Namespaces
vendr:
https://api.vendr.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Product
Vendor
PricingResponse
Webhook
name
description
Properties
| Property |
Type |
Container |
| id |
string |
|
| website |
reference |
|
| url |
reference |
|
| category |
string |
|
| vendor_id |
string |
|
| product_id |
string |
|
| features |
string |
set |
| add_ons |
string |
set |
| events |
string |
set |
| fair_price_per_seat |
decimal |
|
| currency |
string |
|
| confidence |
string |
|
| negotiation_guidance |
string |
|
| active |
boolean |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"vendr": "https://api.vendr.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Product": "vendr:Product",
"Vendor": "vendr:Vendor",
"PricingResponse": "vendr:PricingResponse",
"Webhook": "vendr:Webhook",
"id": {"@id": "dcterms:identifier", "@type": "xsd:string"},
"name": "schema:name",
"description": "schema:description",
"website": {"@id": "schema:url", "@type": "@id"},
"url": {"@id": "schema:url", "@type": "@id"},
"category": {"@id": "vendr:category", "@type": "xsd:string"},
"vendor_id": {"@id": "vendr:vendor_id", "@type": "xsd:string"},
"product_id": {"@id": "vendr:product_id", "@type": "xsd:string"},
"features": {"@id": "vendr:features", "@container": "@set", "@type": "xsd:string"},
"add_ons": {"@id": "vendr:add_ons", "@container": "@set", "@type": "xsd:string"},
"events": {"@id": "vendr:events", "@container": "@set", "@type": "xsd:string"},
"fair_price_per_seat": {"@id": "vendr:fair_price_per_seat", "@type": "xsd:decimal"},
"currency": {"@id": "vendr:currency", "@type": "xsd:string"},
"confidence": {"@id": "vendr:confidence", "@type": "xsd:string"},
"negotiation_guidance": {"@id": "vendr:negotiation_guidance", "@type": "xsd:string"},
"active": {"@id": "vendr:active", "@type": "xsd:boolean"}
}
}