diff --git a/draft/schemas/data-extension-response.json b/draft/schemas/data-extension-response.json index 22e9db7..ba1078e 100644 --- a/draft/schemas/data-extension-response.json +++ b/draft/schemas/data-extension-response.json @@ -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",