Closed svacas closed 8 years ago
Please also change the contents of /TCK/RAML10/Fragments/test006/Example3-tck.json accordingly:
{
"ramlVersion": "RAML10",
"type": "ExampleSpec",
"specification": {
"annotations": {
"lib.StringAnnotation": {
"structuredValue": "stringAnnotationValue",
"name": "lib.StringAnnotation"
},
"lib.ObjectAnnotation": {
"structuredValue": {
"p1": "stringValue",
"p2": 10
},
"name": "lib.ObjectAnnotation"
}
},
"value": "{\n \"property1\": \"string value\",\n \"property2\": 1\n}",
"strict": true,
"displayName": "MyExample",
"uses": [
{
"key": "lib",
"value": "libs/lib.raml"
}
],
"structuredValue": {
"property1": "string value",
"property2": 1
}
},
"errors": []
}
@ddenisenko done
Some fixes on the raml fragments tests