Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
kinlane committed Jun 7, 2021
1 parent 5b80681 commit 7f597a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _specifications/api-design-systems.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: API Design Systems
description: An API Design System is a collection of curated standards, guidelines, practices, and principles aimed at helping teams build consistent, quality APIs. If this is your first time checking this out, have a look at the example, read the overview below, and check out the guidelines. The specification has more technical details about the format.
image: http://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company/logos/api-design-systems.png
image: https://api.specificationtoolbox.com/images/specifications/api-design-systems.png
tags:
- Systems
- Governance
Expand Down
2 changes: 1 addition & 1 deletion _specifications/cue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Cue
description: CUE is an open source language, with a rich set of APIs and tooling, for defining, generating, and validating all kinds of data - configuration, APIs, database schemas, code, … you name it.
image: http://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company/logos/cue.png
image: https://api.specificationtoolbox.com/images/specifications/cue.png
tags:
- Systems
- Governance
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens
description: This specification defines a profile for issuing OAuth 2.0 access tokens in JSON web token (JWT) format. Authorization servers and resource servers from different vendors can leverage this profile to issue and consume access tokens in interoperable manner.
image: http://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company/logos/json-web-token-jwt-profile-for-oauth-20-access-tokens.png
image: https://api.specificationtoolbox.com/images/specifications/json-web-token-jwt-profile-for-oauth-20-access-tokens.png
tags:
- Matching
- Discovery
Expand Down
2 changes: 1 addition & 1 deletion _specifications/jsonata.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: JSONata
description: JSONata is a lightweight query and transformation language for JSON data. Inspired by the 'location path' semantics of XPath 3.1, it allows sophisticated queries to be expressed in a compact and intuitive notation. A rich complement of built in operators and functions is provided for manipulating and combining extracted data, and the results of queries can be formatted into any JSON output structure using familiar JSON object and array syntax. Coupled with the facility to create user defined functions, advanced expressions can be built to tackle any JSON query and transformation task.
image: http://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company/logos/jsonata.png
image: https://api.specificationtoolbox.com/images/specifications/jsonata.png
tags:
- JSON
- Transformation
Expand Down
2 changes: 1 addition & 1 deletion _specifications/jsonpath.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: JSONPath
description: JSONPath expressions always refer to a JSON structure in the same way as XPath expression are used in combination with an XML document. Since a JSON structure is usually anonymous and doesn't necessarily have a "root member object" JSONPath assumes the abstract name $ assigned to the outer level object.
image: http://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company/logos/jsonpath.png
image: https://api.specificationtoolbox.com/images/specifications/jsonpath.png
tags:
- Matching
- Discovery
Expand Down
2 changes: 1 addition & 1 deletion _specifications/open-policy-agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Open Policy Agent
description: Stop using a different policy language, policy model, and policy API for every product and service you use. Use OPA for a unified toolset and framework for policy across the cloud native stack. Whether for one service or for all your services, use OPA to decouple policy from the service's code so you can release, analyze, and review policies (which security and compliance teams love) without sacrificing availability or performance.
image: http://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company/logos/open-policy-agent.png
image: https://api.specificationtoolbox.com/images/specifications/open-policy-agent.png
tags:
- Policies
created: "2021-06-05"
Expand Down

0 comments on commit 7f597a9

Please sign in to comment.