Skip to content

Commit

Permalink
https://github.com/metadatacenter/cedar-project/issues/1198
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila L. Egyedi committed Nov 8, 2023
1 parent 9a88aad commit 41a338d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/java/org/metadatacenter/constant/JsonSchemaConstants.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package org.metadatacenter.constant;

public final class JsonSchemaConstants {
public static final String PROPERTIES = "properties";
public static final String ITEMS = "items";
public static final String TYPE = "type";
public static final String TYPE_VALUE_OBJECT = "object";
public static final String TYPE_VALUE_ARRAY = "array";

private JsonSchemaConstants() {
}

}

0 comments on commit 41a338d

Please sign in to comment.