We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Test-Json
1 parent a7931bb commit a4643e1Copy full SHA for a4643e1
1 file changed
src/Arcus.Scripting.Storage.Table/Scripts/Set-AzTableStorageEntities.ps1
@@ -14,18 +14,21 @@ if ((Get-Content -Path $ConfigurationFile -Raw) -eq $null) {
14
15
$schema = @'
16
{
17
- "definitions": {},
18
"$schema": "https://json-schema.org/draft/2020-12/schema",
19
"$id": "https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-table/config.json",
20
"type": "array",
21
"title": "The configuration JSON schema",
22
- "items": [{
+ "$defs": {},
+ "prefixItems": [
23
+ {
24
"type": "object",
25
"patternProperties": {
26
"^.*$": {
- "anyOf": [{
27
+ "anyOf": [
28
29
"type": "string"
- }, {
30
+ },
31
32
"type": "null"
33
}
34
]
0 commit comments