DigitalStorageTweak/schema/Components/CL_NameResolvedAsset.json
Merith 1ea86db763 Convert to magefile for validation
Convert Makefile to Magefile
Add json validations
2025-06-22 14:51:21 -07:00

9 lines
726 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/main/JsonSchemas/CL_NameResolvedAsset.json",
"title": "ContentLib Name Resolved Asset",
"description": "An asset that can be specified either with a full path, or a shortened name for ContentLib to resolve. See more info here: https://docs-dev.ficsit.app/contentlib/latest/BackgroundInfo/AutomaticNameResolving.html",
"$comment": "This file does not represent ContentLib asset type! It's a resource used by other JSON Schemas. Please read https://docs-dev.ficsit.app/contentlib/latest/BackgroundInfo/AutomaticNameResolving.html",
"type": "string",
"minLength": 1
}