manuel84/abrupt

View on GitHub
assets/schema/v1/link.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "required": false,
  "properties": {
    "link": {
      "description": "",
      "type": "object",
      "required": false,
      "properties": {
        "a": {
          "description": "",
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "href": {
                "type": "string"
              },
              "plaintext": {
                "type": "string"
              }
            }
          }
        },
        "form": {
          "description": "",
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "formAction": {
                "type": "string"
              }
            }
          }
        }
      }
    }
  }
}