浏览代码

query node - asset and data object input schema rework III

ondratra 4 年之前
父节点
当前提交
0722f5cea2
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      query-node/schema.graphql

+ 0 - 15
query-node/schema.graphql

@@ -63,25 +63,10 @@ enum AssetAvailability {
   "Asset is being uploaded to storage"
   PENDING,
 
-  "Asset is referencing URL"
-  URL,
-
   "Anvalid storage (meta)data used"
   INVALID,
 }
 
-"Asset representation"
-type Asset @entity {
-  "Asset's data object"
-  dataObject: DataObject
-
-  "URLs where the asset content can be accessed (if any)"
-  urls: [String!]
-
-  "Availability meta information"
-  availability: AssetAvailability!
-}
-
 "The decision of the storage provider when it acts as liaison"
 enum LiaisonJudgement {
   "Content awaits for a judgment"