forked from BigfootDev/flatbuffers
Escape characters in jsonschema descriptions (#5644)
* Escape JSON Schema comments * Add quotes to monster comment Thus exercising the JSON Schema comment escape support.
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
},
|
||||
"MyGame_Example_Monster" : {
|
||||
"type" : "object",
|
||||
"description" : " an example documentation comment: monster object",
|
||||
"description" : " an example documentation comment: \"monster object\"",
|
||||
"properties" : {
|
||||
"pos" : {
|
||||
"$ref" : "#/definitions/MyGame_Example_Vec3"
|
||||
|
||||
Reference in New Issue
Block a user