Skip to content

Commit

Permalink
Reuse string-object schema in data-extension-response schema (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Oct 9, 2024
1 parent f85a9c3 commit 1398197
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions draft/schemas/data-extension-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,7 @@
"additionalProperties": false
},
{
"type": "object",
"properties": {
"str": {
"type": "string"
},
"lang": {
"type": "string"
},
"dir": {
"type": "string"
}
},
"required": [
"str"
],
"additionalProperties": false
"$ref": "string-object.json"
},
{
"type": "object",
Expand Down

0 comments on commit 1398197

Please sign in to comment.