Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

No support for anyOf #14

@theofidry

Description

@theofidry

I wanted to try it out on Infection but looks like its choking on the anyOf type:

"type": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "object",
                                "additionalProperties": false,
                                "properties": {
                                    "ignore": {
                                        "type": "array",
                                        "items": {"type": "string"}
                                    },
                                    "settings": {
                                        "type": "object",
                                        "additionalProperties": false,
                                        "properties": {
                                            "in_array": {"type": "boolean"},
                                            "array_search": {"type": "boolean"}
                                        }
                                    }
                                }
                            }
                        ]
                    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions