ImageKit · JSON-LD Context

Imagekit Context

JSON-LD context defining the semantic vocabulary for Imagekit from ImageKit.

0 Classes 50 Properties 2 Namespaces
View Context View on GitHub

Namespaces

ik: https://imagekit.io/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
fileId string
name
url reference
thumbnailUrl reference
filePath string
fileType string
size integer
height integer
width integer
mime
hasAlpha boolean
isPrivateFile boolean
tags
customMetadata
embeddedMetadata
AITags
versionId string
folder string
urlEndpoint reference
publicKey string
signature string
useUniqueFileName boolean
overwriteFile boolean
transformation
overlay
extension
savedExtension
customMetadataField
origin
purge
bulkJob
jobId string
jobStatus string
webhookEvent
usage
streamingResolution string
createdAt dateTime
updatedAt dateTime
FileDetails
FolderDetails
Upload
CustomMetadataField
SavedExtension
JobResponse
VersionInfo
Transformation
Overlay
Origin
UrlEndpoint
WebhookEvent

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ik": "https://imagekit.io/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "fileId": { "@id": "ik:fileId", "@type": "xsd:string" },
    "name": { "@id": "schema:name" },
    "url": { "@id": "schema:url", "@type": "@id" },
    "thumbnailUrl": { "@id": "schema:thumbnailUrl", "@type": "@id" },
    "filePath": { "@id": "ik:filePath", "@type": "xsd:string" },
    "fileType": { "@id": "ik:fileType", "@type": "xsd:string" },
    "size": { "@id": "schema:contentSize", "@type": "xsd:integer" },
    "height": { "@id": "schema:height", "@type": "xsd:integer" },
    "width": { "@id": "schema:width", "@type": "xsd:integer" },
    "mime": { "@id": "schema:encodingFormat" },
    "hasAlpha": { "@id": "ik:hasAlpha", "@type": "xsd:boolean" },
    "isPrivateFile": { "@id": "ik:isPrivateFile", "@type": "xsd:boolean" },
    "tags": { "@id": "schema:keywords" },
    "customMetadata": { "@id": "ik:customMetadata" },
    "embeddedMetadata": { "@id": "ik:embeddedMetadata" },
    "AITags": { "@id": "ik:AITags" },
    "versionId": { "@id": "ik:versionId", "@type": "xsd:string" },
    "folder": { "@id": "ik:folder", "@type": "xsd:string" },
    "urlEndpoint": { "@id": "ik:urlEndpoint", "@type": "@id" },
    "publicKey": { "@id": "ik:publicKey", "@type": "xsd:string" },
    "signature": { "@id": "ik:signature", "@type": "xsd:string" },
    "useUniqueFileName": { "@id": "ik:useUniqueFileName", "@type": "xsd:boolean" },
    "overwriteFile": { "@id": "ik:overwriteFile", "@type": "xsd:boolean" },
    "transformation": { "@id": "ik:transformation" },
    "overlay": { "@id": "ik:overlay" },
    "extension": { "@id": "ik:extension" },
    "savedExtension": { "@id": "ik:savedExtension" },
    "customMetadataField": { "@id": "ik:customMetadataField" },
    "origin": { "@id": "ik:origin" },
    "purge": { "@id": "ik:purge" },
    "bulkJob": { "@id": "ik:bulkJob" },
    "jobId": { "@id": "ik:jobId", "@type": "xsd:string" },
    "jobStatus": { "@id": "ik:jobStatus", "@type": "xsd:string" },
    "webhookEvent": { "@id": "ik:webhookEvent" },
    "usage": { "@id": "ik:usage" },
    "streamingResolution": { "@id": "ik:streamingResolution", "@type": "xsd:string" },
    "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "updatedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" },

    "FileDetails": { "@id": "ik:FileDetails" },
    "FolderDetails": { "@id": "ik:FolderDetails" },
    "Upload": { "@id": "ik:Upload" },
    "CustomMetadataField": { "@id": "ik:CustomMetadataField" },
    "SavedExtension": { "@id": "ik:SavedExtension" },
    "JobResponse": { "@id": "ik:JobResponse" },
    "VersionInfo": { "@id": "ik:VersionInfo" },
    "Transformation": { "@id": "ik:Transformation" },
    "Overlay": { "@id": "ik:Overlay" },
    "Origin": { "@id": "ik:Origin" },
    "UrlEndpoint": { "@id": "ik:UrlEndpoint" },
    "WebhookEvent": { "@id": "ik:WebhookEvent" }
  }
}