Advertisement
Guest User

Untitled

a guest
Apr 6th, 2021
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. [Trace - 10:17:26] Sending request 'serialization - (9)'.
  2. Params: {
  3. "documentIdentifier": {
  4. "uri": "file:///c:/Work/Temp/test/api.raml"
  5. }
  6. }
  7.  
  8.  
  9. [Trace - 10:17:26] Received notification 'telemetry/event'.
  10. Params: {
  11. "event": "SerializationManager",
  12. "messageType": "BEGIN_SERIALIZATION",
  13. "message": "Requested serialization for file:///c:/Work/Temp/test/api.raml",
  14. "uri": "file:///c:/Work/Temp/test/api.raml",
  15. "time": 1617693446073,
  16. "uuid": "d9b56065-10be-454e-8018-845901bc8955"
  17. }
  18.  
  19.  
  20. [Trace - 10:17:26] Received notification 'telemetry/event'.
  21. Params: {
  22. "event": "SerializationManager",
  23. "messageType": "END_SERIALIZATION",
  24. "message": "Requested serialization for file:///c:/Work/Temp/test/api.raml\n\ttook 41 millis",
  25. "uri": "file:///c:/Work/Temp/test/api.raml",
  26. "time": 1617693446114,
  27. "uuid": "d9b56065-10be-454e-8018-845901bc8955"
  28. }
  29.  
  30.  
  31. [Trace - 10:17:26] Received response 'serialization - (9)' in 48ms.
  32. Result: {
  33. "uri": "file:///c:/Work/Temp/test/api.raml",
  34. "content": "[\n{\n\"@id\": \"\",\n\"@type\": [\n\"doc:Document\",\n\"doc:Fragment\",\n\"doc:Module\",\n\"doc:Unit\"\n],\n\"doc:encodes\": [\n{\n\"@id\": \"#3\",\n\"@type\": [\n\"apiContract:WebAPI\",\n\"apiContract:API\",\n\"doc:RootDomainElement\",\n\"doc:DomainElement\"\n],\n\"core:name\": [\n{\n\"@value\": \"test\"\n}\n]\n}\n],\n\"doc:version\": [\n{\n\"@value\": \"3.0.0\"\n}\n],\n\"doc:root\": [\n{\n\"@value\": true\n}\n],\n\"doc:declares\": [\n{\n\"@id\": \"#1\",\n\"@type\": [\n\"raml-shapes:ScalarShape\",\n\"raml-shapes:AnyShape\",\n\"shacl:Shape\",\n\"raml-shapes:Shape\",\n\"doc:DomainElement\"\n],\n\"shacl:datatype\": [\n{\n\"@id\": \"http://www.w3.org/2001/XMLSchema#string\"\n}\n],\n\"shacl:name\": [\n{\n\"@value\": \"mytype\"\n}\n]\n},\n{\n\"@id\": \"#2\",\n\"@type\": [\n\"raml-shapes:ScalarShape\",\n\"raml-shapes:AnyShape\",\n\"shacl:Shape\",\n\"raml-shapes:Shape\",\n\"doc:DomainElement\"\n],\n\"shacl:datatype\": [\n{\n\"@id\": \"http://www.w3.org/2001/XMLSchema#integer\"\n}\n],\n\"shacl:name\": [\n{\n\"@value\": \"newType\"\n}\n]\n}\n],\n\"@context\": {\n\"@base\": \"amf://id\",\n\"shacl\": \"http://www.w3.org/ns/shacl#\",\n\"raml-shapes\": \"http://a.ml/vocabularies/shapes#\",\n\"doc\": \"http://a.ml/vocabularies/document#\",\n\"apiContract\": \"http://a.ml/vocabularies/apiContract#\",\n\"core\": \"http://a.ml/vocabularies/core#\"\n}\n}\n]\n"
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement