lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

build_draft.v1.json (764B)


      1 {
      2   "suite": "listing",
      3   "contract_version": "0.1.0",
      4   "vectors": [
      5     {
      6       "id": "listing_build_draft_minimal_001",
      7       "kind": "listing.build_draft",
      8       "input": {
      9         "listing": {
     10           "d_tag": "AAAAAAAAAAAAAAAAAAAAAg",
     11           "farm": {
     12             "pubkey": "farm_pubkey",
     13             "d_tag": "AAAAAAAAAAAAAAAAAAAAAA"
     14           },
     15           "product": {
     16             "key": "sku",
     17             "title": "widget",
     18             "category": "tools"
     19           },
     20           "primary_bin_id": "bin-1",
     21           "bins": []
     22         }
     23       },
     24       "expected": {
     25         "wire_parts": {
     26           "kind": "listing",
     27           "content_shape": "listing_markdown_or_empty",
     28           "tags_shape": "listing_tags_full"
     29         }
     30       }
     31     }
     32   ]
     33 }