Skip to content

Add support for "allOf": [ <constraints> ] #102

@loiclefevre

Description

@loiclefevre

Today, we can't use allOf for defining check constraints:

	"properties": {
		"NAME": {
			"type": "string",
			"extendedType": "string",
			"maxLength": 100,
			"allOf": [
				{
					"minLength": 3
				}
			],
			"minLength": "3",
			"description": "Product name (max length: 100)",
			"title": "Name"
		},

It would be great if it was supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug v0Bug in v0 probably won't be fixed. We recommend upgrading to v1.fix in v1Is a bug in v0, but fixed in v1

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions