1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
description: "Schema for basic example PEP" properties: samples: type: array items: type: object properties: sample_name: type: string protocol: type: string file: type: string required: - sample_name - protocol - file