2019-06-10 16:36:56 +00:00
|
|
|
---
|
|
|
|
$schema: "http://json-schema.org/schema#"
|
|
|
|
$id: "https://opendev.org/openstack/releases/src/branch/master/README.rst"
|
|
|
|
|
|
|
|
# Do not allow any properties not defined here. This lets us catch
|
|
|
|
# typos.
|
|
|
|
|
2019-06-20 13:56:23 +00:00
|
|
|
type: "object"
|
|
|
|
additional_properties:
|
|
|
|
type: "array"
|
|
|
|
items:
|
2019-06-10 16:36:56 +00:00
|
|
|
type: "object"
|
|
|
|
additionalProperties: false
|
|
|
|
required:
|
|
|
|
- irc
|
|
|
|
- email
|
|
|
|
properties:
|
|
|
|
name:
|
|
|
|
type: "string"
|
|
|
|
irc:
|
|
|
|
type: "string"
|
|
|
|
email:
|
2019-06-20 13:56:23 +00:00
|
|
|
type: "string"
|