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.