Skip to content

Commit

Permalink
fix: SportActivityLocation in C1/C2/B
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Jun 20, 2024
1 parent d79b411 commit 09d1ba6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions versions/2.x/models/SportsActivityLocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,30 @@
"description",
"image"
],
"validationMode": {
"C1Response": "response",
"C1ResponseOrderItemError": "response",
"C2Response": "response",
"C2ResponseOrderItemError": "response",
"PResponse": "response",
"PResponseOrderItemError": "response",
"BResponse": "response",
"BResponseOrderItemError": "response",
"OrderStatus": "response"
},
"imperativeConfiguration": {
"response": {
"requiredFields": [
"type",
"name"
],
"requiredOptions": [],
"shallNotInclude": [
"containedInPlace",
"containsPlace"
]
}
},
"inSpec": [
"type",
"id",
Expand Down

0 comments on commit 09d1ba6

Please sign in to comment.