1 write to Ref
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
112return CompleteSchema(ref state, new JsonSchema { Ref = existingJsonPointer });
4 references to Ref
Shared (4)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
446if (schema.Ref is null)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
289Count(Ref != null); 351if (Ref != null) 353objSchema.Add(JsonSchemaConstants.RefPropertyName, Ref);