core.Map<core.String, core.dynamic> toJson() => { if (references != null) 'references': references!, if (schema != null) 'schema': schema!, if (schemaType != null) 'schemaType': schemaType!, };