-
```
class UserPasswordSchema(Schema):
password: str
@login_required
@model_validator(mode='after')
@classmethod
def check_password(cls, obj):
check_user_password…
-
It may be nice to have very basic schema validation for configuration files (`config.hjson`, `menu.hjson`, etc.).
* Help users identify issues with their configurations
* Ideally something very li…
-
# Summary
Add the ability to skip helm schema validation in helm template (pass `--skip-schema-validation` when argo uses `helm template`)
# Motivation
When running offline clusters, using he…
-
# Changelog
## X (Matrix Layers)
- Updated Visium Spatial Gene Expression table row to **Descendants** of Visium Spatial Gene Expression
- Added matrix requirements for Visium CytAssist Spatial…
-
# Changelog
* uns (Dataset Metadata)
* Updated the requirements for `spatial` to include descendants of _Visium Spatial Gene Expression_.
* Updated the requirements for spatial['is_single']…
-
Still save the document even if there are errors…
…however, not regenerate the code and have the code generator display the validation errors
…and have the same validation errors show up in the editor…
-
_This is a meta ticket, providing a general description for the specific subtasks_
Imagine a process chain were raw materials are produced. These raw materials could be used in a production process…
-
Json Schema supports schema validation keywords beyond what our Open API 3.0 emitter supports.
Open API 3.1 schemas are a superset of Json Schema, and our emitter should support the same keywords.
T…
-
### Current Behavior
With the given schema for a custom executor:
```json
{
"$schema": "http://json-schema.org/schema",
"type": "object",
"properties": {
"config": {
"type"…
-
**Test case**
Oracle:
```
create view pso_data_validator.dvt_core_types_vw as
select id,col_int8 from pso_data_validator.dvt_core_types;
```
Notice `dvt_core_types_vw` is included in the out…