]> git.proxmox.com Git - ceph.git/blob - ceph/src/rapidjson/bin/jsonschema/remotes/subSchemas.json
update sources to v12.1.0
[ceph.git] / ceph / src / rapidjson / bin / jsonschema / remotes / subSchemas.json
1 {
2 "integer": {
3 "type": "integer"
4 },
5 "refToInteger": {
6 "$ref": "#/integer"
7 }
8 }