Skip to content

Commit

Permalink
Merge pull request #637 from ergebnis/feature/fixture
Browse files Browse the repository at this point in the history
Enhancement: Add fixture
  • Loading branch information
localheinz committed Jan 21, 2022
2 parents 331f01a + 2575c4e commit e8db32b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
@@ -0,0 +1,11 @@
{
"foo": "hello",
"bar": [
{
"baz": 9000
},
{
"baz": 9001
}
]
}
@@ -0,0 +1,11 @@
{
"foo": "hello",
"bar": [
{
"baz": 9000
},
{
"baz": 9001
}
]
}
@@ -0,0 +1,6 @@
{
"type": [
"object"
],
"additionalProperties": true
}

0 comments on commit e8db32b

Please sign in to comment.