-
## Feature Request
### Description of Problem:
It's programmatically a bit of a pain to determine what sort of file you're validating/visualizing. Primarily as there is no indicator of what type o…
Thels updated
3 weeks ago
-
### What happened?
![image](https://github.com/user-attachments/assets/adec63f3-9333-4cd7-8c82-f65aa2c65b13)
```
litellm.set_verbose = True
litellm.enable_json_schema_validation = True…
-
**Describe the bug**
When I use orchestrator and merge two subgraphs with Apollo Federation Directives as given below ,
```
String inventorySchema = "type Product @key(fields: \"upc\") @extends …
-
The Kibana platform supports adding Zod schemas for the responses produced by a route handler, these can be added per HTTP status code, such as:
```javascript
router.versioned
.post({
path:…
-
You may reproduce the error by:
import xmlschema
from xmlschema.exceptions import XMLSchemaException
schema_url = 'https://schemas.opengis.net/csw/2.0.2/csw.xsd'
xml_schema = xmlschema.XMLSchema…
-
**Issue type:**
[ x] question
[ ] bug report
[ x] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ x] `mysql` / `mariadb`
[…
-
Hey,
I have a thought for dynamic schema validation that I think is currently lacking (perhaps not too common request, though I believe it can be implemented as another validator).
In this case,…
-
### Problem
We would like the ability to provide extended validation rules for fields in the schema and then validate them at parse time in PBJ. The primary reason for this is security to limit the…
-
A (hopefully) complete list of table schema we cannot support:
- No hash sharded index
- No partial Indexes
- If a table contains a virtual computed column, we cannot support:
- A secondary index …
-
Before pushing task configurations to Azure, they should be validated against the latest schema using the validation service/API. Should include a `bypass` flag for local development.