16 lines
289 B
YAML
16 lines
289 B
YAML
---
|
|
schema: 'deckhand/DataSchema/v1'
|
|
metadata:
|
|
schema: metadata/Control/v1
|
|
name: pegleg/CommonSoftwareConfig/v1
|
|
data:
|
|
$schema: 'http://json-schema.org/schema#'
|
|
type: object
|
|
properties:
|
|
osh:
|
|
type: object
|
|
properties:
|
|
region_name:
|
|
type: string
|
|
...
|