Allowed open sources list for import
content:
application/json:
schema:
type: array
items:
type: object
required:
- policyName
- tokenType
- methodologyLink
- fileLink
properties:
policyName:
type: string
description: policy name
tokenType:
type: string
description: token symbol
methodologyLink:
type: string
description: documentation link
fileLink:
type: string
description: policy file link
content:
application/json:
schema:
$ref: '#/components/schemas/Error'