Files
fastify-beginner-guide/node_modules/fast-json-stringify/test/ref.json

13 lines
154 B
JSON

{
"definitions": {
"def": {
"type": "object",
"properties": {
"str": {
"type": "string"
}
}
}
}
}