Skip to content

Commit

Permalink
Remove 'package' as a documented logical location kind in the schema.…
Browse files Browse the repository at this point in the history
… Documentation only change. (#1162)
  • Loading branch information
michaelcfanning authored Dec 8, 2018
1 parent 4cbb5fd commit 8f108ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sarif/Autogenerated/LogicalLocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public SarifNodeKind SarifNodeKind
public string ParentKey { get; set; }

/// <summary>
/// The type of construct this logicalLocationComponent refers to. Should be one of 'function', 'member', 'module', 'namespace', 'package', 'parameter', 'resource', 'returnType', 'type', or 'variable', if any of those accurately describe the construct.
/// The type of construct this logicalLocationComponent refers to. Should be one of 'function', 'member', 'module', 'namespace', 'parameter', 'resource', 'returnType', 'type', or 'variable', if any of those accurately describe the construct.
/// </summary>
[DataMember(Name = "kind", IsRequired = false, EmitDefaultValue = false)]
public string Kind { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Sarif/Schemata/sarif-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
},

"kind": {
"description": "The type of construct this logicalLocationComponent refers to. Should be one of 'function', 'member', 'module', 'namespace', 'package', 'parameter', 'resource', 'returnType', 'type', or 'variable', if any of those accurately describe the construct.",
"description": "The type of construct this logicalLocationComponent refers to. Should be one of 'function', 'member', 'module', 'namespace', 'parameter', 'resource', 'returnType', 'type', or 'variable', if any of those accurately describe the construct.",
"type": "string"
},

Expand Down

0 comments on commit 8f108ea

Please sign in to comment.