validate-yaml/__tests__/schema.json

8 lines
121 B
JSON
Raw Normal View History

{
"test": {
"structure":{
"myValue": "string",
"myValue2": "string"
}
}
}