github.com/xeptore/docker-cli@v20.10.14+incompatible/cli/command/trust/testdata/trust-inspect-empty-repo.golden (about)

     1  [
     2      {
     3          "Name": "reg/img:unsigned-tag",
     4          "SignedTags": [],
     5          "Signers": [],
     6          "AdministrativeKeys": [
     7              {
     8                  "Name": "Root",
     9                  "Keys": [
    10                      {
    11                          "ID": "rootID"
    12                      }
    13                  ]
    14              },
    15              {
    16                  "Name": "Repository",
    17                  "Keys": [
    18                      {
    19                          "ID": "targetsID"
    20                      }
    21                  ]
    22              }
    23          ]
    24      }
    25  ]