Skip to content

Commit

Permalink
Change property name imports to import
Browse files Browse the repository at this point in the history
All property names should be singular

Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
goneall committed Aug 12, 2024
1 parent 647f94b commit b5092b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion model/Core/Classes/SpdxDocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SpdxDocument element definition.

## Properties

- imports
- import
- type: ExternalMap
- namespaceMap
- type: NamespaceMap
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
SPDX-License-Identifier: Community-Spec-1.0

# imports
# import

## Summary

Provides an ExternalMap of Element identifiers.

## Description

Imports provides an ExternalMap of Element identifiers that are used within a
Import provides an ExternalMap of Element identifiers that are used within a
document but defined external to that document.

## Metadata

- name: imports
- name: import
- Nature: ObjectProperty
- Range: ExternalMap

0 comments on commit b5092b1

Please sign in to comment.