seamapi / docs

Welcome to the Seam Docs.
https://docs.seam.co
4 stars 10 forks source link

Automatically link id references to resources #319

Open razor-x opened 3 weeks ago

razor-x commented 3 weeks ago

Can we link id properties and params automatically in the generated docs? When they appear in descriptions? What about list properties, like device_ids?

This should be possible if blueprint can implement resourceType on Property and Param, e.g.,

jsonType: 'string',
format: 'id',
resourceType: 'acs_system'

Or can we just to a simple endsAt search? This is needed since while some properties can be matched exactly, other properties like credential_manager_acs_system_id need special matching or lookup.