Skip to content

Commit

Permalink
Updated F3411 API links to point at tags in uastech repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nasajoey committed Nov 5, 2023
1 parent 27c96a8 commit c55ba6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This repository contains InterUSS's implementation of the Discovery and Synchron
The DSS implementation targets compliance with the following standards and regulations:

- [ASTM F3411-19](https://www.astm.org/f3411-19.html) and [ASTM F3411-22](https://www.astm.org/f3411-22.html): Remote ID.
- [F3411-19 OpenAPI interface](./interfaces/rid/v1/remoteid)
- [F3411-22 OpenAPI interface](./interfaces/rid/v2/remoteid)
- [F3411-19 OpenAPI interface](https://github.com/uastech/standards/releases/tag/astm_rid_1.0)
- [F3411-22 OpenAPI interface](https://github.com/uastech/standards/releases/tag/astm_rid_api_2.1)
- See [documentation](./interfaces/rid/README.md) before mixing versions in a single ecosystem.
- [ASTM F3548-21](https://www.astm.org/f3548-21.html): UAS Traffic Management (UTM) UAS
Service Supplier (USS) Interoperability Specification.
Expand Down
4 changes: 2 additions & 2 deletions interfaces/rid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## F3411-19

[OpenAPI specification](v1/remoteid/augmented.yaml)
[OpenAPI specification](https://github.com/uastech/standards/releases/tag/astm_rid_1.0)

## F3411-xx (second version)

[OpenAPI specification](v2/remoteid/canonical.yaml)
[OpenAPI specification](https://github.com/uastech/standards/releases/tag/astm_rid_api_2.1)

## Mixing versions in a single ecosystem

Expand Down

0 comments on commit c55ba6a

Please sign in to comment.