OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3
/
dist-packages
/
cloudinit
/
config
/
schemas
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/01/2022 06:30:50 AM
rwxr-xr-x
📄
__init__.py
0 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📁
__pycache__
-
07/01/2022 06:30:50 AM
rwxr-xr-x
📄
schema-cloud-config-v1.json
97.66 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
versions.schema.cloud-config.json
430 bytes
05/18/2022 04:04:36 PM
rw-r--r--
Editing: versions.schema.cloud-config.json
Close
{ "$schema": "http://json-schema.org/draft-04/schema#", "$id": "https://raw.githubusercontent.com/canonical/cloud-init/main/cloudinit/config/schemas/versions.schema.cloud-config.json", "oneOf": [ { "allOf": [ { "properties": { "version": { "enum": ["22.2", "v1"] } } }, {"$ref": "./schema-cloud-config-v1.json"} ] } ] }