Skip to content

required array fields should be non-empty #7

@hughsimpson

Description

@hughsimpson

E.g. we should enforce that @type in

class FHIRSignature is Element is export {
          has Reference $.who is required;
          has Coding @.type is required;
          has DateTime $.when is required;
          has Base64Binary $.data;
          has FHIRCode $.sigFormat;
          has Reference $.onBehalfOf;
          has FHIRCode $.targetFormat;
}

should have at least one element

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions