1 write to Ref
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
86return CompleteSchema(ref state, new JsonSchema { Ref = existingJsonPointer });
4 references to Ref
System.Text.Json (4)
System\Text\Json\Schema\JsonSchema.cs (3)
111Count(Ref != null); 160if (Ref != null) 162objSchema.Add(RefPropertyName, Ref);
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
358if (schema.Ref is null)