mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
28 lines
502 B
YAML
28 lines
502 B
YAML
![]() |
---
|
||
|
$schema: http://json-schema.org/draft-04/schema#
|
||
|
title: Oracle manifest
|
||
|
type: object
|
||
|
properties:
|
||
|
system:
|
||
|
type: object
|
||
|
properties:
|
||
|
bootloader:
|
||
|
type: string
|
||
|
enum: [grub]
|
||
|
volume:
|
||
|
type: object
|
||
|
properties:
|
||
|
backing:
|
||
|
type: string
|
||
|
enum: [raw]
|
||
|
partitions:
|
||
|
type: object
|
||
|
properties:
|
||
|
type:
|
||
|
type: string
|
||
|
enum:
|
||
|
- none
|
||
|
- msdos
|
||
|
- gpt
|
||
|
required: [backing]
|