Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 12, 2024
1 parent 711796e commit b7f575c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/Generator/resource/jsonschema/jsonschema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"Author": {
"description": "An simple author element with some description",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"AnyPropertyType": {
"allOf": [
Expand Down
1 change: 0 additions & 1 deletion tests/Generator/resource/jsonschema/jsonschema_import.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"Human": {
"type": "object",
Expand Down
1 change: 0 additions & 1 deletion tests/Generator/resource/jsonschema/jsonschema_oop.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"Human": {
"type": "object",
Expand Down

0 comments on commit b7f575c

Please sign in to comment.