tRPC · JSON-LD Context

Trpc Context

JSON-LD context defining the semantic vocabulary for Trpc from tRPC.

19 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Classes

code Router Procedure Query Mutation Subscription type path input output meta method protect summary description tags message stack httpStatus

JSON-LD Document

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

    "Router": "schema:APIReference",
    "Procedure": "schema:EntryPoint",
    "Query": "schema:EntryPoint",
    "Mutation": "schema:EntryPoint",
    "Subscription": "schema:EntryPoint",

    "type": "schema:additionalType",
    "path": "schema:urlTemplate",
    "input": "schema:parameterInput",
    "output": "schema:result",
    "meta": "schema:additionalProperty",
    "method": "schema:httpMethod",
    "protect": "schema:requiresSubscription",
    "summary": "schema:abstract",
    "description": "schema:description",
    "tags": "schema:keywords",
    "message": "schema:text",
    "code": "schema:identifier",
    "stack": "schema:codeRepository",
    "httpStatus": "httpStatusCode"
  }
}