Skip to content

Commit

Permalink
feat(policies): add the JTC policy
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Feb 15, 2019
1 parent 046f38e commit 2b017c4
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Juror Training Court",
"description": "This is the Kleros juror training court.",
"summary": "Lots of general knowledge disputes suited for beginner arbitrators.",
"policies": [
{
"title": "Sample Policy Title",
"description": "Sample Policy description.",
"clauses": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",
"justifications?": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)."
}
]
}

0 comments on commit 2b017c4

Please sign in to comment.