Files
coopgo/node_modules/protocol-buffers-schema/test/fixtures/escaped-quotes.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

33 lines
669 B
JSON

{
"syntax": 3,
"package": null,
"imports": [],
"enums": [],
"messages": [
{
"name": "Event",
"enums": [],
"options": {},
"extends": [],
"messages": [],
"fields": [
{
"name": "id",
"type": "EntityId",
"tag": 1,
"map": null,
"oneof": null,
"required": false,
"repeated": false,
"options": {
"tagger.tags": "\"a:'Hello, there', bson:\\\"_id,omitempty\\\"\""
}
}
],
"extensions": null
}
],
"options": {},
"extends": []
}