2 repository-uri
Validation of input variables against a specific schema to ensure type correctness.
Distinct from JSON-Schema: Distinct from general JSON-Schema as it specifically validates GraphQL operation variables against the GraphQL schema.
Explore 2 awesome GitHub repositories matching data & databases · Variable Validation. Refine with filters or upvote what's useful.
GraphiQL is an interactive browser-based integrated development environment for writing, testing, and documenting GraphQL queries and mutations. It functions as a code editor, an API exploration tool, and a schema explorer, providing a visual interface for browsing GraphQL types and fields. The project provides a language server that delivers schema-driven autocompletion, linting, and validation via the Language Server Protocol. It allows for the embedding of high-performance editors into external projects and supports the injection of custom tools and components through a sidebar plugin API.
Checks JSON variables against a generated schema based on declared operations to ensure correct input types.
Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp
Checks that a workflow parameter matches a domain, subdomain, URL, CIDR, path, file, folder, number, string, or Git repository format.