summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBlaisonneau David <david.blaisonneau@orange.com>2018-02-05 11:56:51 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-03-06 21:53:45 +0100
commitae119f01b7b313ea78ba08ae077d001688018d3a (patch)
tree011aea2c785fefa558dfe552f366bd9311447e6e /config
parent0946b039ae44d40a69e40db2ec4603c59aca006a (diff)
LF-POD4 PDF/IDF
PDF+IDF for LF POD4 inspired from securelab PDF and LF-pod2 XDFs. Change-Id: If7ee14efe5f279104a18d2a3281aa7b23bdf704a
Diffstat (limited to 'config')
-rw-r--r--config/pdf/idf-pod1.schema.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/pdf/idf-pod1.schema.yaml b/config/pdf/idf-pod1.schema.yaml
index 857749c4..49e06e69 100644
--- a/config/pdf/idf-pod1.schema.yaml
+++ b/config/pdf/idf-pod1.schema.yaml
@@ -132,7 +132,7 @@ definitions:
additionalProperties: false
osa:
v0.1:
- type: 'object'
+ type: ['object', 'null']
# NOTE: To be properly modeled by XCI maintainers
##############################################################################
@@ -163,7 +163,7 @@ properties:
fuel:
type: 'object'
osa:
- type: 'object'
+ type: ['object', 'null']
required: ['version']
additionalProperties: false
############################################################################
@@ -189,6 +189,9 @@ properties:
required: ['net_config']
osa:
required: ['net_config']
+ xci:
+ type: 'object'
+ # NOTE: To be properly modeled by XCI maintainers
# Do not allow any properties not defined here. This lets us catch typos.
additionalProperties: false