From b131bfec3c4309635f1670194c26a1b5964ee876 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Wed, 13 Sep 2017 19:47:24 -0700 Subject: [PATCH] Better meta-schema for hrefPointers Specify the actual object and property types, and drop the description as we no longer keep those in the meta-schema. --- links.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/links.json b/links.json index eaf039d4..74a49e0e 100644 --- a/links.json +++ b/links.json @@ -10,7 +10,10 @@ "format": "uri-template" }, "hrefPointers": { - "description": "a map of variable names to relative instance JSON Pointers, which adjust the instance location from which template variable resolution begins" + "type": "object", + "additionalProperties": { + "type": "string" + } }, "hrefSchema": { "allOf": [