Resources |
◎ COVESA Events |
Join/Sign Up |
◎ Join COVESA |
2025-12-04 Meeting notes
Date
Dec 4, 2025
Goals
Sync
Discussion items
Item | Who | Notes |
|---|---|---|
Update on commercial vehicle domain model? | @Paul Boyes |
|
Upcoming meetings and intention? | @Paul Boyes | About upcoming sessions:
About content:
|
Update on VSS to VDM mapping. | @Stephen Lawrence |
interface Vehicle {
id: ID!
speed: Float
}
type PassengerCar implements Vehicle {
id: ID!
speed: Float
# here comes extra specialised fields…
model: String
}
type Truck implements Vehicle {
id: ID!
speed: Float
# here comes extra specialised fields…
trailer: Trailer
}
|
LinkML | @Daniel Alvarez-Coello |
|
|
|
|
