How to create a expectation suite for both DataAsset and FileDataAsset

I can create a expectations suite and checkpoint for DataAsset.
Now i want to check for the expectations available in FileDataAsset.

So basically, i want the datadocs to show these two expectations in particular

  1. If the file size is between 200 and 300 KB-Available in FileDataAsset API
  2. If the column values are in set (id, name, number) - Available in DataAsset API.

How to i show them both in same Datadocs/expectations. how do i inser the FileDataAsset expectations in the expectations Json file.