Showing:

Annotations
Diagram
Properties
Used By
Source
Main Schema personal-schema.json
personal-schema.json.html#/properties/personnel
Document version http://json-schema.org/draft-07/schema#
Annotations
Title  Personal schema.

Diagram
Type object
Properties
Name Occurrence
personnel
optional
Additional Properties true
Source

{
  "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
personal-schema.json.html#/properties/personnel/properties/person
Annotations
Title  The 'personnel' property

Description  Defines the personnel as a collection of person entries.
Diagram
Type object
Properties
Name Occurrence
person
optional
Additional Properties false
Used by
Schema
#/schema
Source

 "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"}
  }
}


Definition person
personal-defs.json.html#personal-defs.json#/definitions/personType
Diagram
Type reference
Refers personType
Used by
Schema
personnel
Source

 "person": {"$ref": "personal-defs.json#/definitions/personType"}