Skip to content

storage item does not get mapped correctly #1

@eliasgruenewald

Description

@eliasgruenewald

Although a document compiles valid against the schema, python-tilt does not instantiate correctly, when certain fields are missing for the storageitem.

Works:

      "storage": [],

Does not work:

      "storage": [
        {
          "temporal": [
            {
              "description": "Die übermittelten Daten werden einen Monat nach Abwicklung der Bestellung gelöscht.",
              "ttl": "P1M"
            }
          ],
          "aggregationFunction": "max"
        }
      ],

Workaround (add empty lists):

      "storage": [
        {
          "temporal": [
            {
              "description": "Die übermittelten Daten werden einen Monat nach Abwicklung der Bestellung gelöscht.",
              "ttl": "P1M"
            }
          ],
          "purposeConditional": [],
          "legalBasisConditional" : [],
          "aggregationFunction": "max"
        }
      ],

(Thanks, Flora!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions