
Adds JSON schema validation to Spyglass. Change-Id: Ib29bbf9fa02cd6623c75db37a4c8d6f510b52831
42 lines
884 B
YAML
42 lines
884 B
YAML
---
|
|
schema: deckhand/DataSchema/v1
|
|
metadata:
|
|
schema: metadata/Control/v1
|
|
name: promenade/PKICatalog/v1
|
|
labels:
|
|
application: promenade
|
|
data:
|
|
certificate_authorities:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
description:
|
|
type: string
|
|
certificates:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
document_name:
|
|
type: string
|
|
description:
|
|
type: string
|
|
common_name:
|
|
type: string
|
|
hosts:
|
|
type: array
|
|
items: string
|
|
groups:
|
|
type: array
|
|
items: string
|
|
keypairs:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description:
|
|
type: string
|
|
... |