Skip to content

Commit ee68f2b

Browse files
authored
PPSE-912: flipped author and site schema in operations schema (#237)
1 parent ae7aed1 commit ee68f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/schema/ans/0.10.8/author_operation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
"body": {
4444
"description": "The object being inserted/updated/deleted",
45-
"$ref": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.3/utils/site.json"
45+
"$ref": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.3/utils/author.json"
4646
}
4747
},
4848
"required": [ "type", "operation", "id", "organization_id" ]

src/main/resources/schema/ans/0.10.8/site_operation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
"body": {
4444
"description": "The object being inserted/updated/deleted",
45-
"$ref": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.3/utils/author.json"
45+
"$ref": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.3/utils/site.json"
4646
}
4747
},
4848
"required": [ "type", "operation", "id", "organization_id" ]

0 commit comments

Comments
 (0)