Windows-powershell / PowerShell-master /test /powershell /Modules /Microsoft.PowerShell.Utility /assets /valid_schema_definitions.json
| { | |
| "definitions": { | |
| "name": { | |
| "type": "string" | |
| }, | |
| "hobbies": { | |
| "type": "array", | |
| "items": { | |
| "type": "string" | |
| } | |
| } | |
| } | |
| } | |