Skip to content

Commit

Permalink
actions: in-line region_slug property. (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Oct 15, 2024
1 parent 21845ad commit ca3e2ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions specification/resources/actions/models/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ properties:
$ref: '../../regions/models/region.yml'

region_slug:
allOf:
- $ref: '../../regions/models/region.yml#/properties/slug'
- type: string
nullable: true
type: string
nullable: true
description: A human-readable string that is used as a unique identifier
for each region.
example: nyc3

0 comments on commit ca3e2ac

Please sign in to comment.