Skip to content

Commit

Permalink
Merge pull request #1 from moonbeam-foundation/riha/update-app-dir-pr…
Browse files Browse the repository at this point in the history
…ojects-schema

add url to app dir projects images schema
  • Loading branch information
Rihyx authored Sep 27, 2024
2 parents 7a76930 + c9b658c commit 2174d23
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/validate-yml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: validate-yaml

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: json-yaml-validate
uses: GrantBirki/[email protected]
5 changes: 4 additions & 1 deletion openapi/app-directory/app-dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Moonbeam App Directory API
description: This API allows you to retrieve information about projects listed in the Moonbeam app directory.
version: 1.0.0
version: 1.0.1
servers:
- url: https://apps.moonbeam.network/api/ds/v1
description: Moonbeam App Directory API
Expand Down Expand Up @@ -227,6 +227,9 @@ components:
mimeType:
type: string
example: "image/jpeg"
url:
type: string
example: "https://raw.githubusercontent.com/moonbeam-foundation/app-directory-data/refs/heads/main/projects/moonwell/logos/moonwell-logo-full.jpeg"

MarketData:
type: object
Expand Down

0 comments on commit 2174d23

Please sign in to comment.