Skip to content

Commit ef7c9e9

Browse files
authored
Attempt to fix Schema.
1 parent 92f4993 commit ef7c9e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
},
1616
"AssemblyType": {
1717
"title": "The type to use to apply the attribute to embed the git information in that is within the assembly it is being applied to.",
18-
"type": [ "string", "null" ],
19-
"default": null
18+
"type": [ "string" ],
19+
"default": ""
2020
},
2121
"IsGeneric": {
2222
"title": "If the type specified in AssemblyType is a generic type, by default this is set to false to indicate that the type is not a generic type.",
2323
"type": "boolean",
2424
"default": false
2525
}
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)