Skip to content

Commit 52286d3

Browse files
committed
updates schemas properties to definitions
1 parent 876ab46 commit 52286d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fixtures/v2.0/json/models/modelWithComposition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"schemas": {
2+
"definitions": {
33
"Cat": {
44
"description": "A representation of a cat",
55
"allOf": [

fixtures/v2.0/json/models/modelWithExamples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"schemas": {
2+
"definitions": {
33
"Pet": {
44
"properties": {
55
"name": {

fixtures/v2.0/json/models/models.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"schemas": {
2+
"definitions": {
33
"Pet": {
44
"properties": {
55
"name": {

fixtures/v2.0/json/models/multipleModels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"schemas": {
2+
"definitions": {
33
"Pet": {
44
"properties": {
55
"name": {

0 commit comments

Comments
 (0)