OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3
/
dist-packages
/
cloudinit
/
config
/
schemas
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:15:08 AM
rwxr-xr-x
📄
__init__.py
0 bytes
04/20/2023 09:31:09 PM
rw-r--r--
📁
__pycache__
-
05/09/2024 07:15:08 AM
rwxr-xr-x
📄
schema-cloud-config-v1.json
131.57 KB
04/20/2023 09:31:09 PM
rw-r--r--
📄
versions.schema.cloud-config.json
557 bytes
04/20/2023 09:31:09 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": [ "v1" ] } } }, { "$ref": "https://raw.githubusercontent.com/canonical/cloud-init/main/cloudinit/config/schemas/schema-cloud-config-v1.json" } ] } ] }