REST Assured · JSON-LD Context

Rest Assured Context

JSON-LD context defining the semantic vocabulary for Rest Assured from REST Assured.

9 Classes 16 Properties 1 Namespaces
View Context View on GitHub

Namespaces

ra: https://rest-assured.io/vocab#

Classes

SoftwareApplication SoftwareSourceCode name description url codeRepository programmingLanguage license version

Properties

Property Type Container
TestSpecification rdfs:Class
RequestSpecification rdfs:Class
ResponseSpecification rdfs:Class
Assertion rdfs:Class
JsonPath rdfs:Class
XmlPath rdfs:Class
Authentication rdfs:Class
given
when
then
statusCode
header
body
queryParam
pathParam
authentication ra:Authentication

JSON-LD Document

rest-assured-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ra": "https://rest-assured.io/vocab#",
    "SoftwareApplication": "SoftwareApplication",
    "SoftwareSourceCode": "SoftwareSourceCode",
    "name": "name",
    "description": "description",
    "url": "url",
    "codeRepository": "codeRepository",
    "programmingLanguage": "programmingLanguage",
    "license": "license",
    "version": "softwareVersion",
    "TestSpecification": {
      "@id": "ra:TestSpecification",
      "@type": "rdfs:Class"
    },
    "RequestSpecification": {
      "@id": "ra:RequestSpecification",
      "@type": "rdfs:Class"
    },
    "ResponseSpecification": {
      "@id": "ra:ResponseSpecification",
      "@type": "rdfs:Class"
    },
    "Assertion": {
      "@id": "ra:Assertion",
      "@type": "rdfs:Class"
    },
    "JsonPath": {
      "@id": "ra:JsonPath",
      "@type": "rdfs:Class"
    },
    "XmlPath": {
      "@id": "ra:XmlPath",
      "@type": "rdfs:Class"
    },
    "Authentication": {
      "@id": "ra:Authentication",
      "@type": "rdfs:Class"
    },
    "given": {
      "@id": "ra:given"
    },
    "when": {
      "@id": "ra:when"
    },
    "then": {
      "@id": "ra:then"
    },
    "statusCode": {
      "@id": "ra:statusCode"
    },
    "header": {
      "@id": "ra:header"
    },
    "body": {
      "@id": "ra:body"
    },
    "queryParam": {
      "@id": "ra:queryParam"
    },
    "pathParam": {
      "@id": "ra:pathParam"
    },
    "authentication": {
      "@id": "ra:authentication",
      "@type": "ra:Authentication"
    }
  }
}