-
attempting to validate with the following json schema
{
"type": "object",
"title": "Person",
"required": [ "surname", "niNumber", "postcode" ],
"dependencies": {
"foren…
-
- [ ] 設定ファイルのスキーマをチェックする関数を作成する
- [ ] 設定ファイルロード時に、上の関数を実行する
- [ ] コマンド実行時、設定ファイルのスキーマチェックだけして終了するオプションを作成する
-
I'm trying to integrate this lib to my android project and I have passed all the initial integration challenges (with packagingOptions and such) and I see the lib compile and parse the schema (outputt…
-
Using an Optional or Union type with the @ValidateParameters decorator works for validation purposes, but it causes a 500 error when accessing the /docs route.
It looks like it may be this functio…
-
I'm using fjs to generate python code that does the validation (i.e. `compile_to_code`)
I'm working around #72 by just falling back to good (bad) old `jsonschema` and `best_guess` in the case I hav…
-
is there a regex that can be used to check whether the provided string is in a format that can be parsed by this library?
for the purposes of using in a jsonschema
-
I use latest class-validator 0.11.0, and it log warning during yarn install for class-validator-jsonschema. I think it should upgrade to class-validator version 0.11.0 in class-validator-jsonschema.
…
-
With the default `PrimaryKeyRelatedFieldConverter` (https://github.com/maykinmedia/drf-jsonschema-serializer/blob/main/drf_jsonschema_serializer/converters.py#L267), using `PrimaryKeyRelatedField` wit…
-
Hi,
I would like to utilize protobuf to define schema for a topic.
It is not apparent in documentation the format the protobuf schema function takes, and after reviewing a go test spec for pro…
-
original comment: https://github.com/apache/apisix-dashboard/pull/651/files#r516345355
new way:
1. YAML
2. Pretty JSON
what do you think?
I think we can use YAML or formatted JSON style. …