PHP 8.2.30
Preview: links Size: 679 B
//lib/node_modules/npm/node_modules/json-schema/draft-04/links

{
	"$schema" : "http://json-schema.org/draft-04/hyper-schema#",
	"id" : "http://json-schema.org/draft-04/links#",
	"type" : "object",

	"properties" : {
		"rel" : {
			"type" : "string"
		},

		"href" : {
			"type" : "string"
		},

		"template" : {
			"type" : "string"
		},

		"targetSchema" : {"$ref" : "http://json-schema.org/draft-04/hyper-schema#"},

		"method" : {
			"type" : "string",
			"default" : "GET"
		},

		"enctype" : {
			"type" : "string"
		},

		"properties" : {
			"type" : "object",
			"additionalProperties" : {"$ref" : "http://json-schema.org/draft-04/hyper-schema#"}
		}
	},

	"required" : ["rel", "href"],

	"dependencies" : {
		"enctype" : "method"
	}
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
936 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download
679 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download
2.80 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).