package ap import "net/url" type IdType struct { Id *url.URL } type ValueType[T any] struct { Value T } type Media struct { Type url.URL MediaType string Url url.URL }