Skip to content

takahirox/EXT_copyrights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

EXT_copyrights

Contributors

Status

Prototype

Dependencies

Written against the glTF 2.0 spec.

Overview

glTF core spec has a copyright field. But the field takes any strings. It is hard for applications to determine from the field to prohibit certain uses depending on the copyright or licence. This extension provides more structured copyrights information in glTF.

Example

{
    "asset": {
        "extensions": {
            "EXT_copyrights": {
                "authors": [
                    "John Smith",
                    "Ichiro Tanaka"
                ],
                "version": "1.0.0",
                "uri": "https://www.dummy.com/dummy.html",
                "license": "CC BY-SA 3.0 US",
                "licenseUri": "https://creativecommons.org/licenses/by-sa/3.0/us/",
                "unpermitted": [
                    "redistribution",
                    "commersial use",
                    "modification"
                ]
            }
        }
    }
}

Fallback

T.B.D.

Copyright types

Property Type Description Requires
authors string[1-*] Yes
version string Yes
uri string No
copyright string No
license string No
licenseUri string No
extras any No
unpermitted string[1-*] T.B.D. any of "redistribution", "commersial use", "modification", ... No (Should these be specified in the license?)

Related

About

glTF copyrights extension

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published