Skip to content

Remove type: objekt from property transportUnitIdentifierReference #323

Description

@larsolofsson

Property transportUnitIdentifierReference could be simplified.

Current constract

                    transportUnitIdentifierReference:
                      type: object
                      unevaluatedProperties: false
                      required:
                        - value
                      properties:
                        value:
                          type: string
                          minLength: 1

could be changed to

                    transportUnitIdentifierReference:
                          type: string
                          minLength: 1

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

    MUST BE DISCUSSEDMust be discussed during the next CWG meeting

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions