# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/software_verification_cases.schema.json
filters:
sys001:
svcs_ids:
imports: ["SVC_123", "SVC_124"]
custom:
imports: 'ids == "SVC_123", "SVC_124"'
sys002:
svcs_ids:
excludes: ["SVC_123", "SVC_124"]
custom:
exclude: 'ids == "SVC_123", "SVC_124"'
cases:
- id: # alphanumerical
requirement_ids: # array of alphanumerical
title: # text
description: # text
verification: # automated (test), manual (test), review, platform, other
instructions: # text, if manual verification
revision: # version number, e.g. 1.0.2