Showing:

Annotations
Diagram
Properties
Used By
Source
Definition nameType
definitions_nameType.html#/definitions/nameType/properties/family definitions_nameType.html#/definitions/nameType/properties/given
Annotations
Title  The 'name' property

Description  Specifies the family and given name for the person.
Diagram
Type object
Properties
Name Occurrence
family
given
required
required
Additional Properties false
Used by
Source

 "nameType": {
  "type": "object",
  "additionalProperties": false,
  "title": "The 'name' property",
  "description": "Specifies the family and given name for the person.",
  "required": [
    "family",
    "given"
  ],
  "properties": {
    "family": {"$ref": "#/definitions/nameValueType"},
    "given": {"$ref": "#/definitions/nameValueType"}
  }
}


Definition family
definitions_nameValueType.html#/definitions/nameValueType
Diagram
Type reference
Refers nameValueType
Used by
Schema
nameType
Source

 "family": {"$ref": "#/definitions/nameValueType"}


Definition given
definitions_nameValueType.html#/definitions/nameValueType
Diagram
Type reference
Refers nameValueType
Used by
Schema
nameType
Source

 "given": {"$ref": "#/definitions/nameValueType"}