takahirox / EXT_copyrights

glTF copyrights extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unpermitted field

takahirox opened this issue · comments

unpermitted field is the key of this extension. It enables applications to quickly, accurately, and consistently to know what uses are allowed or disabllowed for an asset.

I have some topics I want to discuss.

Allowed items

unpermitted filed is defiend as anyOf so that it is understandable for applications. I'm thinking of what items are necessary. For example

  • redistribution
  • modification
  • commersial use
  • violence use
  • porn use

What if incompatible with license

The extension has a license filed. What if unpermitted field values are incompatible with license? For example redistribution is in unpermitted while license is CC BY-SA 3.0 US. Should the values be invalid?