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