Windows-powershell / PowerShell-master /test /powershell /Modules /Microsoft.PowerShell.Utility /assets /valid_schema_reference.json
| { | |
| "description": "A person", | |
| "type": "object", | |
| "properties": { | |
| "name": { | |
| "$ref": "valid_schema_definitions.json#/definitions/name" | |
| }, | |
| "hobbies": { | |
| "$ref": "valid_schema_definitions.json#/definitions/hobbies" | |
| } | |
| } | |
| } | |