Sha256: 83e637cef2fc14b97f651232a4b0211baa8f8b9b9cb37474c6feee05caa3a534

Contents?: true

Size: 869 Bytes

Versions: 6

Compression:

Stored size: 869 Bytes

Contents

{
    "title": "x",
    "datasets": [
        {
            "name": "payments",
            "columns": [
                {
                    "type": "attribute",
                    "name": "id"
                },
                {
                    "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

6 entries across 6 versions & 1 rubygems

Version Path
gooddata-0.6.4 spec/data/blueprint_invalid.json
gooddata-0.6.3 spec/data/blueprint_invalid.json
gooddata-0.6.2 spec/data/blueprint_invalid.json
gooddata-0.6.0 spec/data/blueprint_invalid.json
gooddata-0.6.0.pre11 spec/data/blueprint_invalid.json
gooddata-0.6.0.pre10 spec/data/blueprint_invalid.json