Sha256: 4b6f195208d7f479d92fc112bef5af81455a785b757853733f1086c3e30286d3

Contents?: true

Size: 957 Bytes

Versions: 14

Compression:

Stored size: 957 Bytes

Contents

{
    "title": "x",
    "datasets": [
        {
            "name": "payments",
            "columns": [
                {
                    "type": "attribute",
                    "name": "id",
                    "gd_data_type" : "INT",
                    "gd_type" : "GDC.text"
                },
                {
                    "type": "fact",
                    "name": "amount"
                },
                {
                    "type": "reference",
                    "name": "user_id",
                    "dataset": "users",
                    "reference": "user_id"
                }
            ]
        },
        {
            "name": "users",
            "columns": [
                {
                    "type": "attribute",
                    "name": "user_id"
                },
                {
                    "type": "fact",
                    "name": "amount"
                }
            ]
        }
    ]}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
gooddata-0.6.18 spec/data/blueprint_invalid.json
gooddata-0.6.17 spec/data/blueprint_invalid.json
gooddata-0.6.16 spec/data/blueprint_invalid.json
gooddata-0.6.15 spec/data/blueprint_invalid.json
gooddata-0.6.14 spec/data/blueprint_invalid.json
gooddata-0.6.13 spec/data/blueprint_invalid.json
gooddata-0.6.12 spec/data/blueprint_invalid.json
gooddata-0.6.11 spec/data/blueprint_invalid.json
gooddata-0.6.10 spec/data/blueprint_invalid.json
gooddata-0.6.9 spec/data/blueprint_invalid.json
gooddata-0.6.8 spec/data/blueprint_invalid.json
gooddata-0.6.7 spec/data/blueprint_invalid.json
gooddata-0.6.6 spec/data/blueprint_invalid.json
gooddata-0.6.5 spec/data/blueprint_invalid.json