Navigation

  • index
  • next |
  • previous |
  • Semantic HTTP Resources 0.0 documentation »
  • Schema Link Header

Table of Contents

  • Schema Link Header
    • Example

Previous topic

Semantic HTTP Resource

Next topic

RDF Context Link Header

This Page

  • Show Source

Quick search

Schema Link Header¶

A conforming Semantic HTTP Resource MUST provide a link header for any HTTP response that returns an entity body specifying a schema resource. The link header MUST include a rel attribute with the value of describedBy or recognized equivalent. There is no recognized equivalent value for the rel attribute in this revision of the standard.

Example¶

An XML resource format may be defined or described by an XML schema. A Schema Link Header for the XML schema would look like:

link: <http://example.com/schemas/user.xml>;
      rel="describedBy";
      type="application/xml"

Navigation

  • index
  • next |
  • previous |
  • Semantic HTTP Resources 0.0 documentation »
  • Schema Link Header
© Copyright 2019, Quansight LLC. Created using Sphinx 3.2.1.Theme is Solar