diff --git a/resources/schema/Executability.json b/resources/schema/Executability.json index 15526e8ee..fdb11e505 100644 --- a/resources/schema/Executability.json +++ b/resources/schema/Executability.json @@ -1,7 +1,7 @@ { "$id": "Executability.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "anyOf": [ + "oneOf": [ { "const": "Fully Executable" }, diff --git a/resources/schema/Executability.md b/resources/schema/Executability.md index d8aa390b8..6cd731fa1 100644 --- a/resources/schema/Executability.md +++ b/resources/schema/Executability.md @@ -33,4 +33,3 @@ The rule can be partially executed but may report more violations than actually ## Partially Executable - Possible Underreporting The rule can be partially executed but may miss some violations that should be reported. -