API-Fiddle · JSON-LD Context

Api Fiddle Context

JSON-LD context defining the semantic vocabulary for Api Fiddle from API-Fiddle.

13 Classes 6 Properties 1 Namespaces
View Context View on GitHub

Namespaces

apifiddle: https://api-fiddle.com/schemas/

Classes

Project Specification Workspace name description visibility format content version status members role tags

Properties

Property Type Container
projectId reference
workspaceId reference
specificationId reference
ownerId reference
createdAt schema:DateTime
updatedAt schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "apifiddle": "https://api-fiddle.com/schemas/",
    "Project": "apifiddle:Project",
    "Specification": "apifiddle:Specification",
    "Workspace": "apifiddle:Workspace",
    "projectId": {
      "@id": "apifiddle:projectId",
      "@type": "@id"
    },
    "workspaceId": {
      "@id": "apifiddle:workspaceId",
      "@type": "@id"
    },
    "specificationId": {
      "@id": "apifiddle:specificationId",
      "@type": "@id"
    },
    "name": "schema:name",
    "description": "schema:description",
    "visibility": "apifiddle:visibility",
    "format": "schema:encodingFormat",
    "content": "schema:text",
    "version": "schema:version",
    "status": "apifiddle:status",
    "ownerId": {
      "@id": "apifiddle:ownerId",
      "@type": "@id"
    },
    "members": "apifiddle:members",
    "role": "apifiddle:role",
    "tags": "schema:keywords",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    }
  }
}