summaryrefslogtreecommitdiffstats
path: root/src/rapidjson/bin/jsonschema/remotes
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:20 +0000
commit483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch)
treee5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/rapidjson/bin/jsonschema/remotes
parentInitial commit. (diff)
downloadceph-upstream.tar.xz
ceph-upstream.zip
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/rapidjson/bin/jsonschema/remotes')
-rw-r--r--src/rapidjson/bin/jsonschema/remotes/.DS_Storebin0 -> 6148 bytes
-rw-r--r--src/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json3
-rw-r--r--src/rapidjson/bin/jsonschema/remotes/integer.json3
-rw-r--r--src/rapidjson/bin/jsonschema/remotes/subSchemas.json8
4 files changed, 14 insertions, 0 deletions
diff --git a/src/rapidjson/bin/jsonschema/remotes/.DS_Store b/src/rapidjson/bin/jsonschema/remotes/.DS_Store
new file mode 100644
index 00000000..1d098a41
--- /dev/null
+++ b/src/rapidjson/bin/jsonschema/remotes/.DS_Store
Binary files differ
diff --git a/src/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json b/src/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json
new file mode 100644
index 00000000..dbe5c758
--- /dev/null
+++ b/src/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json
@@ -0,0 +1,3 @@
+{
+ "type": "integer"
+} \ No newline at end of file
diff --git a/src/rapidjson/bin/jsonschema/remotes/integer.json b/src/rapidjson/bin/jsonschema/remotes/integer.json
new file mode 100644
index 00000000..dbe5c758
--- /dev/null
+++ b/src/rapidjson/bin/jsonschema/remotes/integer.json
@@ -0,0 +1,3 @@
+{
+ "type": "integer"
+} \ No newline at end of file
diff --git a/src/rapidjson/bin/jsonschema/remotes/subSchemas.json b/src/rapidjson/bin/jsonschema/remotes/subSchemas.json
new file mode 100644
index 00000000..8b6d8f84
--- /dev/null
+++ b/src/rapidjson/bin/jsonschema/remotes/subSchemas.json
@@ -0,0 +1,8 @@
+{
+ "integer": {
+ "type": "integer"
+ },
+ "refToInteger": {
+ "$ref": "#/integer"
+ }
+} \ No newline at end of file