diff options
Diffstat (limited to 'remotes/name.json')
-rw-r--r-- | remotes/name.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/remotes/name.json b/remotes/name.json new file mode 100644 index 0000000..fceacb8 --- /dev/null +++ b/remotes/name.json @@ -0,0 +1,15 @@ +{ + "definitions": { + "orNull": { + "anyOf": [ + { + "type": "null" + }, + { + "$ref": "#" + } + ] + } + }, + "type": "string" +} |