Juniper / contrail

Contrail repo for core components (go based)
Apache License 2.0
44 stars 32 forks source link

No Path and PluralPath in generated schema.json #72

Closed danielfurman closed 6 years ago

danielfurman commented 6 years ago

Path and PluralPath are absent in schema.json.

CLI needs that information for issuing API requests. For now ID and Plural fields together with some string replacement are used.

nati commented 6 years ago

you can use common packages for get these

danielfurman commented 6 years ago

@nati Could you provide an example or point to the place in code?