apis-json / api-json

APIS.json an API discovery format
http://apisjson.org/
MIT License
111 stars 23 forks source link

Access #100

Closed kinlane closed 2 weeks ago

kinlane commented 2 weeks ago

Add an access property with internal, 1st-party, and 3rd-party as enums.

kinlane commented 2 weeks ago
  access:
    type: string
    description: The access level for the APIs in an APIs.json.
    enum:
      - Internal
      - 1st-Party
      - 3rd-Party