sla.schema.json 345 Bytes
Newer Older
Rafael Monnerat's avatar
Rafael Monnerat committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "Slapos Software Release instantiation descriptor",
  "additionalProperties": false,
  "properties": {
    "instance_guid": {
      "description": "XXX",
      "type": "string"
    },
    "computer_guid": {
      "description": "XXX",
      "type": "string"
    }
  }
15
}