Make `methods` optional (.pte introspection is a follow-up step)
Browse files- config.schema.json +1 -1
config.schema.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
| 79 |
"$defs": {
|
| 80 |
"variant": {
|
| 81 |
"type": "object",
|
| 82 |
-
"required": ["precision", "quantized", "default"
|
| 83 |
"additionalProperties": false,
|
| 84 |
"properties": {
|
| 85 |
"file": {
|
|
|
|
| 79 |
"$defs": {
|
| 80 |
"variant": {
|
| 81 |
"type": "object",
|
| 82 |
+
"required": ["precision", "quantized", "default"],
|
| 83 |
"additionalProperties": false,
|
| 84 |
"properties": {
|
| 85 |
"file": {
|