relpipe-data/examples/film-1.yaml
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Feb 2022 00:43:11 +0100
branchv_0
changeset 329 5bc2bb8b7946
permissions -rw-r--r--
Release v0.18

"film":
  "attribute-metadata":
    - "name": "title"
      "type": "string"
    - "name": "year"
      "type": "integer"
    - "name": "director"
      "type": "string"
  "record":
    - "title": "Beetlejuice"
      "year": 1988
      "director": "Tim Burton"
    - "title": "Vacation"
      "year": 1983
      "director": "Harold Ramis"
    - "title": "Christmas Vacation"
      "year": 1989
      "director": "Jeremiah S. Chechik"
    - "title": "Celebrity"
      "year": 1998
      "director": "Woody Allen"
    - "title": "Great Balls of Fire!"
      "year": 1989
      "director": "Jim McBride"
    - "title": "Flatliners"
      "year": 1990
      "director": "Joel Schumacher"
    - "title": "Heathers"
      "year": 1988
      "director": "Michael Lehmann"
    - "title": "Blue Velvet"
      "year": 1986
      "director": "David Lynch"