From acf1576e2453670019bf4f7ab07244087c416721 Mon Sep 17 00:00:00 2001 From: John Jediny Date: Fri, 11 Dec 2015 00:49:03 -0500 Subject: [PATCH] Changing wierd reordering of fields --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9c04904c9..62ffc290c 100644 --- a/index.html +++ b/index.html @@ -296,11 +296,11 @@

Code

type: "array", format: "table", title: "Temporal", - description: "Timeline/Milestone/Duration", + description: "Timeline Milestone Duration", uniqueItems: true, items: { type: "object", - title: "role", + title: "Milestone or Duration", properties: { name: { type: "string",