Class ContainerTypeSchema

    • Field Detail

      • enums

        protected java.util.Set<java.lang.String> enums
        This provides an enumeration of all possible values that are valid for the instance property. This MUST be an array, and each item in the array represents a possible value for the instance value. If this attribute is defined, the instance value MUST be one of the values in the array in order for the schema to be valid. Comparison of enum values uses the same algorithm as defined in "uniqueItems" (Section 5.15).
      • oneOf

        protected java.util.Set<java.lang.Object> oneOf
        This provides an enumeration of all possible values that are valid for the instance property. This MUST be an array, and each item in the array represents a possible value for the instance value. If this attribute is defined, the instance value MUST be one of the values in the array in order for the schema to be valid. Comparison of enum values uses the same algorithm as defined in "uniqueItems" (Section 5.15).
    • Constructor Detail

      • ContainerTypeSchema

        public ContainerTypeSchema()
    • Method Detail

      • getEnums

        public java.util.Set<java.lang.String> getEnums()
      • setEnums

        public void setEnums​(java.util.Set<java.lang.String> enums)
      • getOneOf

        public java.util.Set<java.lang.Object> getOneOf()
      • setOneOf

        public void setOneOf​(java.util.Set<java.lang.Object> oneOf)