Skip to content

Commit 32ebe0a

Browse files
committed
Tweak Taxi description.
1 parent f9d196c commit 32ebe0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/scala/io/sdkman/changelogs/TaxiMigrations.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ class TaxiMigrations {
1515
candidate = "taxi",
1616
name = "Taxi",
1717
description =
18-
"Taxi is a language for semantically describing data and services. Taxi allows describing any data format (XML, CSV, JSON etc), and any data service (OpenAPI, Kafka, CSV files). Taxi goes beyond simple scalar types (Int,String,Date) to support rich semantic types (FirstName, LastName, EmailAddress), which enables smart automated integration tools like Vyne. The SDK provides command line tooling to create and manage your taxi project. ",
19-
websiteUrl = "https://taxilang.org",
20-
distribution = "UNIVERSAL"
18+
"Taxi is a language for documenting data - such as data models - and the contracts of APIs. It describes " +
19+
"data semantically, allowing powerful tooling to discover and map data based on it's meaning, rather " +
20+
"than the name of a field.",
21+
websiteUrl = "https://taxilang.org"
2122
).insert()
2223
}

0 commit comments

Comments
 (0)