parents


Description: parents of person

Type: array

Items-Reference: /person

Schema:


{
    "type": "array",
    "description": "parents of person",
    "items": {
        "$ref": "person.json"
    }
}