Skip to content

Commit

Permalink
Fixes to names displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
JJediny committed Dec 12, 2015
1 parent e2d9c3d commit c3bdc28
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h2>Code</h2>
type: "string",
title: "Contact Type",
enum: ["Project Team","Cooperating Agency","Consulting Agency","Contributor","Stakeholder","External Party"],
default: "Project Lead"
default: "Project Team"
}
}
}
Expand Down Expand Up @@ -417,7 +417,7 @@ <h2>Code</h2>
uniqueItems: true,
items: {
type: "object",
title: "Contact",
title: "Resources",
properties: {
email: {
type: "string",
Expand All @@ -433,7 +433,6 @@ <h2>Code</h2>
type: "string",
title: "of Total",
description: "$ or %",
enum: ["random","words","random","options","agaisnt","swappable lists"],
default: "swappable lists"
},
resourceType: {
Expand Down Expand Up @@ -476,12 +475,12 @@ <h2>Code</h2>
data: {
type: "array",
format: "table",
title: "Contacts",
title: "Data",
description: "Project Team and Contributors",
uniqueItems: true,
items: {
type: "object",
title: "Contact",
title: "Data",
properties: {
name: {
type: "string",
Expand Down

0 comments on commit c3bdc28

Please sign in to comment.