diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/rapidjson/bin/jsonschema/remotes | |
parent | Initial commit. (diff) | |
download | ceph-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_Store | bin | 0 -> 6148 bytes | |||
-rw-r--r-- | src/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json | 3 | ||||
-rw-r--r-- | src/rapidjson/bin/jsonschema/remotes/integer.json | 3 | ||||
-rw-r--r-- | src/rapidjson/bin/jsonschema/remotes/subSchemas.json | 8 |
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 Binary files differnew file mode 100644 index 00000000..1d098a41 --- /dev/null +++ b/src/rapidjson/bin/jsonschema/remotes/.DS_Store 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 |