Abstract API · JSON-LD Context

Abstract Api Image Processing Context

JSON-LD context defining the semantic vocabulary for Abstract Api Image Processing from Abstract API.

1 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

abstract: https://abstractapi.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ImageProcessingResponse

Properties

Property Type Container
originalSize integer
newSize integer
savedBytes integer
savedPercent decimal
url

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "abstract": "https://abstractapi.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ImageProcessingResponse": "abstract:ImageProcessingResponse",
    "originalSize": {
      "@id": "abstract:original_size",
      "@type": "xsd:integer"
    },
    "newSize": {
      "@id": "abstract:new_size",
      "@type": "xsd:integer"
    },
    "savedBytes": {
      "@id": "abstract:saved_bytes",
      "@type": "xsd:integer"
    },
    "savedPercent": {
      "@id": "abstract:saved_percent",
      "@type": "xsd:decimal"
    },
    "url": {
      "@id": "schema:url"
    }
  }
}