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