Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownContentFormat

Package version

Known values of ContentFormat that the service accepts.

Index

Enumeration members

GraphqlLink

GraphqlLink: = "graphql-link"

The GraphQL API endpoint hosted on a publicly accessible internet address.

Openapi

Openapi: = "openapi"

The contents are inline and Content Type is a OpenAPI 3.0 YAML Document.

OpenapiJson

OpenapiJson: = "openapi+json"

The contents are inline and Content Type is a OpenAPI 3.0 JSON Document.

OpenapiJsonLink

OpenapiJsonLink: = "openapi+json-link"

The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address.

OpenapiLink

OpenapiLink: = "openapi-link"

The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address.

SwaggerJson

SwaggerJson: = "swagger-json"

The contents are inline and Content Type is a OpenAPI 2.0 JSON Document.

SwaggerLinkJson

SwaggerLinkJson: = "swagger-link-json"

The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address.

WadlLinkJson

WadlLinkJson: = "wadl-link-json"

The WADL document is hosted on a publicly accessible internet address.

WadlXml

WadlXml: = "wadl-xml"

The contents are inline and Content type is a WADL document.

Wsdl

Wsdl: = "wsdl"

The contents are inline and the document is a WSDL/Soap document.

WsdlLink

WsdlLink: = "wsdl-link"

The WSDL document is hosted on a publicly accessible internet address.

Generated using TypeDoc