From 98b64b56f05a32eb1585821edc35716e488f03a8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 14 Apr 2018 21:56:30 -0700 Subject: [PATCH] Rebuild with ccee4d4 (pull: Add sort_keys=True for license.jsonld) --- schema/license.jsonld | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/schema/license.jsonld b/schema/license.jsonld index 3eb788d..47bcdb9 100644 --- a/schema/license.jsonld +++ b/schema/license.jsonld @@ -1,22 +1,22 @@ { "@context": { - "uris": { - "@container": "@list", - "@id": "schema:url" - }, - "tags": { - "@id": "schema:keywords" - }, "id": { "@id": "schema:identifier" }, + "identifiers": { + "@container": "@index", + "@id": "schema:identifier" + }, "name": { "@id": "schema:name" }, "schema": "https://schema.org/", - "identifiers": { - "@container": "@index", - "@id": "schema:identifier" + "tags": { + "@id": "schema:keywords" + }, + "uris": { + "@container": "@list", + "@id": "schema:url" } } } -- 2.25.1