Skip to content
Snippets Groups Projects
Commit 9ce4e684 authored by Sviatoslav Nekhaienko's avatar Sviatoslav Nekhaienko
Browse files

added one more ignored definition

parent ea001ee5
Branches
Tags
1 merge request!60Indexer to read from Schema Service as well as Storage Schema
......@@ -28,7 +28,8 @@ import java.util.stream.Stream;
class PropertiesProcessor {
static String DEF_PREFIX = "#/definitions/";
static Set<String> SKIP_DEFINITIONS = new HashSet<>(Collections.singletonList("AbstractAnyCrsFeatureCollection.1.0.0"));
static Set<String> SKIP_DEFINITIONS = new HashSet<>(
Arrays.asList("AbstractAnyCrsFeatureCollection.1.0.0", "anyCrsGeoJsonFeatureCollection"));
static Set<String> ARRAY_SUPPORTED_SIMPLE_TYPES = new HashSet<>(
Arrays.asList("number", "string", "integer", "boolean"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment