update feds
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2023-06-29 06:59:10 +02:00
rodič 7d3dac53a7
revize a93627d1bb
5 změnil soubory, kde provedl 59 přidání a 13 odebrání

Zobrazit soubor

@ -1,2 +1,7 @@
name: Bluesky
plc: https://plc.directory
plc: https://plc.directory
bgs: https://bsky.social
appview: https://bsky.social
pds: https://bsky.social
links:
web: https://blueskyweb.xyz/

Zobrazit soubor

@ -1,2 +1,6 @@
name: Bluesky Sandbox
plc: https://plc.bsky-sandbox.dev
plc: https://plc.bsky-sandbox.dev
bgs: https://bgs.bsky-sandbox.dev
appview: https://api.bsky-sandbox.dev
links:
web: https://bsky-sandbox.dev/

Zobrazit soubor

@ -1,6 +1,11 @@
type: object
additionalProperties: false
definitions:
links:
type: object
additionalProperties: false
patternProperties:
'^[a-z]+$':
type: string
format: url
platform:
type: string
enum:
@ -19,13 +24,8 @@ definitions:
- rust
- kotlin
- swift
links:
type: object
additionalProperties: false
patternProperties:
'^[a-z]+$':
type: string
format: url
type: object
additionalProperties: false
required:
- id
- name

Zobrazit soubor

@ -1,5 +1,16 @@
definitions:
links:
type: object
additionalProperties: false
patternProperties:
'^[a-z]+$':
type: string
format: url
type: object
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
@ -8,4 +19,15 @@ properties:
type: string
plc:
type: string
format: url
format: url
bgs:
type: string
format: url
appview:
type: string
format: url
pds:
type: string
format: url
links:
$ref: '#/definitions/links'

Zobrazit soubor

@ -1,5 +1,18 @@
definitions:
links:
type: object
additionalProperties: false
patternProperties:
'^[a-z]+$':
type: string
format: url
type: object
additionalProperties: false
required:
- id
- name
- url
- federation
properties:
id:
type: string
@ -10,4 +23,6 @@ properties:
type: string
format: url
federation:
type: string
type: string
links:
$ref: '#/definitions/links'