build_draft.v1.json (969B)
1 { 2 "suite": "farm", 3 "contract_version": "0.1.0", 4 "vectors": [ 5 { 6 "id": "farm_build_draft_minimal_001", 7 "kind": "farm.build_draft", 8 "input": { 9 "farm": { 10 "d_tag": "AAAAAAAAAAAAAAAAAAAAAA", 11 "name": "example farm" 12 } 13 }, 14 "expected": { 15 "wire_parts": { 16 "kind": "farm", 17 "content_shape": "farm_json", 18 "tags_shape": "d_tag_required" 19 } 20 } 21 }, 22 { 23 "id": "farm_build_draft_location_without_geo_002", 24 "kind": "farm.build_draft", 25 "input": { 26 "farm": { 27 "d_tag": "AAAAAAAAAAAAAAAAAAAAAQ", 28 "name": "example farm with local location", 29 "location": { 30 "primary": "San Francisco, CA" 31 } 32 } 33 }, 34 "expected": { 35 "wire_parts": { 36 "kind": "farm", 37 "content_shape": "farm_json", 38 "tags_shape": "d_tag_required" 39 } 40 } 41 } 42 ] 43 }