Skip to content

Commit

Permalink
example genres.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemIsmagilov committed Jul 6, 2024
1 parent 8353719 commit 96a01f7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tests/functional/api/v1/test_json_schemas/genres.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"type": "string"
},
"name": {
"type": "string"
}
}
"type": "string"
}
},
"required": [
"id",
"name"
],
"additionalProperties": false
}

0 comments on commit 96a01f7

Please sign in to comment.