9 references to CompleteSchema
System.Text.Json (9)
System\Text\Json\Schema\JsonSchemaExporter.cs (9)
76return CompleteSchema(ref state, new JsonSchema { Ref = existingJsonPointer }); 84return CompleteSchema(ref state, schema); 171return CompleteSchema(ref state, new() 191return CompleteSchema(ref state, schema); 254return CompleteSchema(ref state, new() 271return CompleteSchema(ref state, new() 295return CompleteSchema(ref state, new() 332return CompleteSchema(ref state, new() 343return CompleteSchema(ref state, JsonSchema.CreateTrueSchema());