Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
lib
/
python3.9
/
site-packages
/
cloudinit
/
config
/
schemas
📤 Upload
📝 New File
📁 New Folder
Close
Editing: versions.schema.cloud-config.json
{ "$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" } ] } ] }
Save
Cancel