Source position: fpjson.schema.types.pp line 97
type TJSONSchemaKeywords = set of ( |
jskUnknown, |
jskId, |
jskAnchor, |
jskIdDraft4, |
jskSchema, |
jskDefs, |
jskTitle, |
jskDescription, |
jskDefault, |
jskMultipleOf, |
jskMaximum, |
jskExclusiveMaximum, |
jskMinimum, |
jskExclusiveMinimum, |
jskMaxLength, |
jskMinLength, |
jskPattern, |
jskAdditionalItems, |
jskItems, |
jskPrefixItems, |
jskMaxItems, |
jskMinItems, |
jskUniqueItems, |
jskMaxProperties, |
jskMinProperties, |
jskMaxContains, |
jskMinContains, |
jskRequired, |
jskDefinitions, |
jskProperties, |
jskPatternProperties, |
jskAdditionalProperties, |
jskPropertyNames, |
jskDependentSchemas, |
jskDependentRequired, |
jskEnum, |
jskType, |
jskAllOf, |
jskAnyOf, |
jskOneOf, |
jskNot, |
jskFormat, |
jskRef, |
jskIf, |
jskElse, |
jskThen, |
jskDynamicRef, |
jskDynamicAnchor, |
jskContains, |
jskComment, |
jskConst, |
jskUnevaluatedItems, |
jskUnevaluatedProperties, |
jskContentEncoding, |
jskContentMediaType, |
jskContentSchema, |
jskExamples, |
jskDeprecated, |
jskReadOnly, |
jskWriteOnly, |
jskVocabulary |
); |