9 references to CompleteSchema
System.Text.Json (9)
System\Text\Json\Schema\JsonSchemaExporter.cs (9)
86return CompleteSchema(ref state, new JsonSchema { Ref = existingJsonPointer }); 94return CompleteSchema(ref state, schema); 181return CompleteSchema(ref state, new() 201return CompleteSchema(ref state, schema); 264return CompleteSchema(ref state, new() 281return CompleteSchema(ref state, new() 305return CompleteSchema(ref state, new() 342return CompleteSchema(ref state, new() 353return CompleteSchema(ref state, JsonSchema.CreateTrueSchema());