{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OwnershipIds", "type": "object", "required": [ "ids" ], "properties": { "ids": { "type": "array", "description": "List of the Ownerships ids", "items": { "$ref": "#/components/schemas/OwnershipId" } } } }