Skip to content

Commit

Permalink
remove redundant spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl authored Sep 18, 2024
1 parent 2b7c7f4 commit ade46fd
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Security Rule Schema
version: 'not applicable'
paths: { }
paths: {}
components:
x-codegen-enabled: true
schemas:
Expand Down Expand Up @@ -262,7 +262,7 @@ components:
properties:
type:
type: string
enum: [ eql ]
enum: [eql]
description: Rule type
query:
$ref: './common_attributes.schema.yaml#/components/schemas/RuleQuery'
Expand Down Expand Up @@ -342,7 +342,7 @@ components:
properties:
type:
type: string
enum: [ query ]
enum: [query]
description: Rule type
required:
- type
Expand Down Expand Up @@ -422,7 +422,7 @@ components:
properties:
type:
type: string
enum: [ saved_query ]
enum: [saved_query]
description: Rule type
saved_id:
$ref: './common_attributes.schema.yaml#/components/schemas/SavedQueryId'
Expand Down Expand Up @@ -503,7 +503,7 @@ components:
properties:
type:
type: string
enum: [ threshold ]
enum: [threshold]
description: Rule type
query:
$ref: './common_attributes.schema.yaml#/components/schemas/RuleQuery'
Expand Down Expand Up @@ -583,7 +583,7 @@ components:
properties:
type:
type: string
enum: [ threat_match ]
enum: [threat_match]
description: Rule type
query:
$ref: './common_attributes.schema.yaml#/components/schemas/RuleQuery'
Expand Down Expand Up @@ -679,7 +679,7 @@ components:
properties:
type:
type: string
enum: [ machine_learning ]
enum: [machine_learning]
description: Rule type
anomaly_threshold:
$ref: './specific_attributes/ml_attributes.schema.yaml#/components/schemas/AnomalyThreshold'
Expand Down Expand Up @@ -741,7 +741,7 @@ components:
properties:
type:
type: string
enum: [ new_terms ]
enum: [new_terms]
description: Rule type
query:
$ref: './common_attributes.schema.yaml#/components/schemas/RuleQuery'
Expand Down Expand Up @@ -831,7 +831,7 @@ components:
properties:
type:
type: string
enum: [ esql ]
enum: [esql]
description: Rule type
language:
$ref: '#/components/schemas/EsqlQueryLanguage'
Expand Down

0 comments on commit ade46fd

Please sign in to comment.