diff --git a/structure-schema.yml b/structure-schema.yml index 449c7c5..a9439f4 100644 --- a/structure-schema.yml +++ b/structure-schema.yml @@ -79,4 +79,19 @@ mapping: "fields": type: seq sequence: *fieldsseq - #"documentation": #todo! + "documentation": + type: map + mapping: + "summary": # a summary about this protocol (optional) + type: str + "descriptions": # descriptions of the fields + type: seq + sequence: + - type: map + mapping: + "field": # field name as defined in the protocol structure + type: str + required: yes + "desc": # description + type: str + required: yes