GithubHelp home page GithubHelp logo

credits.json's Introduction

credits.json

credits.json is a file for keeping track of various blobs and files and who originally authored them.

This file is intended to be used in community driven development where files such as audio clips, textures and so forth are tracked.

Structure

{
  "authors": {
    "<AuthorName>": {
      "urls": [
        "link-to-author"
      ]
    }
  },
  "files": {
    "path/to/file": {
      "authors": ["<AuthorName>"],
      "modified_by": ["<AuthorName>"],
      "references": [
        {
          "url": "link-to-a-reference"
        }
      ]
    }
  }
}

Schema

Root Document

Field Description
authors A map containing the name of various people or entities that authored the original files
files A map containing the relative path from the credits.json file to file in question

Author

Field Description
urls A list of urls where the author or entity can be found

File

Field Description
authors A list containing the names of the authors related to the file, the name should be the same as the one used in the authors map
modified_by If a file was modified from its original this field can be populated with additional author names to say who did the modifications
references A list of additional links, this can be used in conjuction with modified_by to link to the original file

Reference

Field Description
url A link to anything, usually the original file before it was modified

Example

{
  "authors": {
    "@IceDragon": {
      "url": "https://github.com/IceDragon200"
    }
  },
  "files": {
    "README.md": {
      "authors": ["@IceDragon200"]
    }
  }
}

credits.json's People

Contributors

icedragon200 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.