Ajout du validateur json + correctif factory metadata
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$defs": {
|
||||
"orNull": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
Reference in New Issue
Block a user