Skip to content

storage item does not get mapped correctly #1

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!)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions