4 writes to Pattern
Shared (4)
JsonSchemaExporter\JsonSchemaExporter.cs (4)
616Pattern = @"^-?(\d+\.)?\d{2}:\d{2}:\d{2}(\.\d{1,7})?$", 629Pattern = @"^\d+(\.\d+){1,3}$", 672new JsonSchema { Type = schemaType, Pattern = pattern }, 678return new JsonSchema { Type = schemaType, Pattern = pattern };
3 references to Pattern
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
295Count(Pattern != null); 371if (Pattern != null) 373objSchema.Add(JsonSchemaConstants.PatternPropertyName, Pattern);