enum
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.