{"type":"object","title":"Personal schema.","$schema":"http://json-schema.org/draft-07/schema#","properties":{"personnel":{"type":"object","additionalProperties":false,"title":"The 'personnel' property","description":"Defines the personnel as a collection of person entries.","properties":{}}}}
Property personnel
Annotations
Title The 'personnel' property
Description Defines the personnel as a collection of person entries.
"personnel":{"type":"object","additionalProperties":false,"title":"The 'personnel' property","description":"Defines the personnel as a collection of person entries.","properties":{"person":{"$ref":"personal-defs.json#/definitions/personType"}}}