Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created September 23, 2023 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kinlane/40b84834431e748ea605aca39114c8f1 to your computer and use it in GitHub Desktop.
Save kinlane/40b84834431e748ea605aca39114c8f1 to your computer and use it in GitHub Desktop.
Sample APIs.json
{
"name": "Name",
"description": "Description",
"image": "https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg",
"tags": [
"API"
],
"created": "2014-04-07",
"modified": "2020-09-03",
"url": "http://example.com/apis.json",
"specificationVersion": "0.14",
"apis": [
{
"name": "Name",
"description": "Description",
"image": "https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg",
"humanURL": "http://example.com",
"baseURL": "http://api.example.com",
"tags": [
"API",
"Application Programming Interface"
],
"properties": [
{
"type": "x-signup",
"url": "https://example.com/signup"
}
],
"contact": [
{
"FN": "API Evangelist",
"email": "info@apievangelist.com"
}
]
}
],
"maintainers": [
{
"FN": "API Evangelist",
"email": "info@apievangelist.com"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment