1 write to Ref
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
77return CompleteSchema(ref state, new JsonSchema { Ref = existingJsonPointer });
4 references to Ref
System.Text.Json (4)
System\Text\Json\Schema\JsonSchema.cs (3)
100Count(Ref is not null); 151if (Ref is not null) 153objSchema.Add(RefPropertyName, Ref);
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
434if (schema.Ref is null)