Skip to content

Commit

Permalink
add createdBy property
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Aug 1, 2024
1 parent 294cde6 commit 47cef5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rst-api-spec.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ components:
required:
- tlds
- rsp
- createdBy
- clientIDs
- testPlan
- testPlanVersion
Expand All @@ -850,6 +851,13 @@ components:
properties:
#exec gpp -x inc/test-request-base-properties.yaml | sed 's/^/ /'

createdBy:
description: The ID of the client that created this object.
type: string
format: hostname
x-constraints: "@ValidHostname"
example: tlsa.rsp.example

testID:
description: The unique ID for this test request object.
type: string
Expand Down

0 comments on commit 47cef5a

Please sign in to comment.