mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
Improve validateSchema comment
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ export type FromSchema<S extends Schema> = {
|
||||
};
|
||||
|
||||
/**
|
||||
* Validates `obj` against `schema`.
|
||||
* Validates that `obj` satisfies at least `schema`. Additional keys are accepted.
|
||||
*
|
||||
* @param schema The schema to validate against.
|
||||
* @param obj The object to validate.
|
||||
|
||||
Reference in New Issue
Block a user