T
alias T =
JsonSchema!(
StdJsonAdapter,
AliasGroup!(
JsonCommonState,
JsonObjectState),
AliasGroup!(
JsonSchemaMinLengthConstraint,
JsonSchemaMaxLengthConstraint,
JsonSchemaPatternConstraint,
JsonSchemaMultipleOfConstraint,
JsonSchemaMinimumConstraint,
JsonSchemaMaximumOfConstraint,
JsonSchemaRequiredConstraint,
JsonSchemaMinPropertiesConstraint,
JsonSchemaMaxPropertiesConstraint),
AliasGroup!(
JsonSchemaTypeKeyword,
JsonSchemaPropertiesKeyword,
JsonSchemaPatternPropertiesKeyword,
JsonSchemaAdditionalPropertiesKeyword),
AliasGroup!())
jsonschema schema
aliasesenumsfunctionsstructs