Highly ambitious ATProtocol AppView service and sdks
at main 361 B view raw
1# Spectral linting for OpenAPI specs 2# 3# Usage: 4# spectral lint <path-to-openapi-spec> 5# spectral lint openapi.json --ruleset .spectral.yaml 6# 7# To lint the generated OpenAPI spec from the API: 8# curl "http://localhost:3000/xrpc/network.slices.openapi?slice=at://did:plc:example/network.slices.slice/example" | spectral lint - 9# 10extends: ["spectral:oas"]