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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions