{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://verio.dev/schema/soup.schema.json",
  "title": "SOUP file",
  "description": "The IEC 62304 SOUP list kept in a file of its own beside the design \u2014 `soup.yaml`, whose root is the `soup:` the design would otherwise hold. Scanned from the project's own dependencies and kept current from there. A design keeps it in one place or the other, never both.",
  "type": "object",
  "required": [
    "soup"
  ],
  "additionalProperties": false,
  "properties": {
    "soup": {
      "$ref": "root.schema.json#/$defs/soupList"
    }
  }
}
