1{ 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 "type": "object", 4 "propertyNames": { 5 "enum": [ 6 "a", 7 "b", 8 "c" 9 ] 10 } 11} 12