1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Merge pull request #9674 from gergelykarm/development

Fix driver schema json default type requirements
This commit is contained in:
Tom Cosgrove
2024-10-10 13:53:14 +00:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
},
"type": {
"type": "string",
"const": ["opaque"]
"const": "opaque"
},
"location": {
"type": ["integer","string"],

View File

@@ -11,7 +11,7 @@
},
"type": {
"type": "string",
"const": ["transparent"]
"const": "transparent"
},
"mbedtls/h_condition": {
"type": "string"