Added files for RAML annotations article

This commit is contained in:
Kevin Gilmore
2016-02-17 11:38:29 -06:00
parent d8ebf49f2d
commit 7fb50bfaed
13 changed files with 330 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[
{
"id" : 1,
"name" : "First Foo",
"ownerName" : "Jack Robinson"
},
{
"id" : 2,
"name" : "Second Foo"
},
{
"id" : 3,
"name" : "Third Foo",
"ownerName" : "Chuck Norris"
}
]