Files
cli/vendor/schemars/tests/expected/smallvec.json

8 lines
146 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Array_of_String",
"type": "array",
"items": {
"type": "string"
}
}