Skip to content

Commit f403f94

Browse files
committed
complete conformance test fixtures
This completes the conformance test fixtures for accounts, activities, actors, results, and verbs.
1 parent 7f58c70 commit f403f94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+319
-22
lines changed
File renamed without changes.
File renamed without changes.

data/Account/for_query.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "forQuery",
3+
"homePage": "https://tincanapi.com"
4+
}

data/Account/typical.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "test",
3+
"homePage": "https://tincanapi.com"
4+
}

data/Activity/for_query.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "http://tincanapi.com/conformancetest/activityid/forQuery",
3+
"definition": {
4+
"name": {
5+
"en-US": "for query"
6+
}
7+
}
8+
}
File renamed without changes.

0 commit comments

Comments
 (0)