diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index a3552282a..c1ace36c3 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -2095,6 +2095,13 @@ components: properties: data: $ref: "#/components/schemas/AWSCloudAuthPersonaMappingsData" + example: + - attributes: + account_identifier: "test@test.com" + account_uuid: "12bbdc5c-5966-47e0-8733-285f9e44bcf4" + arn_pattern: "arn:aws:iam::123456789012:user/testuser" + id: "c5c758c6-18c2-4484-ae3f-46b84128404a" + type: aws_cloud_auth_config required: - data type: object @@ -31068,6 +31075,11 @@ components: properties: data: $ref: "#/components/schemas/IncidentHandlesResponseData" + example: + - attributes: + name: "@incident-sev-1" + id: "12ceee6d-a7c0-4407-bc54-30e54140d7f0" + type: incident_handles included: $ref: "#/components/schemas/IncidentHandleIncludedResponse" required: @@ -35460,6 +35472,12 @@ components: properties: data: $ref: "#/components/schemas/JiraAccountsData" + example: + - attributes: + consumer_key: "consumer-key-1" + instance_url: "https://example.atlassian.net" + id: "account-1" + type: jira-account meta: $ref: "#/components/schemas/JiraAccountsMeta" required: @@ -35781,6 +35799,17 @@ components: properties: data: $ref: "#/components/schemas/JiraIssueTemplatesData" + example: + - attributes: + fields: + description: + payload: "Test Description" + type: "json" + issue_type_id: "10001" + name: "Bug Report Template" + project_id: "PROJECT-1" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: jira-issue-template included: $ref: "#/components/schemas/JiraAccountsData" required: @@ -37850,6 +37879,14 @@ components: properties: data: $ref: "#/components/schemas/ListFindingsData" + example: + - attributes: + evaluation: fail + resource: "arn:aws:s3:::my-bucket" + resource_type: aws_s3_bucket + status: open + id: "abc-123-xyz" + type: finding meta: $ref: "#/components/schemas/ListFindingsMeta" required: @@ -48487,6 +48524,12 @@ components: properties: data: $ref: "#/components/schemas/OutcomesBatchResponseData" + example: + - attributes: + service_name: my-service + state: pass + id: "outcome-abc123" + type: rule-outcome meta: $ref: "#/components/schemas/OutcomesBatchResponseMeta" required: @@ -62799,6 +62842,13 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowAssignmentGroupsData" + example: + - attributes: + group_name: "IT Operations" + group_sys_id: "abc123def456" + instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: assignment_groups required: - data type: object @@ -62906,6 +62956,13 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowBusinessServicesData" + example: + - attributes: + instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e" + service_name: "IT Support" + service_sys_id: "abc123def456" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: business_services required: - data type: object @@ -62962,6 +63019,11 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowInstancesData" + example: + - attributes: + instance_name: "my-servicenow-instance" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: instance required: - data type: object @@ -63207,6 +63269,13 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowTemplatesData" + example: + - attributes: + handle_name: "incident-template" + instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e" + servicenow_tablename: "incident" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: servicenow_templates required: - data type: object @@ -63333,6 +63402,14 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowUsersData" + example: + - attributes: + email: "john.doe@example.com" + instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e" + user_name: "john.doe" + user_sys_id: "abc123def456" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: users required: - data type: object