Log10 · JSON-LD Context

Log10 Context

JSON-LD context defining the semantic vocabulary for Log10 from Log10.

5 Classes 24 Properties 3 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
log10: https://log10.io/vocab#

Classes

Completion Feedback FeedbackTask Session id

Properties

Property Type Container
organization_id string
kind string
status string
tags list
request @json
response @json
stacktrace list
session_id string
duration decimal
failure_kind string
failure_reason string
created_at_ms long
task_id string
json_values @json
matched_completion_ids list
comment string
completions_summary string
name string
instruction string
json_schema @json
completion_tags_selector @json
file string
line string
lineno integer

JSON-LD Document

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

    "Completion": "log10:Completion",
    "Feedback": "log10:Feedback",
    "FeedbackTask": "log10:FeedbackTask",
    "Session": "log10:Session",

    "id": "@id",
    "organization_id": {
      "@id": "log10:organizationId",
      "@type": "xsd:string"
    },
    "kind": {
      "@id": "log10:completionKind",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "log10:completionStatus",
      "@type": "xsd:string"
    },
    "tags": {
      "@id": "log10:tags",
      "@container": "@list"
    },
    "request": {
      "@id": "log10:request",
      "@type": "@json"
    },
    "response": {
      "@id": "log10:response",
      "@type": "@json"
    },
    "stacktrace": {
      "@id": "log10:stacktrace",
      "@container": "@list"
    },
    "session_id": {
      "@id": "log10:sessionId",
      "@type": "xsd:string"
    },
    "duration": {
      "@id": "log10:duration",
      "@type": "xsd:decimal"
    },
    "failure_kind": {
      "@id": "log10:failureKind",
      "@type": "xsd:string"
    },
    "failure_reason": {
      "@id": "log10:failureReason",
      "@type": "xsd:string"
    },
    "created_at_ms": {
      "@id": "log10:createdAtMs",
      "@type": "xsd:long"
    },
    "task_id": {
      "@id": "log10:taskId",
      "@type": "xsd:string"
    },
    "json_values": {
      "@id": "log10:jsonValues",
      "@type": "@json"
    },
    "matched_completion_ids": {
      "@id": "log10:matchedCompletionIds",
      "@container": "@list"
    },
    "comment": {
      "@id": "log10:comment",
      "@type": "xsd:string"
    },
    "completions_summary": {
      "@id": "log10:completionsSummary",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "instruction": {
      "@id": "log10:instruction",
      "@type": "xsd:string"
    },
    "json_schema": {
      "@id": "log10:jsonSchema",
      "@type": "@json"
    },
    "completion_tags_selector": {
      "@id": "log10:completionTagsSelector",
      "@type": "@json"
    },
    "file": {
      "@id": "log10:stackFile",
      "@type": "xsd:string"
    },
    "line": {
      "@id": "log10:stackLine",
      "@type": "xsd:string"
    },
    "lineno": {
      "@id": "log10:stackLineNo",
      "@type": "xsd:integer"
    }
  }
}