konradybcio: any idea how i can get schema matching with patern on "contains"? i tried this: ``` properties: compatible: contains: anyOf: - enum: - qcom,adreno-610.0 - qcom,adreno-619.1 - pattern: '^qcom,adreno-[67][0-9][0-9]\.[0-9]$' ``` but it seems it doesn't work