osmAPI · JSON-LD Context

Osmapi Context

JSON-LD context defining the semantic vocabulary for Osmapi from osmAPI.

4 Classes 6 Properties 1 Namespaces
View Context View on GitHub

Namespaces

osmapi: https://api.osmapi.com/v1/

Classes

name description url provider

Properties

Property Type Container
model reference
chatCompletion reference
message reference
usage reference
pricing reference
metadata reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "osmapi": "https://api.osmapi.com/v1/",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "provider": "schema:provider",
    "model": {
      "@id": "osmapi:Model",
      "@type": "@id"
    },
    "chatCompletion": {
      "@id": "osmapi:ChatCompletion",
      "@type": "@id"
    },
    "message": {
      "@id": "osmapi:Message",
      "@type": "@id"
    },
    "usage": {
      "@id": "osmapi:Usage",
      "@type": "@id"
    },
    "pricing": {
      "@id": "osmapi:Pricing",
      "@type": "@id"
    },
    "metadata": {
      "@id": "osmapi:Metadata",
      "@type": "@id"
    }
  }
}