Commit 9a59ea70 authored by canterafonsj's avatar canterafonsj
Browse files

Common now includes endpoint

parent 7af234f1
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -42,6 +42,25 @@
          "format": "date-time"
        }
      }
    },
    "Endpoint": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri"
        },
        "accept": {
          "type": "string",
          "enum": [
            "application/json",
            "application/ld+json"
          ]
        }
      }
    }
  }
}