Link With Type

Hypermedia Link with Type

APIs.ioEngineeringPlatform

Properties

Name Type Description
href string
type string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-link-with-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/link-with-type",
  "title": "Link With Type",
  "description": "Hypermedia Link with Type",
  "type": "object",
  "properties": {
    "href": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "href",
    "type"
  ]
}