Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/sourcey-catalog-verifier.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6b1299f32dda8b33a8eb966f9c9116748af8e135360eb944c538c2616765512e
3c066837ecdf3c6620ae966004687aac7947363f9e583a88f2f005cbc4d21000
41 changes: 40 additions & 1 deletion vendors/an/anthropic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ vendor:
url: https://platform.claude.com/docs/en/cli-sdks-libraries/overview
- source_id: source_anthropic_getting_started
url: https://platform.claude.com/docs/en/api/overview
- source_id: source_anthropic_messages_create
url: https://platform.claude.com/docs/en/api/messages/create
- source_id: source_anthropic_messages_typescript
url: https://platform.claude.com/docs/en/api/typescript/messages/create
- source_id: source_anthropic_messages_guide
url: https://platform.claude.com/docs/en/build-with-claude/working-with-messages
- source_id: source_anthropic_errors
url: https://platform.claude.com/docs/en/api/errors
- source_id: source_anthropic_rate_limits
Expand Down Expand Up @@ -67,7 +73,22 @@ declarations:
standard_bindings: []
- resource_id: authentication
uri: https://platform.claude.com/docs/en/api/overview
roles: [authentication, provisioning, descriptor, documentation]
roles: [authentication, descriptor, documentation]
operated_by_participant_id: anthropic
standard_bindings: []
- resource_id: messages-create
uri: https://platform.claude.com/docs/en/api/messages/create
roles: [provisioning, status, documentation]
operated_by_participant_id: anthropic
standard_bindings: []
- resource_id: messages-create-response
uri: https://platform.claude.com/docs/en/api/typescript/messages/create
roles: [provisioning, status, documentation]
operated_by_participant_id: anthropic
standard_bindings: []
- resource_id: messages-request-response-guide
uri: https://platform.claude.com/docs/en/build-with-claude/working-with-messages
roles: [provisioning, status, documentation]
operated_by_participant_id: anthropic
standard_bindings: []
- resource_id: api-errors
Expand Down Expand Up @@ -126,6 +147,18 @@ declarations:
kind: describes
from: { node_kind: resource, node_id: api-errors }
to: { node_kind: interface, node_id: api-service }
- relation_id: messages-create-describes-api
kind: describes
from: { node_kind: resource, node_id: messages-create }
to: { node_kind: interface, node_id: api-service }
- relation_id: messages-create-response-describes-api
kind: describes
from: { node_kind: resource, node_id: messages-create-response }
to: { node_kind: interface, node_id: api-service }
- relation_id: messages-guide-describes-api
kind: describes
from: { node_kind: resource, node_id: messages-request-response-guide }
to: { node_kind: interface, node_id: api-service }
offer_relations: []
source_bindings:
- source_binding_id: anthropic_assessment_target
Expand All @@ -140,6 +173,9 @@ declarations:
- { source_binding_id: anthropic-resource-console, source_id: source_anthropic_console, target: { node_kind: resource, node_id: console-access }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-endpoint-registration, source_id: source_anthropic_console, target: { node_kind: endpoint, node_id: registration }, field_paths: [/uri, /transport, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-resource-authentication, source_id: source_anthropic_getting_started, target: { node_kind: resource, node_id: authentication }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-resource-messages-create, source_id: source_anthropic_messages_create, target: { node_kind: resource, node_id: messages-create }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-resource-messages-create-response, source_id: source_anthropic_messages_typescript, target: { node_kind: resource, node_id: messages-create-response }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-resource-messages-guide, source_id: source_anthropic_messages_guide, target: { node_kind: resource, node_id: messages-request-response-guide }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-resource-errors, source_id: source_anthropic_errors, target: { node_kind: resource, node_id: api-errors }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-resource-limits, source_id: source_anthropic_rate_limits, target: { node_kind: resource, node_id: rate-limits }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-resource-support, source_id: source_anthropic_support, target: { node_kind: resource, node_id: support }, field_paths: [/uri, /roles, /operated_by_participant_id] }
Expand All @@ -150,6 +186,9 @@ declarations:
- { source_binding_id: anthropic-relation-auth, source_id: source_anthropic_getting_started, target: { node_kind: relation, node_id: authentication-authenticates-api }, field_paths: [/kind, /from, /to] }
- { source_binding_id: anthropic-relation-console, source_id: source_anthropic_console, target: { node_kind: relation, node_id: console-precedes-authentication }, field_paths: [/kind, /from, /to] }
- { source_binding_id: anthropic-relation-errors, source_id: source_anthropic_errors, target: { node_kind: relation, node_id: errors-describe-api }, field_paths: [/kind, /from, /to] }
- { source_binding_id: anthropic-relation-messages-create, source_id: source_anthropic_messages_create, target: { node_kind: relation, node_id: messages-create-describes-api }, field_paths: [/kind, /from, /to] }
- { source_binding_id: anthropic-relation-messages-create-response, source_id: source_anthropic_messages_typescript, target: { node_kind: relation, node_id: messages-create-response-describes-api }, field_paths: [/kind, /from, /to] }
- { source_binding_id: anthropic-relation-messages-guide, source_id: source_anthropic_messages_guide, target: { node_kind: relation, node_id: messages-guide-describes-api }, field_paths: [/kind, /from, /to] }
- { source_binding_id: anthropic-resource-billing-checkout, source_id: source_anthropic_billing_checkout, target: { node_kind: resource, node_id: billing-checkout }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: anthropic-exclusion-separate-eligibility, source_id: source_anthropic_terms, target: { node_kind: surface_exclusion, node_id: separate-eligibility-resource }, field_paths: [/role, /rationale] }
surface_exclusions:
Expand Down
29 changes: 29 additions & 0 deletions vendors/aw/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ vendor:
url: https://signin.aws.amazon.com/signup?request_type=register
- source_id: source_aws_account_creation_troubleshooting
url: https://docs.aws.amazon.com/accounts/latest/reference/troubleshooting_create-account.html
- source_id: source_aws_account_getting_started
url: https://docs.aws.amazon.com/accounts/latest/reference/getting-started.html
- source_id: source_aws_pricing
url: https://aws.amazon.com/pricing/
- source_id: source_aws_price_list_api
Expand All @@ -43,6 +45,8 @@ vendor:
- source_id: source_aws_sign_in_recovery
url: https://docs.aws.amazon.com/signin/latest/userguide/troubleshooting-sign-in-issues.html
- { source_id: source_aws_billing_checkout, url: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-payments.html }
- source_id: source-readiness-914498557291a986d5a6b102afef10bb5c0c85d7d80c2791cb316fc2b3abf984
url: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
declarations:
- declaration_id: declaration_aws_cloud_api_resource_management
scope:
Expand Down Expand Up @@ -90,6 +94,11 @@ declarations:
roles: [access, recovery, documentation]
operated_by_participant_id: aws
standard_bindings: []
- resource_id: account-plan-activation
uri: https://docs.aws.amazon.com/accounts/latest/reference/getting-started.html
roles: [access, checkout, documentation]
operated_by_participant_id: aws
standard_bindings: []
- resource_id: temporary-credentials
uri: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html
roles: [authentication, descriptor, documentation]
Expand Down Expand Up @@ -136,6 +145,13 @@ declarations:
operated_by_participant_id: aws
standard_bindings: []
- { resource_id: billing-checkout, uri: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-payments.html, roles: [checkout, documentation], operated_by_participant_id: aws, standard_bindings: [] }
- resource_id: readiness-914498557291a986d5a6b102afef10bb5c0c85d7d80c2791cb316fc2b3abf984
uri: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
roles:
- access
- documentation
operated_by_participant_id: aws
standard_bindings: []
endpoints:
- { endpoint_id: registration, uri: "https://signin.aws.amazon.com/signup?request_type=register", transport: http, roles: [registration], operated_by_participant_id: aws, standard_bindings: [] }
- endpoint_id: cloud-control-api
Expand Down Expand Up @@ -245,6 +261,10 @@ declarations:
source_id: source_aws_account_creation_troubleshooting
target: { node_kind: resource, node_id: account-creation-troubleshooting }
field_paths: [/uri, /roles, /operated_by_participant_id]
- source_binding_id: aws-resource-account-plan-activation
source_id: source_aws_account_getting_started
target: { node_kind: resource, node_id: account-plan-activation }
field_paths: [/uri, /roles, /operated_by_participant_id]
- source_binding_id: aws-resource-temporary-credentials
source_id: source_aws_temporary_credentials
target: { node_kind: resource, node_id: temporary-credentials }
Expand Down Expand Up @@ -331,6 +351,15 @@ declarations:
field_paths: [/kind, /from, /to]
- { source_binding_id: aws-resource-billing-checkout, source_id: source_aws_billing_checkout, target: { node_kind: resource, node_id: billing-checkout }, field_paths: [/uri, /roles, /operated_by_participant_id] }
- { source_binding_id: aws-exclusion-separate-eligibility, source_id: source_aws_service_terms, target: { node_kind: surface_exclusion, node_id: separate-eligibility-resource }, field_paths: [/role, /rationale] }
- source_binding_id: binding-resource-914498557291a986d5a6b102afef10bb5c0c85d7d80c2791cb316fc2b3abf984
source_id: source-readiness-914498557291a986d5a6b102afef10bb5c0c85d7d80c2791cb316fc2b3abf984
field_paths:
- /uri
- /roles
- /operated_by_participant_id
target:
node_kind: resource
node_id: readiness-914498557291a986d5a6b102afef10bb5c0c85d7d80c2791cb316fc2b3abf984
surface_exclusions:
- { exclusion_id: separate-eligibility-resource, role: eligibility, rationale: "Applicable access conditions are published within the service terms; no separate eligibility resource is declared." }
authority_intent: community
Expand Down
Loading
Loading