{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Requirements file",
  "description": "The requirements tree kept in a file of its own beside the design \u2014 `requirements.yaml`, whose root is the `requirements:` the design would otherwise hold. Read as part of the design: the items sit exactly where they would inline. A design keeps them in one place or the other, never both.",
  "type": "object",
  "properties": {
    "requirements": {
      "$ref": "root.schema.json#/$defs/itemMap"
    }
  },
  "required": [
    "requirements"
  ],
  "additionalProperties": false,
  "$id": "https://verio.dev/schema/requirements.schema.json"
}
